Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/55/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplica.testKillLeader

Error Message:
Replica state not updated in cluster state null Live Nodes: 
[127.0.0.1:33129_solr, 127.0.0.1:32903_solr] Last available state: 
DocCollection(pull_replica_test_kill_leader//collections/pull_replica_test_kill_leader/state.json/6)={
   "pullReplicas":"1",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           
"core":"pull_replica_test_kill_leader_shard1_replica_n1",           
"base_url":"http://127.0.0.1:32903/solr";,           
"node_name":"127.0.0.1:32903_solr",           "state":"down",           
"type":"NRT",           "leader":"true"},         "core_node2":{           
"core":"pull_replica_test_kill_leader_shard1_replica_p1",           
"base_url":"http://127.0.0.1:33129/solr";,           
"node_name":"127.0.0.1:33129_solr",           "state":"active",           
"type":"PULL"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"100",   "autoAddReplicas":"false",   "nrtReplicas":"1",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Replica state not updated in cluster state
null
Live Nodes: [127.0.0.1:33129_solr, 127.0.0.1:32903_solr]
Last available state: 
DocCollection(pull_replica_test_kill_leader//collections/pull_replica_test_kill_leader/state.json/6)={
  "pullReplicas":"1",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"pull_replica_test_kill_leader_shard1_replica_n1",
          "base_url":"http://127.0.0.1:32903/solr";,
          "node_name":"127.0.0.1:32903_solr",
          "state":"down",
          "type":"NRT",
          "leader":"true"},
        "core_node2":{
          "core":"pull_replica_test_kill_leader_shard1_replica_p1",
          "base_url":"http://127.0.0.1:33129/solr";,
          "node_name":"127.0.0.1:33129_solr",
          "state":"active",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([16AE97088DDDCF06:5FB863BCEF665B50]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:401)
        at 
org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:290)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12697 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/init-core-data-001
   [junit4]   2> 1464265 WARN  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1464266 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1464266 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1464267 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001
   [junit4]   2> 1464267 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1464267 INFO  (Thread-3600) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1464267 INFO  (Thread-3600) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1464270 ERROR (Thread-3600) [    ] 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> 1464367 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45603
   [junit4]   2> 1464372 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1464372 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12c0c433{/solr,null,AVAILABLE}
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@69fab421{/solr,null,AVAILABLE}
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16f71f5e{HTTP/1.1,[http/1.1]}{127.0.0.1:33129}
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@249f8c4d{HTTP/1.1,[http/1.1]}{127.0.0.1:32903}
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.e.j.s.Server Started @1466408ms
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.e.j.s.Server Started @1466408ms
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33129}
   [junit4]   2> 1464373 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32903}
   [junit4]   2> 1464374 ERROR (jetty-launcher-2353-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1464374 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1464374 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1464374 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1464374 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T18:30:12.358Z
   [junit4]   2> 1464375 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1464376 ERROR (jetty-launcher-2353-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1464377 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1464377 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1464377 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1464377 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T18:30:12.361Z
   [junit4]   2> 1464378 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1464382 INFO  (jetty-launcher-2353-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45603/solr
   [junit4]   2> 1464382 INFO  (jetty-launcher-2353-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45603/solr
   [junit4]   2> 1464418 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1464418 INFO  (jetty-launcher-2353-thread-1) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1464418 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32903_solr
   [junit4]   2> 1464419 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.Overseer Overseer 
(id=98341710217347076-127.0.0.1:32903_solr-n_0000000000) starting
   [junit4]   2> 1464419 INFO  (jetty-launcher-2353-thread-1) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33129_solr
   [junit4]   2> 1464419 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1464419 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1464421 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32903_solr
   [junit4]   2> 1464422 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1464426 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1464453 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32903.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1464455 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32903.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1464455 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32903.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1464456 INFO  (jetty-launcher-2353-thread-2) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node2/.
   [junit4]   2> 1464494 INFO  (jetty-launcher-2353-thread-1) 
[n:127.0.0.1:33129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33129.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1464498 INFO  (jetty-launcher-2353-thread-1) 
[n:127.0.0.1:33129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33129.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1464498 INFO  (jetty-launcher-2353-thread-1) 
[n:127.0.0.1:33129_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33129.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1464499 INFO  (jetty-launcher-2353-thread-1) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node1/.
   [junit4]   2> 1464520 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1464521 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45603/solr ready
   [junit4]   2> 1464522 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 1464523 INFO  (qtp949904010-14877) [n:127.0.0.1:32903_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with 
params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1464523 INFO  (qtp949904010-14877) [n:127.0.0.1:32903_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 1464539 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testKillLeader
   [junit4]   2> 1464540 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_kill_leader&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1464541 INFO  
(OverseerThreadFactory-6947-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
pull_replica_test_kill_leader
   [junit4]   2> 1464643 INFO  
(OverseerStateUpdate-98341710217347076-127.0.0.1:32903_solr-n_0000000000) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_kill_leader_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32903/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1464644 INFO  
(OverseerStateUpdate-98341710217347076-127.0.0.1:32903_solr-n_0000000000) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_kill_leader_shard1_replica_p1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33129/solr";,
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 1464845 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_leader_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1464846 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_leader_shard1_replica_p1&action=CREATE&numShards=1&collection=pull_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1464846 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1464846 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1464951 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1464951 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1464951 INFO  
(zkCallback-2364-thread-2-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1464951 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1465856 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1465856 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1465862 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.s.IndexSchema 
[pull_replica_test_kill_leader_shard1_replica_p1] Schema name=minimal
   [junit4]   2> 1465862 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.IndexSchema 
[pull_replica_test_kill_leader_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1465865 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1465865 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1465865 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_kill_leader_shard1_replica_p1' using 
configuration from collection pull_replica_test_kill_leader, trusted=true
   [junit4]   2> 1465865 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_kill_leader_shard1_replica_n1' using 
configuration from collection pull_replica_test_kill_leader, trusted=true
   [junit4]   2> 1465865 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_33129.solr.core.pull_replica_test_kill_leader.shard1.replica_p1' 
(registry 'solr.core.pull_replica_test_kill_leader.shard1.replica_p1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1465865 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_32903.solr.core.pull_replica_test_kill_leader.shard1.replica_n1' 
(registry 'solr.core.pull_replica_test_kill_leader.shard1.replica_n1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1465866 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1465866 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1465866 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.SolrCore 
[[pull_replica_test_kill_leader_shard1_replica_p1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node1/pull_replica_test_kill_leader_shard1_replica_p1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node1/./pull_replica_test_kill_leader_shard1_replica_p1/data/]
   [junit4]   2> 1465866 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
[[pull_replica_test_kill_leader_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node2/pull_replica_test_kill_leader_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node2/./pull_replica_test_kill_leader_shard1_replica_n1/data/]
   [junit4]   2> 1465913 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1465913 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1465913 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1465913 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1465914 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1e536e14[pull_replica_test_kill_leader_shard1_replica_p1] 
main]
   [junit4]   2> 1465914 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1465914 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1465915 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1465915 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1465915 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@552a3438[pull_replica_test_kill_leader_shard1_replica_n1] 
main]
   [junit4]   2> 1465915 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1465916 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1465916 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.ZkController 
pull_replica_test_kill_leader_shard1_replica_p1 starting background replication 
from leader
   [junit4]   2> 1465916 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.ReplicateFromLeader 
Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 1465916 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1465916 INFO  
(searcherExecutor-6952-thread-1-processing-n:127.0.0.1:33129_solr 
x:pull_replica_test_kill_leader_shard1_replica_p1 s:shard1 
c:pull_replica_test_kill_leader r:core_node2) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.SolrCore 
[pull_replica_test_kill_leader_shard1_replica_p1] Registered new searcher 
Searcher@1e536e14[pull_replica_test_kill_leader_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1465916 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1465917 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Poll scheduled at an interval of 3000ms
   [junit4]   2> 1465917 INFO  
(searcherExecutor-6953-thread-1-processing-n:127.0.0.1:32903_solr 
x:pull_replica_test_kill_leader_shard1_replica_n1 s:shard1 
c:pull_replica_test_kill_leader r:core_node1) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
[pull_replica_test_kill_leader_shard1_replica_n1] Registered new searcher 
Searcher@552a3438[pull_replica_test_kill_leader_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1465917 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1573467365206654976
   [junit4]   2> 1465919 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1465920 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1465920 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:32903/solr/pull_replica_test_kill_leader_shard1_replica_n1/
   [junit4]   2> 1465920 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1465920 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:32903/solr/pull_replica_test_kill_leader_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1465920 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1465920 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:32903/solr/pull_replica_test_kill_leader_shard1_replica_n1/ 
shard1
   [junit4]   2> 1466022 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466022 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466022 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466022 INFO  
(zkCallback-2364-thread-2-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466067 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1466071 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1466073 INFO  (qtp949904010-14866) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_leader_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1227
   [junit4]   2> 1466174 INFO  
(zkCallback-2364-thread-2-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466174 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466174 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466174 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1466920 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_leader_shard1_replica_p1&action=CREATE&numShards=1&collection=pull_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2074
   [junit4]   2> 1466922 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1467022 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1467022 INFO  
(zkCallback-2364-thread-2-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1467022 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1467022 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1467922 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_kill_leader&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=3382
   [junit4]   2> 1467926 INFO  (qtp949904010-14880) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1573467367312195584)]} 0 1
   [junit4]   2> 1467927 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1573467367314292736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1467927 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@24f4d1b0 
commitCommandVersion:1573467367314292736
   [junit4]   2> 1467929 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@39d45344[pull_replica_test_kill_leader_shard1_replica_n1] 
main]
   [junit4]   2> 1467929 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1467930 INFO  
(searcherExecutor-6953-thread-1-processing-n:127.0.0.1:32903_solr 
x:pull_replica_test_kill_leader_shard1_replica_n1 s:shard1 
c:pull_replica_test_kill_leader r:core_node1) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
[pull_replica_test_kill_leader_shard1_replica_n1] Registered new searcher 
Searcher@39d45344[pull_replica_test_kill_leader_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 1467930 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=pull_replica_test_kill_leader:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 1467932 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1467933 INFO  (qtp397127412-14867) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468034 INFO  (qtp397127412-14867) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468135 INFO  (qtp397127412-14865) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468236 INFO  (qtp397127412-14865) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468337 INFO  (qtp397127412-14878) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468438 INFO  (qtp397127412-14867) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468539 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468543 INFO  
(OverseerCollectionConfigSetProcessor-98341710217347076-127.0.0.1:32903_solr-n_0000000000)
 [n:127.0.0.1:32903_solr    ] 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> 1468639 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468740 INFO  (qtp397127412-14878) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468841 INFO  (qtp397127412-14867) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468917 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1468917 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Updated 
masterUrl to 
http://127.0.0.1:32903/solr/pull_replica_test_kill_leader_shard1_replica_n1/
   [junit4]   2> 1468918 INFO  (qtp949904010-14871) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1468918 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher 
Master's generation: 2
   [junit4]   2> 1468918 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher 
Master's version: 1500575415911
   [junit4]   2> 1468918 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Slave's 
generation: 1
   [junit4]   2> 1468918 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Slave's 
version: 0
   [junit4]   2> 1468918 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher 
Starting replication process
   [junit4]   2> 1468919 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=0
   [junit4]   2> 1468919 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Number 
of files in latest index in master: 16
   [junit4]   2> 1468920 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher 
Starting download (fullCopy=true) to MockDirectoryWrapper(RAMDirectory@36f5e286 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15853074)
   [junit4]   2> 1468920 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468923 INFO  (qtp949904010-14873) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468924 INFO  (qtp949904010-14871) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468925 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468926 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468953 INFO  (qtp397127412-14865) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1468953 INFO  (qtp949904010-14873) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468954 INFO  (qtp949904010-14871) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468955 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.dii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468956 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468957 INFO  (qtp949904010-14873) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Memory_0.ram&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468958 INFO  (qtp949904010-14871) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.dim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468959 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468959 INFO  (qtp949904010-14869) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468960 INFO  (qtp949904010-14873) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468961 INFO  (qtp949904010-14871) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468962 INFO  (qtp949904010-14879) [n:127.0.0.1:32903_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 1468963 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Total 
time taken for download (fullCopy=true,bytesDownloaded=2400) : 0 secs (null 
bytes/sec) to MockDirectoryWrapper(RAMDirectory@36f5e286 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15853074)
   [junit4]   2> 1468963 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.SolrCore Updating 
index properties... index=index.20170720223016903
   [junit4]   2> 1468963 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher 
removing old index directory MockDirectoryWrapper(RAMDirectory@2b24c08b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@342ea05a)
   [junit4]   2> 1468964 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 1468965 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@570d3bbd[pull_replica_test_kill_leader_shard1_replica_p1] 
main]
   [junit4]   2> 1468967 INFO  
(searcherExecutor-6952-thread-1-processing-n:127.0.0.1:33129_solr 
x:pull_replica_test_kill_leader_shard1_replica_p1 s:shard1 
c:pull_replica_test_kill_leader r:core_node2) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.SolrCore 
[pull_replica_test_kill_leader_shard1_replica_p1] Registered new searcher 
Searcher@570d3bbd[pull_replica_test_kill_leader_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
   [junit4]   2> 1469146 INFO  (qtp397127412-14876) [n:127.0.0.1:33129_solr 
c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.c.S.Request 
[pull_replica_test_kill_leader_shard1_replica_p1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 1469148 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.ChaosMonkey monkey: kill jetty! 32903
   [junit4]   2> 1469149 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@249f8c4d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1469150 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2075352070
   [junit4]   2> 1469150 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1469152 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1469154 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1469155 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1469156 INFO  (coreCloseExecutor-6964-thread-1) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
[pull_replica_test_kill_leader_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@655bd400
   [junit4]   2> 1469156 INFO  (coreCloseExecutor-6964-thread-1) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.pull_replica_test_kill_leader.shard1.replica_n1, 
tag=1700516864
   [junit4]   2> 1469159 INFO  (zkCallback-2371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1469159 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1469159 INFO  (coreCloseExecutor-6964-thread-1) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.pull_replica_test_kill_leader.shard1.leader, 
tag=1700516864
   [junit4]   2> 1469159 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1469159 INFO  
(zkCallback-2364-thread-2-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1469159 INFO  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1469159 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.Overseer Overseer 
(id=98341710217347076-127.0.0.1:32903_solr-n_0000000000) closing
   [junit4]   2> 1469160 INFO  
(OverseerStateUpdate-98341710217347076-127.0.0.1:32903_solr-n_0000000000) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:32903_solr
   [junit4]   2> 1469160 WARN  
(zkCallback-2364-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1469160 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33129_solr
   [junit4]   2> 1469160 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@12c0c433{/solr,null,UNAVAILABLE}
   [junit4]   2> 1469161 INFO  
(zkCallback-2365-thread-1-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1469161 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 32903
   [junit4]   2> 1469161 INFO  
(zkCallback-2365-thread-2-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.Overseer Overseer 
(id=98341710217347078-127.0.0.1:33129_solr-n_0000000001) starting
   [junit4]   2> 1469166 INFO  (zkCallback-2371-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1475927 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1475927 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1479933 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1479933 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1483942 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1483943 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1487949 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1487949 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1491957 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1491957 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1495965 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1495965 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1499975 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1499975 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1503982 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1503983 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1507991 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1507991 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1511998 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1511998 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1516006 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1516006 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1520014 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1520014 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1524023 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1524023 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1528030 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1528030 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1532038 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1532038 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1536045 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1536045 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1540052 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1540052 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1544063 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1544063 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1548075 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1548075 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1552082 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1552082 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1556095 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.ReplicationHandler 
Ignoring exception matching No registered leader was found
   [junit4]   2> 1556095 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559162 WARN  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.TestPullReplica Jetty 32903 not running, probably some bad test. 
Starting it
   [junit4]   2> 1559162 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.ChaosMonkey monkey: starting jetty! 32903
   [junit4]   2> 1559162 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1559163 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@dbf154f{/solr,null,AVAILABLE}
   [junit4]   2> 1559163 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7ece71c7{HTTP/1.1,[http/1.1]}{127.0.0.1:32903}
   [junit4]   2> 1559163 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.e.j.s.Server Started @1561198ms
   [junit4]   2> 1559163 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32903}
   [junit4]   2> 1559164 ERROR 
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1559164 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1559164 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1559165 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1559165 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-20T18:31:47.149Z
   [junit4]   2> 1559168 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1559180 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45603/solr
   [junit4]   2> 1559199 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1559201 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1559202 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32903_solr
   [junit4]   2> 1559208 INFO  
(zkCallback-2365-thread-4-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559209 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559210 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559211 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Last 
replication failed, so I'll force replication
   [junit4]   2> 1559211 INFO  (indexFetcher-6962-thread-1) 
[n:127.0.0.1:33129_solr c:pull_replica_test_kill_leader s:shard1 r:core_node2 
x:pull_replica_test_kill_leader_shard1_replica_p1] o.a.s.h.IndexFetcher Replica 
core_node1 is leader but it's state is down, skipping replication
   [junit4]   2> 1559211 INFO  (zkCallback-2371-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1559212 INFO  (zkCallback-2371-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1559212 INFO  
(zkCallback-2365-thread-4-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1559212 INFO  
(zkCallback-2365-thread-3-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_leader/state.json] for collection 
[pull_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1559213 INFO  
(zkCallback-2376-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1559323 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32903.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1559327 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32903.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1559327 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32903.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1559328 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node2/.
   [junit4]   2> 1559328 INFO  
(TEST-TestPullReplica.testKillLeader-seed#[16AE97088DDDCF06]) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[pull_replica_test_kill_leader_shard1_replica_n1]
   [junit4]   2> 1559330 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1559341 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 1559346 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.IndexSchema 
[pull_replica_test_kill_leader_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1559348 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1559349 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_kill_leader_shard1_replica_n1' using 
configuration from collection pull_replica_test_kill_leader, trusted=true
   [junit4]   2> 1559349 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_32903.solr.core.pull_replica_test_kill_leader.shard1.replica_n1' 
(registry 'solr.core.pull_replica_test_kill_leader.shard1.replica_n1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7358ae69
   [junit4]   2> 1559349 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1559349 INFO  
(coreLoadExecutor-6973-thread-1-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr c:pull_replica_test_kill_leader s:shard1 r:core_node1 
x:pull_replica_test_kill_leader_shard1_replica_n1] o.a.s.c.SolrCore 
[[pull_replica_test_kill_leader_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001/tempDir-001/node2/pull_replica_test_kill_leader

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

r-2354-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1608883 INFO  (jetty-closer-2354-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1608884 INFO  (jetty-closer-2354-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1608884 INFO  (jetty-closer-2354-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1608885 INFO  (jetty-closer-2354-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98341710217347078-127.0.0.1:33129_solr-n_0000000001) closing
   [junit4]   2> 1608886 INFO  
(OverseerStateUpdate-98341710217347078-127.0.0.1:33129_solr-n_0000000001) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33129_solr
   [junit4]   2> 1608886 INFO  
(zkCallback-2365-thread-3-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1610386 WARN  
(zkCallback-2382-thread-2-processing-n:127.0.0.1:32903_solr) 
[n:127.0.0.1:32903_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1610386 INFO  (jetty-closer-2354-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@524a7599{/solr,null,UNAVAILABLE}
   [junit4]   2> 1610387 WARN  
(zkCallback-2365-thread-3-processing-n:127.0.0.1:33129_solr) 
[n:127.0.0.1:33129_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1610387 INFO  (jetty-closer-2354-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@69fab421{/solr,null,UNAVAILABLE}
   [junit4]   2> 1610387 ERROR 
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-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> 1610388 INFO  
(SUITE-TestPullReplica-seed#[16AE97088DDDCF06]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45603 45603
   [junit4]   2> 1610418 INFO  (Thread-3600) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45603 45603
   [junit4]   2> 1610419 WARN  (Thread-3600) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/configs/conf
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      
/solr/collections/pull_replica_test_create_delete/state.json
   [junit4]   2>        23      
/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
   [junit4]   2>        20      
/solr/collections/pull_replica_test_kill_leader/state.json
   [junit4]   2>        20      
/solr/collections/pull_replica_test_kill_pull_replica/state.json
   [junit4]   2>        19      
/solr/collections/pull_replica_test_add_remove_pull_replica/state.json
   [junit4]   2>        13      
/solr/collections/pull_replica_test_real_time_get/state.json
   [junit4]   2>        13      
/solr/collections/pull_replica_test_add_docs/state.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98341710217347078-127.0.0.1:33129_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_16AE97088DDDCF06-001
   [junit4]   2> Jul 20, 2017 6:32:38 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{foo=PostingsFormat(name=Memory), id=PostingsFormat(name=Direct), 
foo_s=PostingsFormat(name=Memory)}, 
docValues:{_version_=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1700, maxMBSortInHeap=6.487623227262654, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ru, timezone=Asia/Yerevan
   [junit4]   2> NOTE: Linux 4.10.0-26-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=8,threads=1,free=171819816,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestAuthorizationFramework, 
TestReplicationHandlerBackup, TestRandomFaceting, 
DistributedSpellCheckComponentTest, UUIDFieldTest, TestInfoStreamLogging, 
TestDocSet, TestTestInjection, UUIDUpdateProcessorFallbackTest, 
LeaderElectionIntegrationTest, EchoParamsTest, TestFunctionQuery, 
SpellCheckCollatorTest, SolrGraphiteReporterTest, TestSolrConfigHandler, 
TestJoin, DistribDocExpirationUpdateProcessorTest, 
TestHighFrequencyDictionaryFactory, TestNumericTokenStream, TestFieldCacheSort, 
TestCSVResponseWriter, WrapperMergePolicyFactoryTest, 
TestFieldTypeCollectionResource, TestSha256AuthenticationProvider, 
TestDownShardTolerantSearch, ExplicitHLLTest, SharedFSAutoReplicaFailoverTest, 
TestManagedSchemaThreadSafety, TestFaceting, SolrIndexConfigTest, 
V2StandaloneTest, BlobRepositoryCloudTest, BasicDistributedZkTest, 
TestInPlaceUpdatesStandalone, SSLMigrationTest, TestReplicaProperties, 
CdcrBootstrapTest, TestAuthenticationFramework, TestDynamicFieldResource, 
TestStressLucene, TestWriterPerf, TestSolrCloudWithHadoopAuthPlugin, 
TestSolrQueryResponse, ChaosMonkeySafeLeaderWithPullReplicasTest, 
XmlUpdateRequestHandlerTest, SyncSliceTest, CoreMergeIndexesAdminHandlerTest, 
TestBlobHandler, TestExceedMaxTermLength, TestRemoteStreaming, 
TestSolrQueryParser, RequestHandlersTest, TestCloudJSONFacetJoinDomain, 
TestNumericTerms64, AnalyticsMergeStrategyTest, 
BigEndianAscendingWordDeserializerTest, DistributedQueryElevationComponentTest, 
TestDistributedSearch, FieldMutatingUpdateProcessorTest, 
ConcurrentDeleteAndCreateCollectionTest, TestObjectReleaseTracker, 
LeaderFailureAfterFreshStartTest, TestFastOutputStream, 
TestTolerantUpdateProcessorRandomCloud, ReplicationFactorTest, 
TestSolrCoreSnapshots, TestLeaderElectionWithEmptyReplica, 
BlockJoinFacetDistribTest, TestHighlightDedupGrouping, 
TestSizeLimitedDistributedMap, TestLegacyFieldReuse, TestFieldCacheWithThreads, 
TestBadConfig, TestLuceneMatchVersion, TestSolrConfigHandlerConcurrent, 
OutputWriterTest, TestSmileRequest, TestFieldSortValues, 
TestLMDirichletSimilarityFactory, TestRandomFlRTGCloud, SortSpecParsingTest, 
TestIBSimilarityFactory, CursorPagingTest, TestClusterStateMutator, 
MoveReplicaHDFSUlogDirTest, QueryElevationComponentTest, 
TestSolrFieldCacheBean, TestCryptoKeys, TestBackupRepositoryFactory, 
FieldAnalysisRequestHandlerTest, CloudMLTQParserTest, 
DocumentAnalysisRequestHandlerTest, TestCrossCoreJoin, 
TestManagedResourceStorage, LargeFieldTest, HdfsUnloadDistributedZkTest, 
TestConfigsApi, SuggestComponentContextFilterQueryTest, 
ReplicaListTransformerTest, SolrCloudReportersTest, TestOrdValues, 
TestBinaryField, PeerSyncTest, TestDocTermOrds, TestMergePolicyConfig, 
SolrIndexSplitterTest, TestBinaryResponseWriter, StatsReloadRaceTest, 
TestIndexingPerformance, HLLUtilTest, TestQuerySenderNoQuery, TestRealTimeGet, 
CreateCollectionCleanupTest, TestDFISimilarityFactory, OpenCloseCoreStressTest, 
OverseerTest, TestReplicationHandler, AutoCommitTest, TestReload, 
DistributedTermsComponentTest, TestSolr4Spatial, BadIndexSchemaTest, 
TestFiltering, ShowFileRequestHandlerTest, SimplePostToolTest, 
TestExtendedDismaxParser, CoreAdminHandlerTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, 
TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, 
CacheHeaderTest, IndexBasedSpellCheckerTest, TestQueryUtils, 
DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TestOmitPositions, 
TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, 
SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, 
MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, HighlighterConfigTest, 
TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, 
MultiTermTest, TestElisionMultitermQuery, TestConfig, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, TestPhraseSuggestions, SpellPossibilityIteratorTest, 
TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, 
TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestFastWriter, 
OpenExchangeRatesOrgProviderTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, 
CollectionsAPISolrJTest, DistribJoinFromCollectionTest, 
DocValuesNotIndexedTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
OverseerStatusTest, ReplaceNodeTest, TestCloudPivotFacet, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestMiniSolrCloudClusterSSL, TestPullReplica]
   [junit4] Completed [555/727 (1!)] on J0 in 146.96s, 10 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to