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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:38869/_","node_name":"127.0.0.1:38869__","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:46035/_";,           
"node_name":"127.0.0.1:46035__",           "state":"down",           
"type":"NRT"},         "core_node2":{           "state":"down",           
"base_url":"http://127.0.0.1:43929/_";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:43929__",           "type":"NRT"},         
"core_node3":{           "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:38869/_";,           
"node_name":"127.0.0.1:38869__",           "state":"active",           
"type":"NRT",           "leader":"true"}}}},   "router":{"name":"compositeId"}, 
  "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   
"tlogReplicas":"0"}

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


FAILED:  
org.apache.solr.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([A4E1295EB213C7AA:1536996145D0E5E]:0)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:284)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:236)
        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:54)
        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 12242 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_A4E1295EB213C7AA-001/init-core-data-001
   [junit4]   2> 998365 WARN  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 998365 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 998367 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 998367 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 998368 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 998381 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 998397 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 998464 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 998488 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a31329
   [junit4]   2> 998490 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a31329
   [junit4]   2> 998490 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a31329
   [junit4]   2> 998491 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 998503 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 998511 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 998633 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 998638 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 998638 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18a31329
   [junit4]   2> 998639 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 998639 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_A4E1295EB213C7AA-001/init-core-data-001/]
   [junit4]   2> 998640 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=659147199, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 998676 WARN  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers no default request handler is registered 
(either '/select' or 'standard')
   [junit4]   2> 998676 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 998676 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 998677 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=31.068359375, 
floorSegmentMB=1.568359375, forceMergeDeletesPctAllowed=9.787248751802334, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 998677 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f61958d[collection1] main]
   [junit4]   2> 998678 WARN  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 998678 INFO  (coreLoadExecutor-4272-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 998679 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 998682 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[A4E1295EB213C7AA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateDistribChainSkipping
   [junit4]   2> 998682 INFO  
(searcherExecutor-4273-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f61958d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 998682 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping-seed#[A4E1295EB213C7AA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpdateDistribChainSkipping
   [junit4]   2> 998685 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[A4E1295EB213C7AA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConfiguration
   [junit4]   2> 998685 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testConfiguration-seed#[A4E1295EB213C7AA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testConfiguration
   [junit4]   2> 998687 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A4E1295EB213C7AA])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRequestTimeUrp
   [junit4]   2> 998687 INFO  
(TEST-UpdateRequestProcessorFactoryTest.testRequestTimeUrp-seed#[A4E1295EB213C7AA])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRequestTimeUrp
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=UpdateRequestProcessorFactoryTest -Dtests.method=testRequestTimeUrp 
-Dtests.seed=A4E1295EB213C7AA -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-Latn-RS -Dtests.timezone=America/Argentina/Ushuaia 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J2 | 
UpdateRequestProcessorFactoryTest.testRequestTimeUrp <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No such 
processor Template
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A4E1295EB213C7AA:1536996145D0E5E]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.getReqProcessors(UpdateRequestProcessorChain.java:284)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain.java:236)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1446)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testRequestTimeUrp(UpdateRequestProcessorFactoryTest.java:54)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 998694 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 998694 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=235529041
   [junit4]   2> 998694 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 998695 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 998696 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 998696 INFO  
(SUITE-UpdateRequestProcessorFactoryTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 998696 INFO  (coreCloseExecutor-4277-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@344447d
   [junit4]   2> 998697 INFO  (coreCloseExecutor-4277-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=54805629
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.processor.UpdateRequestProcessorFactoryTest_A4E1295EB213C7AA-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, maxDocsPerChunk=6, blockSize=299), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, blockSize=299)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=sr-Latn-RS, timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=139437032,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [SaslZkACLProviderTest, 
TestCloudManagedSchema, OverseerTest, TestSimpleQParserPlugin, 
OverseerModifyCollectionTest, TestCloudDeleteByQuery, 
TestSolrCloudWithKerberosAlt, AtomicUpdatesTest, FullSolrCloudDistribCmdsTest, 
BaseCdcrDistributedZkTest, TestJettySolrRunner, SynonymTokenizerTest, 
DistributedQueueTest, TestLMDirichletSimilarityFactory, 
CdcrReplicationHandlerTest, AutoCommitTest, TestClassicSimilarityFactory, 
SolrIndexConfigTest, BlockJoinFacetSimpleTest, TestSolrQueryResponse, 
SolrPluginUtilsTest, SolrMetricReporterTest, DeleteReplicaTest, 
TestRequestStatusCollectionAPI, HdfsNNFailoverTest, CurrencyFieldXmlFileTest, 
TestLeaderElectionZkExpiry, TestNumericTokenStream, 
PropertiesRequestHandlerTest, TestRandomCollapseQParserPlugin, TestWriterPerf, 
CleanupOldIndexTest, TestConfigSetsAPIExclusivity, OverseerTaskQueueTest, 
TestDistribIDF, TestIndexSearcher, TestManagedResourceStorage, 
TestDeleteCollectionOnDownNodes, RulesTest, StressHdfsTest, TestCollationField, 
SuggesterWFSTTest, DocValuesMissingTest, DateFieldTest, 
TestDistributedMissingSort, TestConfig, 
TestPerFieldSimilarityWithDefaultOverride, HdfsLockFactoryTest, 
PrimitiveFieldTypeTest, BinaryUpdateRequestHandlerTest, HighlighterConfigTest, 
TestExtendedDismaxParser, FieldAnalysisRequestHandlerTest, TestCloudPivotFacet, 
NoCacheHeaderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestConfigsApi, RestartWhileUpdatingTest, TestSubQueryTransformerCrossCore, 
TestSchemaResource, CursorMarkTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestGraphTermsQParserPlugin, DistributedFacetPivotWhiteBoxTest, TestDocSet, 
TestAnalyzeInfixSuggestions, TestFieldCacheVsDocValues, 
TriLevelCompositeIdRoutingTest, TestPushWriter, TestStressInPlaceUpdates, 
ReplicaListTransformerTest, DistribCursorPagingTest, TestClusterProperties, 
HdfsChaosMonkeyNothingIsSafeTest, ConnectionManagerTest, TestMacros, 
ClusterStateTest, VersionInfoTest, TestMultiValuedNumericRangeQuery, 
DataDrivenBlockJoinTest, TestFastOutputStream, TestSolrQueryParser, 
UnloadDistributedZkTest, SolrCloudExampleTest, TestXmlQParserPlugin, 
TestPullReplicaErrorHandling, TestPayloadCheckQParserPlugin, TestLRUStatsCache, 
TestStressUserVersions, MetricUtilsTest, TestSerializedLuceneMatchVersion, 
QueryResultKeyTest, DirectUpdateHandlerTest, ForceLeaderTest, CircularListTest, 
OutputWriterTest, TestBinaryResponseWriter, TestSort, TestExpandComponent, 
TestComponentsName, BlockDirectoryTest, SuggesterTSTTest, TestCustomSort, 
TestNestedDocsSort, TestReversedWildcardFilterFactory, TestNRTOpen, 
BooleanFieldTest, HardAutoCommitTest, TestUtils, TestSolrCloudSnapshots, 
V2StandaloneTest, MBeansHandlerTest, TestRebalanceLeaders, TestReload, 
TestGroupingSearch, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, 
TestDistributedSearch, TestRangeQuery, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, 
SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, 
SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader, PolyFieldTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, 
SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, SolrInfoBeanTest, 
IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, 
StandardRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, 
DocumentBuilderTest, TestIndexingPerformance, MoreLikeThisHandlerTest, 
LoggingHandlerTest, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [403/725 (1!)] on J2 in 0.35s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 389 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/init-core-data-001
   [junit4]   2> 1232304 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
   [junit4]   2> 1232304 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1232305 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1232305 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[A4E1295EB213C7AA]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 1232306 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1232306 INFO  (Thread-2197) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1232306 INFO  (Thread-2197) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1232307 ERROR (Thread-2197) [    ] 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> 1232406 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40631
   [junit4]   2> 1232411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1232411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1232412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1232412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1232412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1232413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1232413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1232413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1232413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1232414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1232414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1232415 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1232455 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/control-001/cores/collection1
   [junit4]   2> 1232456 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1232457 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@283c5aad{/_,null,AVAILABLE}
   [junit4]   2> 1232458 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@55661dc7{HTTP/1.1,[http/1.1]}{127.0.0.1:41001}
   [junit4]   2> 1232458 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server Started @1234095ms
   [junit4]   2> 1232458 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/tempDir-001/control/data,
 hostContext=/_, hostPort=46035, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/control-001/cores}
   [junit4]   2> 1232459 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1232459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1232459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1232459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1232459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T10:14:26.653Z
   [junit4]   2> 1232460 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1232460 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/control-001/solr.xml
   [junit4]   2> 1232468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1232469 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40631/solr
   [junit4]   2> 1232475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1232475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:46035__
   [junit4]   2> 1232475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.c.Overseer Overseer 
(id=98147242246209540-127.0.0.1:46035__-n_0000000000) starting
   [junit4]   2> 1232477 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46035__
   [junit4]   2> 1232477 INFO  
(zkCallback-3731-thread-1-processing-n:127.0.0.1:46035__) [n:127.0.0.1:46035__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1232519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1232521 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1232521 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1232522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/control-001/cores
   [junit4]   2> 1232522 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:46035__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1232523 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1232524 INFO  
(OverseerStateUpdate-98147242246209540-127.0.0.1:46035__-n_0000000000) 
[n:127.0.0.1:46035__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1233531 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1233538 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1233594 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1233603 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1233603 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1233603 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1233603 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/control-001/cores/collection1/data/]
   [junit4]   2> 1233604 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=8.3271484375, 
floorSegmentMB=1.2138671875, forceMergeDeletesPctAllowed=4.762335136531927, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6516597381085116
   [junit4]   2> 1233606 WARN  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ 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> 1233635 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1233635 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1233636 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1233636 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1233637 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=40.69921875, 
floorSegmentMB=0.4111328125, forceMergeDeletesPctAllowed=21.379807573685607, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6785044316528998
   [junit4]   2> 1233637 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@36128191[collection1] main]
   [junit4]   2> 1233638 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1233638 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1233638 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1233640 INFO  
(searcherExecutor-5267-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36128191[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1233641 INFO  
(coreLoadExecutor-5266-thread-1-processing-n:127.0.0.1:46035__) 
[n:127.0.0.1:46035__ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570355877338152960
   [junit4]   2> 1233643 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1233643 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ 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> 1233643 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46035/_/collection1/
   [junit4]   2> 1233643 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1233643 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:46035/_/collection1/ has no replicas
   [junit4]   2> 1233644 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ 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> 1233645 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ 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:46035/_/collection1/ shard1
   [junit4]   2> 1233795 INFO  
(coreZkRegister-5259-thread-1-processing-n:127.0.0.1:46035__ x:collection1 
c:control_collection) [n:127.0.0.1:46035__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1234033 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1234033 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40631/solr ready
   [junit4]   2> 1234033 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1234076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001/cores/collection1
   [junit4]   2> 1234076 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001
 of type NRT
   [junit4]   2> 1234077 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a0cb80e{/_,null,AVAILABLE}
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1567deba{HTTP/1.1,[http/1.1]}{127.0.0.1:45539}
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server Started @1235715ms
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_, hostPort=38869, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001/cores}
   [junit4]   2> 1234078 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1234078 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T10:14:28.272Z
   [junit4]   2> 1234083 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1234083 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001/solr.xml
   [junit4]   2> 1234086 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1234089 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40631/solr
   [junit4]   2> 1234090 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15cb06595c50007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1234094 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1234095 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1234096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38869__
   [junit4]   2> 1234096 INFO  (zkCallback-3735-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1234096 INFO  
(zkCallback-3731-thread-1-processing-n:127.0.0.1:46035__) [n:127.0.0.1:46035__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1234097 INFO  
(zkCallback-3740-thread-1-processing-n:127.0.0.1:38869__) [n:127.0.0.1:38869__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1234159 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1234163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1234164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1234165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001/cores
   [junit4]   2> 1234165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:38869__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1234166 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1234166 INFO  
(OverseerStateUpdate-98147242246209540-127.0.0.1:46035__-n_0000000000) 
[n:127.0.0.1:46035__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1235178 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1235191 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1235254 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1235258 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1235258 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1235258 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1235258 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1235259 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, 
maxMergedSegmentMB=8.3271484375, floorSegmentMB=1.2138671875, 
forceMergeDeletesPctAllowed=4.762335136531927, segmentsPerTier=44.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6516597381085116
   [junit4]   2> 1235261 WARN  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ 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> 1235279 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1235279 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1235280 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1235280 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1235280 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, 
maxMergedSegmentMB=40.69921875, floorSegmentMB=0.4111328125, 
forceMergeDeletesPctAllowed=21.379807573685607, segmentsPerTier=25.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6785044316528998
   [junit4]   2> 1235280 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6ba14b99[collection1] main]
   [junit4]   2> 1235281 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1235281 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1235281 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1235282 INFO  
(searcherExecutor-5278-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6ba14b99[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1235282 INFO  
(coreLoadExecutor-5277-thread-1-processing-n:127.0.0.1:38869__) 
[n:127.0.0.1:38869__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570355879058866176
   [junit4]   2> 1235285 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1235285 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ 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> 1235285 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38869/_/collection1/
   [junit4]   2> 1235285 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1235285 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:38869/_/collection1/ has 
no replicas
   [junit4]   2> 1235285 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1235286 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38869/_/collection1/ shard2
   [junit4]   2> 1235437 INFO  
(coreZkRegister-5272-thread-1-processing-n:127.0.0.1:38869__ x:collection1 
c:collection1) [n:127.0.0.1:38869__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1235745 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001/cores/collection1
   [junit4]   2> 1235746 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001
 of type NRT
   [junit4]   2> 1235747 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1235750 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c97cb23{/_,null,AVAILABLE}
   [junit4]   2> 1235750 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6d22bddf{HTTP/1.1,[http/1.1]}{127.0.0.1:39125}
   [junit4]   2> 1235751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server Started @1237387ms
   [junit4]   2> 1235751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/_, hostPort=43929, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001/cores}
   [junit4]   2> 1235751 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1235751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1235751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1235751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1235751 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T10:14:29.945Z
   [junit4]   2> 1235758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1235758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001/solr.xml
   [junit4]   2> 1235761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1235763 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40631/solr
   [junit4]   2> 1235769 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1235770 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1235770 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43929__
   [junit4]   2> 1235771 INFO  
(zkCallback-3746-thread-1-processing-n:127.0.0.1:43929__) [n:127.0.0.1:43929__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1235771 INFO  
(zkCallback-3740-thread-1-processing-n:127.0.0.1:38869__) [n:127.0.0.1:38869__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1235771 INFO  (zkCallback-3735-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1235775 INFO  
(zkCallback-3731-thread-1-processing-n:127.0.0.1:46035__) [n:127.0.0.1:46035__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1235840 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1235843 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1235843 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1235844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001/cores
   [junit4]   2> 1235844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:43929__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1235844 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1235845 INFO  
(OverseerStateUpdate-98147242246209540-127.0.0.1:46035__-n_0000000000) 
[n:127.0.0.1:46035__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1236851 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1236864 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1236911 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1236916 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1236916 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1236916 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1236916 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1236917 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, 
maxMergedSegmentMB=8.3271484375, floorSegmentMB=1.2138671875, 
forceMergeDeletesPctAllowed=4.762335136531927, segmentsPerTier=44.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6516597381085116
   [junit4]   2> 1236918 WARN  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ 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> 1236938 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1236938 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1236939 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1236939 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1236939 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, 
maxMergedSegmentMB=40.69921875, floorSegmentMB=0.4111328125, 
forceMergeDeletesPctAllowed=21.379807573685607, segmentsPerTier=25.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6785044316528998
   [junit4]   2> 1236939 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6a05ce69[collection1] main]
   [junit4]   2> 1236940 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1236940 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1236940 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1236941 INFO  
(searcherExecutor-5289-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a05ce69[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236941 INFO  
(coreLoadExecutor-5288-thread-1-processing-n:127.0.0.1:43929__) 
[n:127.0.0.1:43929__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570355880798453760
   [junit4]   2> 1236944 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1236944 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ 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> 1236944 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43929/_/collection1/
   [junit4]   2> 1236944 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1236944 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:43929/_/collection1/ has 
no replicas
   [junit4]   2> 1236945 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1236945 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43929/_/collection1/ shard1
   [junit4]   2> 1237096 INFO  
(coreZkRegister-5283-thread-1-processing-n:127.0.0.1:43929__ x:collection1 
c:collection1) [n:127.0.0.1:43929__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1237410 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001/cores/collection1
   [junit4]   2> 1237410 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001
 of type NRT
   [junit4]   2> 1237410 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1237411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15a79e26{/_,null,AVAILABLE}
   [junit4]   2> 1237411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1fd66312{HTTP/1.1,[http/1.1]}{127.0.0.1:38471}
   [junit4]   2> 1237411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.Server Started @1239048ms
   [junit4]   2> 1237411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_, hostPort=34629, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001/cores}
   [junit4]   2> 1237412 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1237412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1237412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1237412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1237412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T10:14:31.606Z
   [junit4]   2> 1237413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1237413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001/solr.xml
   [junit4]   2> 1237416 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1237417 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40631/solr
   [junit4]   2> 1237421 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1237421 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1237422 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34629__
   [junit4]   2> 1237422 INFO  
(zkCallback-3746-thread-1-processing-n:127.0.0.1:43929__) [n:127.0.0.1:43929__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1237422 INFO  (zkCallback-3735-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1237422 INFO  
(zkCallback-3740-thread-1-processing-n:127.0.0.1:38869__) [n:127.0.0.1:38869__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1237422 INFO  
(zkCallback-3731-thread-1-processing-n:127.0.0.1:46035__) [n:127.0.0.1:46035__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1237427 INFO  
(zkCallback-3752-thread-1-processing-n:127.0.0.1:34629__) [n:127.0.0.1:34629__  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1237464 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1237467 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1237467 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1237468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001/cores
   [junit4]   2> 1237468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) 
[n:127.0.0.1:34629__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1237468 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1237469 INFO  
(OverseerStateUpdate-98147242246209540-127.0.0.1:46035__-n_0000000000) 
[n:127.0.0.1:46035__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1238475 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1238483 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1238547 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1238552 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1238552 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a1b2c2
   [junit4]   2> 1238552 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1238552 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1238553 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, 
maxMergedSegmentMB=8.3271484375, floorSegmentMB=1.2138671875, 
forceMergeDeletesPctAllowed=4.762335136531927, segmentsPerTier=44.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6516597381085116
   [junit4]   2> 1238555 WARN  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ 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> 1238582 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1238582 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1238583 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1238583 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1238584 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=21, 
maxMergedSegmentMB=40.69921875, floorSegmentMB=0.4111328125, 
forceMergeDeletesPctAllowed=21.379807573685607, segmentsPerTier=25.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6785044316528998
   [junit4]   2> 1238584 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5edba7dc[collection1] main]
   [junit4]   2> 1238584 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1238584 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1238585 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1238585 INFO  
(searcherExecutor-5300-thread-1-processing-n:127.0.0.1:34629__ x:collection1 
c:collection1) [n:127.0.0.1:34629__ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5edba7dc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1238585 INFO  
(coreLoadExecutor-5299-thread-1-processing-n:127.0.0.1:34629__) 
[n:127.0.0.1:34629__ c:collection1 

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

riggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/live_nodes]
   [junit4]   2> 1368241 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1fd66312{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1368241 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15a79e26{/_,null,UNAVAILABLE}
   [junit4]   2> 1368242 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
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> 1368244 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40631 40631
   [junit4]   2> 1369320 INFO  (Thread-2197) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40631 40631
   [junit4]   2> 1369321 WARN  (Thread-2197) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1369321 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:43929/_, target: 
http://127.0.0.1:39125/_
   [junit4]   2> 1369321 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:34629/_, target: 
http://127.0.0.1:38471/_
   [junit4]   2> 1369321 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:38869/_, 
target: http://127.0.0.1:45539/_
   [junit4]   2> 1369322 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[A4E1295EB213C7AA]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:46035/_, target: 
http://127.0.0.1:41001/_
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=A4E1295EB213C7AA -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-UY -Dtests.timezone=SystemV/EST5 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  137s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:38869/_","node_name":"127.0.0.1:38869__","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:46035/_";,
   [junit4]    >           "node_name":"127.0.0.1:46035__",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:43929/_";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "node_name":"127.0.0.1:43929__",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:38869/_";,
   [junit4]    >           "node_name":"127.0.0.1:38869__",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A4E1295EB213C7AA:2CB516841CEFAA52]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_A4E1295EB213C7AA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=Memory), a_t=FSTOrd50, intDefault=FSTOrd50, 
id_i1=PostingsFormat(name=Memory), id=Lucene50(blocksize=128), 
range_facet_i_dv=FSTOrd50, 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l=FSTOrd50, 
timestamp=FSTOrd50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1734, 
maxMBSortInHeap=6.080274860643849, sim=RandomSimilarity(queryNorm=false): {}, 
locale=es-UY, timezone=SystemV/EST5
   [junit4]   2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=96401760,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [ReplaceNodeTest, 
TestHalfAndHalfDocValues, MultiThreadedOCPTest, TestReloadDeadlock, 
LeaderFailureAfterFreshStartTest, SimpleCollectionCreateDeleteTest, 
TestReplicaProperties, CloneFieldUpdateProcessorFactoryTest, 
DeleteLastCustomShardedReplicaTest, TestRandomFaceting, TestJoin, 
SpatialRPTFieldTypeTest, ConcurrentDeleteAndCreateCollectionTest, 
TestDFISimilarityFactory, PathHierarchyTokenizerFactoryTest, 
TestFieldCacheSort, TestScoreJoinQPNoScore, 
PeerSyncWithIndexFingerprintCachingTest, TestOrdValues, 
TestChildDocTransformer, UniqFieldsUpdateProcessorFactoryTest, 
CloudExitableDirectoryReaderTest, FastVectorHighlighterTest, 
TestOnReconnectListenerSupport, HdfsBasicDistributedZk2Test, 
CurrencyFieldOpenExchangeTest, TestConfigSetsAPIZkFailure, 
TestLegacyNumericUtils, CoreAdminCreateDiscoverTest, TestPseudoReturnFields, 
TestFaceting, AssignTest, TestCloudInspectUtil, MigrateRouteKeyTest, 
TestLMJelinekMercerSimilarityFactory, TestLFUCache, 
SignatureUpdateProcessorFactoryTest, TestRestManager, 
TestCloudPseudoReturnFields, TestClusterStateMutator, HdfsSyncSliceTest, 
TestManagedSchemaThreadSafety, ConjunctionSolrSpellCheckerTest, MultiTermTest, 
EnumFieldTest, MinimalSchemaTest, TestBackupRepositoryFactory, 
TestDFRSimilarityFactory, TestAnalyzedSuggestions, RequiredFieldsTest, 
TestSolrDeletionPolicy2, SuggestComponentTest, TestFoldingMultitermQuery, 
TestSolrCoreSnapshots, SolrXmlInZkTest, TestSha256AuthenticationProvider, 
CheckHdfsIndexTest, RegexBoostProcessorTest, SolrShardReporterTest, 
TestApiFramework, PeerSyncReplicationTest, TestSubQueryTransformerDistrib, 
TestSchemaSimilarityResource, LargeFieldTest, LeaderElectionIntegrationTest, 
TestHashQParserPlugin, DistributedQueryComponentCustomSortTest, 
TestFieldSortValues, FileBasedSpellCheckerTest, 
TestHighFrequencyDictionaryFactory, TestStressLiveNodes, TestRawResponseWriter, 
TestSSLRandomization, DistributedSpellCheckComponentTest, 
CollectionTooManyReplicasTest, SyncSliceTest, ZkNodePropsTest, 
CdcrRequestHandlerTest, TestIntervalFaceting, BasicDistributedZkTest, 
ClassificationUpdateProcessorFactoryTest, TestFieldCacheWithThreads, 
DateMathParserTest, TestSolr4Spatial, TestTolerantUpdateProcessorRandomCloud, 
ShardSplitTest, TestValueSourceCache, TestLeaderInitiatedRecoveryThread, 
TestPayloadScoreQParserPlugin, TestTrieFacet, HLLUtilTest, 
TestUniqueKeyFieldResource, ExitableDirectoryReaderTest, 
AnalysisErrorHandlingTest, CreateCollectionCleanupTest, 
UUIDUpdateProcessorFallbackTest, CursorPagingTest, TestRemoteStreaming, 
TestSolrFieldCacheBean, SearchHandlerTest, SortSpecParsingTest, 
TestSuggestSpellingConverter, CacheHeaderTest, 
TestComplexPhraseLeadingWildcard, BlockJoinFacetDistribTest, 
TestHighlightDedupGrouping, TestJmxIntegration, CopyFieldTest, PeerSyncTest, 
TestTestInjection, TestSolrConfigHandler, TestConfigReload, 
XsltUpdateRequestHandlerTest, TestMiniSolrCloudCluster, TestRealTimeGet, 
TestCrossCoreJoin, CollectionStateFormat2Test, CollectionsAPISolrJTest, 
DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [532/725 (2!)] on J0 in 137.03s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to