Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20649/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseSerialGC --illegal-access=deny

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_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:38911","node_name":"127.0.0.1:38911_","state":"active","type":"NRT","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:38911";,           "node_name":"127.0.0.1:38911_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_n2",          
 "base_url":"http://127.0.0.1:46433";,           "node_name":"127.0.0.1:46433_", 
          "state":"down",           "type":"NRT"},         "core_node6":{       
    "state":"down",           "base_url":"http://127.0.0.1:34407";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:34407_",           "type":"NRT"}}}},   
"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_node4:{"core":"c8n_1x3_lf_shard1_replica_n1","base_url":"http://127.0.0.1:38911","node_name":"127.0.0.1:38911_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:38911";,
          "node_name":"127.0.0.1:38911_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:46433";,
          "node_name":"127.0.0.1:46433_",
          "state":"down",
          "type":"NRT"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:34407";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:34407_",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([3671555183C8314C:BE256A8B2D345CB4]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
replica never fully recovered

Stack Trace:
java.lang.AssertionError: replica never fully recovered
        at 
__randomizedtesting.SeedInfo.seed([3671555183C8314C:5B8DF1AC3980CE4B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.waitForRecovery(AutoscalingHistoryHandlerTest.java:303)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:255)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13271 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/init-core-data-001
   [junit4]   2> 1580825 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3671555183C8314C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1580825 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3671555183C8314C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1580826 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3671555183C8314C]-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> 1580826 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3671555183C8314C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1580826 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3671555183C8314C]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1580827 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1580827 INFO  (Thread-3428) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1580827 INFO  (Thread-3428) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1580828 ERROR (Thread-3428) [    ] 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> 1580927 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43807
   [junit4]   2> 1580931 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580932 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580933 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580933 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580933 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580934 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580934 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580951 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580952 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
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> 1580968 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1581094 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1581095 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17061ad0{/,null,AVAILABLE}
   [junit4]   2> 1581095 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4857f6bb{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 1581095 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1581095 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/tempDir-001/control/data,
 hostPort=46433, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 1581096 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1581096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1581096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1581096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1581096 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-10T17:16:31.607280Z
   [junit4]   2> 1581097 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1581097 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/control-001/solr.xml
   [junit4]   2> 1581099 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1581099 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1581100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1581102 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43807/solr
   [junit4]   2> 1581139 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1581139 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46433_
   [junit4]   2> 1581140 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.Overseer Overseer (id=98805729941192708-127.0.0.1:46433_-n_0000000000) 
starting
   [junit4]   2> 1581142 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46433_
   [junit4]   2> 1581143 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1581178 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1581188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1581188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1581189 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/control-001/cores
   [junit4]   2> 1581199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1581199 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43807/solr ready
   [junit4]   2> 1581199 INFO  (SocketProxy-Acceptor-46433) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41888,localport=46433], receiveBufferSize:531000
   [junit4]   2> 1581199 INFO  (SocketProxy-Acceptor-46433) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37449,localport=55536], receiveBufferSize=530904
   [junit4]   2> 1581200 INFO  (qtp752920095-19041) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46433_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1581201 INFO  (OverseerThreadFactory-5983-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1581303 INFO  (SocketProxy-Acceptor-46433) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41892,localport=46433], receiveBufferSize:531000
   [junit4]   2> 1581304 INFO  (SocketProxy-Acceptor-46433) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37449,localport=55540], receiveBufferSize=530904
   [junit4]   2> 1581304 INFO  (qtp752920095-19037) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1581304 INFO  (qtp752920095-19037) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1581406 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1582313 INFO  (qtp752920095-19037) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1582322 INFO  (qtp752920095-19037) [    ] o.a.s.s.IndexSchema 
[control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1582401 INFO  (qtp752920095-19037) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1582407 INFO  (qtp752920095-19037) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1582407 INFO  (qtp752920095-19037) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1582407 INFO  (qtp752920095-19037) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1582407 INFO  (qtp752920095-19037) [    ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1582408 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=95.66796875, 
floorSegmentMB=1.6396484375, forceMergeDeletesPctAllowed=15.70367882393816, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1582410 WARN  (qtp752920095-19037) [    ] 
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> 1582430 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1582430 INFO  (qtp752920095-19037) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1582431 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1582431 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1582432 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=90.20703125, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=5.296866186641229, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1582432 INFO  (qtp752920095-19037) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13e5c08f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1582433 INFO  (qtp752920095-19037) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1582433 INFO  (qtp752920095-19037) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1582434 INFO  (qtp752920095-19037) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1582434 INFO  (searcherExecutor-5986-thread-1) [    ] 
o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher 
Searcher@13e5c08f[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1582434 INFO  (qtp752920095-19037) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580891680743096320
   [junit4]   2> 1582438 INFO  (qtp752920095-19037) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1582438 INFO  (qtp752920095-19037) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1582438 INFO  (qtp752920095-19037) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46433/control_collection_shard1_replica_n1/
   [junit4]   2> 1582438 INFO  (qtp752920095-19037) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1582438 INFO  (qtp752920095-19037) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:46433/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1582438 INFO  (qtp752920095-19037) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1582439 INFO  (qtp752920095-19037) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46433/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1582540 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1582590 INFO  (qtp752920095-19037) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1582590 INFO  (qtp752920095-19037) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1286
   [junit4]   2> 1582592 INFO  (qtp752920095-19041) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1582691 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1583202 INFO  
(OverseerCollectionConfigSetProcessor-98805729941192708-127.0.0.1:46433_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1583592 INFO  (qtp752920095-19041) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46433_&wt=javabin&version=2}
 status=0 QTime=2391
   [junit4]   2> 1583594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1583595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43807/solr ready
   [junit4]   2> 1583595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1583595 INFO  (SocketProxy-Acceptor-46433) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41904,localport=46433], receiveBufferSize:531000
   [junit4]   2> 1583595 INFO  (SocketProxy-Acceptor-46433) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37449,localport=55552], receiveBufferSize=530904
   [junit4]   2> 1583595 INFO  (qtp752920095-19041) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1583596 INFO  (OverseerThreadFactory-5983-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1583596 WARN  (OverseerThreadFactory-5983-thread-2) [    ] 
o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) 
without cores.
   [junit4]   2> 1583798 INFO  (qtp752920095-19041) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1583798 INFO  (qtp752920095-19041) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=202
   [junit4]   2> 1583906 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-1-001
 of type NRT
   [junit4]   2> 1583907 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1583907 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@736a4fd2{/,null,AVAILABLE}
   [junit4]   2> 1583907 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@39db949c{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 1583908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1583908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/tempDir-001/jetty1,
 hostPort=34407, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 1583908 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1583908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1583908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1583908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1583908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-10T17:16:34.419561Z
   [junit4]   2> 1583909 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1583909 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-1-001/solr.xml
   [junit4]   2> 1583911 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1583911 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1583911 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1583913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43807/solr
   [junit4]   2> 1583916 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1583917 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1583918 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34407_
   [junit4]   2> 1583918 INFO  (zkCallback-3567-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1583918 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1583919 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1583960 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1583971 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1583971 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1583972 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-1-001/cores
   [junit4]   2> 1583986 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60406,localport=34407], receiveBufferSize:531000
   [junit4]   2> 1583986 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37931,localport=41430], receiveBufferSize=530904
   [junit4]   2> 1583987 INFO  (qtp1243486689-19093) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34407_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1583987 INFO  
(OverseerCollectionConfigSetProcessor-98805729941192708-127.0.0.1:46433_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1583988 INFO  (OverseerThreadFactory-5983-thread-3) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34407_ for creating new replica
   [junit4]   2> 1583989 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60410,localport=34407], receiveBufferSize:531000
   [junit4]   2> 1583989 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37931,localport=41434], receiveBufferSize=530904
   [junit4]   2> 1583989 INFO  (qtp1243486689-19095) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1583989 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1584091 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1585000 INFO  (qtp1243486689-19095) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1585019 INFO  (qtp1243486689-19095) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1585084 INFO  (qtp1243486689-19095) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1585089 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1585089 INFO  (qtp1243486689-19095) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1585089 INFO  (qtp1243486689-19095) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1585089 INFO  (qtp1243486689-19095) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1585090 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=95.66796875, 
floorSegmentMB=1.6396484375, forceMergeDeletesPctAllowed=15.70367882393816, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1585092 WARN  (qtp1243486689-19095) [    ] 
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> 1585122 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1585122 INFO  (qtp1243486689-19095) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1585123 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1585123 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1585123 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=90.20703125, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=5.296866186641229, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1585124 INFO  (qtp1243486689-19095) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@515aa9e[collection1_shard2_replica_n41] main]
   [junit4]   2> 1585124 INFO  (qtp1243486689-19095) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1585124 INFO  (qtp1243486689-19095) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1585124 INFO  (qtp1243486689-19095) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1585125 INFO  (searcherExecutor-5997-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher 
Searcher@515aa9e[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1585125 INFO  (qtp1243486689-19095) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580891683564814336
   [junit4]   2> 1585127 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1585127 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1585127 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34407/collection1_shard2_replica_n41/
   [junit4]   2> 1585127 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1585128 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:34407/collection1_shard2_replica_n41/ has 
no replicas
   [junit4]   2> 1585128 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1585128 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34407/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1585230 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1585279 INFO  (qtp1243486689-19095) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1585280 INFO  (qtp1243486689-19095) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1291
   [junit4]   2> 1585281 INFO  (qtp1243486689-19093) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34407_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1294
   [junit4]   2> 1585383 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1585384 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-2-001
 of type NRT
   [junit4]   2> 1585384 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1585385 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36e710d{/,null,AVAILABLE}
   [junit4]   2> 1585385 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@57c05bf2{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 1585385 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1585385 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/tempDir-001/jetty2,
 hostPort=38911, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 1585385 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1585385 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1585386 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1585386 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1585386 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-10T17:16:35.897081Z
   [junit4]   2> 1585387 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1585387 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-2-001/solr.xml
   [junit4]   2> 1585388 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1585388 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1585389 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1585390 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43807/solr
   [junit4]   2> 1585394 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1585396 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1585396 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38911_
   [junit4]   2> 1585397 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1585397 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1585397 INFO  (zkCallback-3567-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1585403 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1585426 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1585432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1585433 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1585434 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-2-001/cores
   [junit4]   2> 1585453 INFO  (qtp1243486689-19094) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38911_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1585454 INFO  
(OverseerCollectionConfigSetProcessor-98805729941192708-127.0.0.1:46433_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1585454 INFO  (OverseerThreadFactory-5983-thread-4) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38911_ for creating new replica
   [junit4]   2> 1585455 INFO  (SocketProxy-Acceptor-38911) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44586,localport=38911], receiveBufferSize:531000
   [junit4]   2> 1585455 INFO  (SocketProxy-Acceptor-38911) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38561,localport=48950], receiveBufferSize=530904
   [junit4]   2> 1585455 INFO  (qtp656179578-19127) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1585455 INFO  (qtp656179578-19127) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1585557 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1585557 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1586465 INFO  (qtp656179578-19127) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1586475 INFO  (qtp656179578-19127) [    ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1586559 INFO  (qtp656179578-19127) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1586564 INFO  (qtp656179578-19127) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1586564 INFO  (qtp656179578-19127) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1586564 INFO  (qtp656179578-19127) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1586564 INFO  (qtp656179578-19127) [    ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1586566 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=95.66796875, 
floorSegmentMB=1.6396484375, forceMergeDeletesPctAllowed=15.70367882393816, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1586567 WARN  (qtp656179578-19127) [    ] 
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> 1586591 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1586591 INFO  (qtp656179578-19127) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1586591 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1586591 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1586592 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=90.20703125, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=5.296866186641229, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1586592 INFO  (qtp656179578-19127) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@73a4e375[collection1_shard1_replica_n43] main]
   [junit4]   2> 1586593 INFO  (qtp656179578-19127) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1586593 INFO  (qtp656179578-19127) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1586593 INFO  (qtp656179578-19127) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1586594 INFO  (searcherExecutor-6008-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher 
Searcher@73a4e375[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1586594 INFO  (qtp656179578-19127) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580891685105172480
   [junit4]   2> 1586596 INFO  (qtp656179578-19127) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1586596 INFO  (qtp656179578-19127) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1586596 INFO  (qtp656179578-19127) [    ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38911/collection1_shard1_replica_n43/
   [junit4]   2> 1586596 INFO  (qtp656179578-19127) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1586596 INFO  (qtp656179578-19127) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:38911/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1586596 INFO  (qtp656179578-19127) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1586597 INFO  (qtp656179578-19127) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38911/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1586698 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1586698 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1586747 INFO  (qtp656179578-19127) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1586750 INFO  (qtp656179578-19127) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1294
   [junit4]   2> 1586751 INFO  (qtp1243486689-19094) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38911_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1298
   [junit4]   2> 1586851 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1586851 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1586857 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-3-001
 of type NRT
   [junit4]   2> 1586858 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1586858 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@26e4dad1{/,null,AVAILABLE}
   [junit4]   2> 1586858 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1c5f51ef{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 1586859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.e.j.s.Server Started @???????ms
   [junit4]   2> 1586859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/tempDir-001/jetty3,
 hostPort=33451, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-3-001/cores}
   [junit4]   2> 1586859 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1586859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1586859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1586859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1586859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-10T17:16:37.370480Z
   [junit4]   2> 1586860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1586860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-3-001/solr.xml
   [junit4]   2> 1586861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1586861 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1586862 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1586863 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43807/solr
   [junit4]   2> 1586866 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1586867 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1586868 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33451_
   [junit4]   2> 1586868 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1586868 INFO  (zkCallback-3567-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1586868 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1586868 INFO  (zkCallback-3560-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1586869 INFO  (zkCallback-3584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1586901 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1586908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1586908 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1586909 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-3-001/cores
   [junit4]   2> 1586945 INFO  (SocketProxy-Acceptor-33451) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57442,localport=33451], receiveBufferSize:531000
   [junit4]   2> 1586945 INFO  (SocketProxy-Acceptor-33451) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38403,localport=52588], receiveBufferSize=530904
   [junit4]   2> 1586945 INFO  (qtp1134843650-19159) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33451_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1586946 INFO  
(OverseerCollectionConfigSetProcessor-98805729941192708-127.0.0.1:46433_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1586946 INFO  (OverseerThreadFactory-5983-thread-5) [    ] 
o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33451_ for creating new replica
   [junit4]   2> 1586947 INFO  (SocketProxy-Acceptor-33451) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57446,localport=33451], receiveBufferSize:531000
   [junit4]   2> 1586947 INFO  (SocketProxy-Acceptor-33451) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38403,localport=52592], receiveBufferSize=530904
   [junit4]   2> 1586947 INFO  (qtp1134843650-19161) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1586948 INFO  (qtp1134843650-19161) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1587050 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1587050 INFO  (zkCallback-3584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1587050 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1587956 INFO  (qtp1134843650-19161) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1587967 INFO  (qtp1134843650-19161) [    ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1588054 INFO  (qtp1134843650-19161) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1588060 INFO  (qtp1134843650-19161) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1588060 INFO  (qtp1134843650-19161) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58137d3
   [junit4]   2> 1588060 INFO  (qtp1134843650-19161) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1588060 INFO  (qtp1134843650-19161) [    ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3671555183C8314C-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1588061 INFO  (qtp1134843650-19161) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=95.66796875, 
floorSegmentMB=1.6396484375, forceMergeDeletesPctAllowed=15.70367882393816, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1588063 WARN  (qtp1134843650-19161) [    ] 
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> 1588083 INFO  (qtp1134843650-19161) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1588083 INFO  (qtp1134843650-19161) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1588084 INFO  (qtp1134843650-19161) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1588084 INFO  (qtp1134843650-19161) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1588085 INFO  (qtp1134843650-19161) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=90.20703125, 
floorSegmentMB=1.7841796875, forceMergeDeletesPctAllowed=5.296866186641229, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1588085 INFO  (qtp1134843650-19161) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d4a96[collection1_shard2_replica_n45] main]
   [junit4]   2> 1588085 INFO  (qtp1134843650-19161) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1588086 INFO  (qtp1134843650-19161) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1588086 INFO  (qtp1134843650-19161) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1588087 INFO  (searcherExecutor-6019-thread-1) [    ] 
o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher 
Searcher@d4a96[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1588087 INFO  (qtp1134843650-19161) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1580891686670696448
   [junit4]   2> 1588089 INFO  (qtp1134843650-19161) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 1588089 INFO  (updateExecutor-3581-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1588089 INFO  (qtp1134843650-19161) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1141
   [junit4]   2> 1588089 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1588089 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1588089 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1_shard2_replica_n45]
   [junit4]   2> 1588089 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1588089 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:34407/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:33451/collection1_shard2_replica_n45/]
   [junit4]   2> 1588092 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:34407]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:33451_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1588092 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60484,localport=34407], receiveBufferSize:531000
   [junit4]   2> 1588093 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37931,localport=41508], receiveBufferSize=530904
   [junit4]   2> 1588093 INFO  (qtp1243486689-19090) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 1588093 INFO  (qtp1243486689-19090) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:33451_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33451","node_name":"127.0.0.1:33451_","state":"down","type":"NRT"}
   [junit4]   2> 1588096 INFO  (qtp1134843650-19159) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33451_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1150
   [junit4]   2> 1588100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1588100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1588100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1588193 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1588193 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1588193 INFO  (zkCallback-3584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1588947 INFO  
(OverseerCollectionConfigSetProcessor-98805729941192708-127.0.0.1:46433_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1589093 INFO  (qtp1243486689-19090) [    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:33451_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33451","node_name":"127.0.0.1:33451_","state":"recovering","type":"NRT"}
   [junit4]   2> 1589093 INFO  (qtp1243486689-19090) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1589093 INFO  (qtp1243486689-19090) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:33451_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1589594 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:34407/collection1_shard2_replica_n41/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1589595 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n45 
url=http://127.0.0.1:33451 START 
replicas=[http://127.0.0.1:34407/collection1_shard2_replica_n41/] nUpdates=100
   [junit4]   2> 1589595 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60506,localport=34407], receiveBufferSize:531000
   [junit4]   2> 1589595 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37931,localport=41530], receiveBufferSize=530904
   [junit4]   2> 1589596 INFO  (qtp1243486689-19091) [    ] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1589596 INFO  (qtp1243486689-19091) [    ] o.a.s.c.S.Request 
[collection1_shard2_replica_n41]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1589596 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 1589596 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1589596 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1589596 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1589597 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1589597 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1589597 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1589597 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1589597 INFO  (recoveryExecutor-3582-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1589698 INFO  (zkCallback-3572-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1589698 INFO  (zkCallback-3584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1589698 INFO  (zkCallback-3578-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1590101 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3671555183C8314C]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1590102 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580891688783577088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1590102 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1590102 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1590102 INFO  (qtp752920095-19037) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [control_collection_shard1_replica_n1]  
webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1590103 INFO  (SocketProxy-Acceptor-38911) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44676,localport=38911], receiveBufferSize:531000
   [junit4]   2> 1590103 INFO  (SocketProxy-Acceptor-38911) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38561,localport=49040], receiveBufferSize=530904
   [junit4]   2> 1590104 INFO  (SocketProxy-Acceptor-38911) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44680,localport=38911], receiveBufferSize:531000
   [junit4]   2> 1590104 INFO  (SocketProxy-Acceptor-33451) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57500,localport=33451], receiveBufferSize:531000
   [junit4]   2> 1590104 INFO  (SocketProxy-Acceptor-38911) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38561,localport=49048], receiveBufferSize=530904
   [junit4]   2> 1590104 INFO  (SocketProxy-Acceptor-34407) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60526,localport=34407], receiveBufferSize:531000
   [junit4]   2> 1590105 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580891688786722816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1590105 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1590105 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1590105 INFO  (qtp656179578-19127) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n43]  webapp= 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38911/collection1_shard1_replica_n43/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1590105 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1580891688786722816,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1590105 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1590105 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1590105 INFO  (qtp1243486689-19095) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [

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

4529-thread-2) [    ] o.a.s.u.DefaultSolrCoreState Skipping recovery because 
Solr is shutdown
   [junit4]   2> 2712253 INFO  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 2712253 INFO  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 2712253 INFO  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.c.SolrCore [.system_shard1_replica_n9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@51500e1c
   [junit4]   2> 2712253 INFO  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core..system.shard1.replica_n9, tag=1364200988
   [junit4]   2> 2712253 INFO  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a485fda: rootName = 
solr_35933, domain = solr.core..system.shard1.replica_n9, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n9 / 
com.codahale.metrics.MetricRegistry@3b11e828
   [junit4]   2> 2712266 INFO  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection..system.shard1.leader, tag=1364200988
   [junit4]   2> 2712266 WARN  (recoveryExecutor-4530-thread-2) [    ] 
o.a.s.c.RecoveryStrategy Stopping recovery for core=[.system_shard1_replica_n9] 
coreNodeName=[core_node10]
   [junit4]   2> 2712267 WARN  (updateExecutor-4529-thread-4) [    ] 
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 2713768 WARN  (zkCallback-4532-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2713768 INFO  (jetty-closer-4486-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@53c748f4{/solr,null,UNAVAILABLE}
   [junit4]   2> 2713769 ERROR 
(SUITE-AutoscalingHistoryHandlerTest-seed#[3671555183C8314C]-worker) [    ] 
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> 2713769 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[3671555183C8314C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43669 43669
   [junit4]   2> 2718805 INFO  (Thread-4718) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43669 43669
   [junit4]   2> 2718806 WARN  (Thread-4718) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        34      /solr/aliases.json
   [junit4]   2>        34      /solr/clusterprops.json
   [junit4]   2>        6       /solr/configs/.system/managed-schema
   [junit4]   2>        5       /solr/configs/.system
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        491     /solr/collections/.system/state.json
   [junit4]   2>        34      /solr/clusterstate.json
   [junit4]   2>        24      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        2       
/solr/collections/AutoscalingHistoryHandlerTest_collection/leader_elect/shard1/election/98805778714198024-core_node6-n_0000000000
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        34      /solr/collections
   [junit4]   2>        33      /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       
/solr/autoscaling/events/AutoscalingHistoryHandlerTest_node_lost_trigger
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_3671555183C8314C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{action_s=BlockTreeOrds(blocksize=128), 
event.source_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 type=PostingsFormat(name=LuceneFixedGap), before.actions_ss=FSTOrd50, 
event.property._enqueue_time__ss=BlockTreeOrds(blocksize=128), 
after.actions_ss=BlockTreeOrds(blocksize=128), 
stage_s=BlockTreeOrds(blocksize=128), 
event.id_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 event.property.eventTimes_ss=PostingsFormat(name=LuceneFixedGap), 
source_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 event.type_s=PostingsFormat(name=LuceneFixedGap), 
responses_ts=BlockTreeOrds(blocksize=128), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 collections_ss=PostingsFormat(name=LuceneFixedGap), 
operations.params_ts=BlockTreeOrds(blocksize=128), 
event.property.nodeNames_ss=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
event.time_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=620, 
maxMBSortInHeap=6.150349496599031, sim=RandomSimilarity(queryNorm=true): {}, 
locale=be-BY, timezone=Indian/Comoro
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 
(64-bit)/cpus=8,threads=1,free=176861432,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestGraphTermsQParserPlugin, 
TestStreamBody, TestShardHandlerFactory, TestDistributedGrouping, 
SharedFSAutoReplicaFailoverTest, TestSimpleTrackingShardHandler, 
SolrGraphiteReporterTest, TestFieldCache, HttpSolrCallGetCoreTest, 
AlternateDirectoryTest, TermVectorComponentTest, TestMinMaxOnMultiValuedField, 
TestHashPartitioner, FileBasedSpellCheckerTest, SolrSlf4jReporterTest, 
HttpPartitionTest, DocExpirationUpdateProcessorFactoryTest, 
TestSystemIdResolver, TestHdfsCloudBackupRestore, TestNamedUpdateProcessors, 
TestSolrCloudWithSecureImpersonation, TestLRUStatsCache, TestStressRecovery, 
HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, 
IndexSchemaRuntimeFieldTest, WrapperMergePolicyFactoryTest, SpatialFilterTest, 
ShardRoutingCustomTest, TestFieldTypeResource, ExecutePlanActionTest, 
PKIAuthenticationIntegrationTest, NodeAddedTriggerTest, DistanceUnitsTest, 
FullHLLTest, TestSegmentSorting, SchemaVersionSpecificBehaviorTest, 
TestStressVersions, TestStressUserVersions, SparseHLLTest, ZkStateReaderTest, 
PreAnalyzedUpdateProcessorTest, DistributedSuggestComponentTest, 
ResourceLoaderTest, TestSchemaManager, ChaosMonkeySafeLeaderTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestManagedSynonymGraphFilterFactory, 
SolrMetricReporterTest, TestDistribIDF, TestRTimerTree, CollectionReloadTest, 
ScriptEngineTest, TestFastLRUCache, TestPayloadCheckQParserPlugin, 
CollectionsAPIDistributedZkTest, BlockJoinFacetSimpleTest, 
TestSQLHandlerNonCloud, TestConfigOverlay, DistanceFunctionTest, 
TestSearchPerf, TestJsonRequest, CoreAdminHandlerTest, MoreLikeThisHandlerTest, 
TestCustomDocTransformer, TestRandomCollapseQParserPlugin, DeleteNodeTest, 
PropertiesRequestHandlerTest, LukeRequestHandlerTest, SystemInfoHandlerTest, 
TestPullReplica, TestConfigReload, UpdateRequestProcessorFactoryTest, 
DisMaxRequestHandlerTest, UtilsToolTest, RequestLoggingTest, TestConfigSets, 
MetricsConfigTest, SpellCheckCollatorWithCollapseTest, 
TestCollectionsAPIViaSolrCloudCluster, UpdateLogTest, 
TestTrackingShardHandlerFactory, TestUninvertingReader, DeleteStatusTest, 
ZkCLITest, TestBM25SimilarityFactory, TestManagedSchemaAPI, 
TestSimpleQParserPlugin, DocValuesTest, CustomCollectionTest, 
SuggestComponentContextFilterQueryTest, ZkSolrClientTest, TestCoreContainer, 
JSONWriterTest, TestPerFieldSimilarity, TestStressLiveNodes, TestQueryTypes, 
TestSubQueryTransformerCrossCore, TestFiltering, DocValuesNotIndexedTest, 
HighlighterTest, TestCursorMarkWithoutUniqueKey, 
StatelessScriptUpdateProcessorFactoryTest, SpellCheckComponentTest, 
BlockCacheTest, TestUnifiedSolrHighlighter, 
PreAnalyzedFieldManagedSchemaCloudTest, SolrCloudExampleTest, TestSolrJ, 
TestGraphMLResponseWriter, TestConfigSetsAPIZkFailure, TestSolrQueryResponse, 
RecoveryAfterSoftCommitTest, TestManagedResourceStorage, HdfsThreadLeakTest, 
NoCacheHeaderTest, ZkControllerTest, OverseerCollectionConfigSetProcessorTest, 
CdcrUpdateLogTest, DistributedIntervalFacetingTest, TestCharFilters, 
TestPolicyCloud, AtomicUpdateProcessorFactoryTest, DOMUtilTest, SyncSliceTest, 
OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, 
TestRandomFaceting, TestRandomDVFaceting, TestDistributedSearch, 
AutoCommitTest, TestFaceting, DistributedSpellCheckComponentTest, TestJoin, 
DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, 
SolrCoreTest, TestGroupingSearch, PeerSyncTest, SoftAutoCommitTest, 
DeleteInactiveReplicaTest, DistribJoinFromCollectionTest, 
LeaderFailoverAfterPartitionTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, 
OverseerStatusTest, PeerSyncReplicationTest, SimpleCollectionCreateDeleteTest, 
TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudPivotFacet, 
TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, 
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, 
TestRandomFlRTGCloud, TestRebalanceLeaders, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, 
TlogReplayBufferedWhileIndexingTest, ZkFailoverTest, TriggerIntegrationTest, 
TestHdfsBackupRestoreCore, AutoscalingHistoryHandlerTest]
   [junit4] Completed [745/745 (2!)] on J1 in 393.78s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 39748 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to