Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/27/
Java: 32bit/jdk-9-ea+175 -client -XX:+UseSerialGC --illegal-access=deny

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:40993_solr, 127.0.0.1:34199_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:40993/solr";,           
"node_name":"127.0.0.1:40993_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:34199/solr";,           
"node_name":"127.0.0.1:34199_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:40993_solr, 127.0.0.1:34199_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:40993/solr";,
          "node_name":"127.0.0.1:40993_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:34199/solr";,
          "node_name":"127.0.0.1:34199_solr",
          "state":"active",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([7E9E97E28BB86C14:37886356E903F842]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13079 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/init-core-data-001
   [junit4]   2> 1995431 WARN  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1995431 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1995432 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1995432 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001
   [junit4]   2> 1995432 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1995432 INFO  (Thread-3721) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1995432 INFO  (Thread-3721) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1995434 ERROR (Thread-3721) [    ] 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> 1995532 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38149
   [junit4]   2> 1995542 INFO  (jetty-launcher-927-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1995548 INFO  (jetty-launcher-927-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1995646 INFO  (jetty-launcher-927-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cbb1f{/solr,null,AVAILABLE}
   [junit4]   2> 1995647 INFO  (jetty-launcher-927-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e0b4a1{/solr,null,AVAILABLE}
   [junit4]   2> 1995648 INFO  (jetty-launcher-927-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@132c5e8{HTTP/1.1,[http/1.1]}{127.0.0.1:40993}
   [junit4]   2> 1995648 INFO  (jetty-launcher-927-thread-1) [    ] 
o.e.j.s.Server Started @1996828ms
   [junit4]   2> 1995648 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40993}
   [junit4]   2> 1995649 ERROR (jetty-launcher-927-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T13:40:32.676298Z
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16de279{HTTP/1.1,[http/1.1]}{127.0.0.1:34199}
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-2) [    ] 
o.e.j.s.Server Started @1996829ms
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34199}
   [junit4]   2> 1995649 ERROR (jetty-launcher-927-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1995649 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1995650 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1995650 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1995650 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T13:40:32.677089Z
   [junit4]   2> 1995659 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995659 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1995678 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38149/solr
   [junit4]   2> 1995687 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38149/solr
   [junit4]   2> 1995761 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995762 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40993_solr
   [junit4]   2> 1995778 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98266961180098565-127.0.0.1:40993_solr-n_0000000000) starting
   [junit4]   2> 1995780 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1995781 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34199_solr
   [junit4]   2> 1995786 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1995786 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1995822 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40993_solr
   [junit4]   2> 1995823 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1995830 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1995864 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1995868 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1995868 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1995869 INFO  (jetty-launcher-927-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/.
   [junit4]   2> 1995959 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40993.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1995963 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40993.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1995963 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40993.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1995964 INFO  (jetty-launcher-927-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node1/.
   [junit4]   2> 1996044 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1996044 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38149/solr ready
   [junit4]   2> 1996046 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 1996055 INFO  (qtp10588481-14286) [    ] 
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> 1996055 INFO  (qtp10588481-14286) [    ] 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> 1996073 INFO  
(TEST-TestPullReplica.testRealTimeGet-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRealTimeGet
   [junit4]   2> 1996074 INFO  (qtp10588481-14287) [    ] 
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_real_time_get&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1996078 INFO  (OverseerThreadFactory-3228-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_real_time_get
   [junit4]   2> 1996191 INFO  
(OverseerStateUpdate-98266961180098565-127.0.0.1:40993_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_real_time_get",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_real_time_get_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40993/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1996192 INFO  
(OverseerStateUpdate-98266961180098565-127.0.0.1:40993_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_real_time_get",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_real_time_get_shard1_replica_p1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34199/solr";,
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 1996394 INFO  (qtp10588481-14274) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1996394 INFO  (qtp12113428-14279) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_p1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1996394 INFO  (qtp12113428-14279) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1996394 INFO  (qtp10588481-14274) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1996496 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1996496 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1996496 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1996497 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997401 INFO  (qtp12113428-14279) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1997401 INFO  (qtp10588481-14274) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1997420 INFO  (qtp12113428-14279) [    ] o.a.s.s.IndexSchema 
[pull_replica_test_real_time_get_shard1_replica_p1] Schema name=minimal
   [junit4]   2> 1997420 INFO  (qtp10588481-14274) [    ] o.a.s.s.IndexSchema 
[pull_replica_test_real_time_get_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1997421 INFO  (qtp12113428-14279) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1997421 INFO  (qtp12113428-14279) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_real_time_get_shard1_replica_p1' using 
configuration from collection pull_replica_test_real_time_get, trusted=true
   [junit4]   2> 1997421 INFO  (qtp10588481-14274) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1997421 INFO  (qtp10588481-14274) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_real_time_get_shard1_replica_n1' using 
configuration from collection pull_replica_test_real_time_get, trusted=true
   [junit4]   2> 1997422 INFO  (qtp12113428-14279) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34199.solr.core.pull_replica_test_real_time_get.shard1.replica_p1' 
(registry 'solr.core.pull_replica_test_real_time_get.shard1.replica_p1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1997422 INFO  (qtp10588481-14274) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40993.solr.core.pull_replica_test_real_time_get.shard1.replica_n1' 
(registry 'solr.core.pull_replica_test_real_time_get.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 1997422 INFO  (qtp12113428-14279) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1997422 INFO  (qtp10588481-14274) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1997422 INFO  (qtp12113428-14279) [    ] o.a.s.c.SolrCore 
[[pull_replica_test_real_time_get_shard1_replica_p1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/pull_replica_test_real_time_get_shard1_replica_p1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/./pull_replica_test_real_time_get_shard1_replica_p1/data/]
   [junit4]   2> 1997422 INFO  (qtp10588481-14274) [    ] o.a.s.c.SolrCore 
[[pull_replica_test_real_time_get_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node1/pull_replica_test_real_time_get_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node1/./pull_replica_test_real_time_get_shard1_replica_n1/data/]
   [junit4]   2> 1997466 INFO  (qtp12113428-14279) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1997466 INFO  (qtp12113428-14279) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1997467 INFO  (qtp12113428-14279) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1bb5413[pull_replica_test_real_time_get_shard1_replica_p1] main]
   [junit4]   2> 1997468 INFO  (qtp12113428-14279) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1997469 INFO  (qtp12113428-14279) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1997469 INFO  (qtp12113428-14279) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1997470 INFO  (qtp12113428-14279) [    ] o.a.s.c.ZkController 
pull_replica_test_real_time_get_shard1_replica_p1 starting background 
replication from leader
   [junit4]   2> 1997470 INFO  (qtp12113428-14279) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1997470 INFO  (searcherExecutor-3233-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p1] Registered 
new searcher 
Searcher@1bb5413[pull_replica_test_real_time_get_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1997471 INFO  (qtp12113428-14279) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1997478 INFO  (qtp10588481-14274) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1997479 INFO  (qtp10588481-14274) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1997480 INFO  (qtp10588481-14274) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1997480 INFO  (qtp10588481-14274) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1997482 INFO  (qtp10588481-14274) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3768a8[pull_replica_test_real_time_get_shard1_replica_n1] main]
   [junit4]   2> 1997483 INFO  (qtp10588481-14274) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1997483 INFO  (qtp10588481-14274) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1997484 INFO  (qtp10588481-14274) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1997484 INFO  (searcherExecutor-3234-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_n1] Registered 
new searcher Searcher@3768a8[pull_replica_test_real_time_get_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1997484 INFO  (qtp10588481-14274) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572271381032206336
   [junit4]   2> 1997490 INFO  (qtp10588481-14274) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1997490 INFO  (qtp10588481-14274) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1997490 INFO  (qtp10588481-14274) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 1997490 INFO  (qtp10588481-14274) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1997490 INFO  (qtp10588481-14274) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 1997490 INFO  (qtp10588481-14274) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1997492 INFO  (qtp10588481-14274) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/ 
shard1
   [junit4]   2> 1997596 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997596 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997596 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997596 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997621 INFO  (indexFetcher-3240-thread-1) [    ] 
o.a.s.h.IndexFetcher Replica core_node1 is leader but it's state is down, 
skipping replication
   [junit4]   2> 1997642 INFO  (qtp10588481-14274) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1997646 INFO  (qtp10588481-14274) [    ] 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_real_time_get_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1252
   [junit4]   2> 1997748 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997748 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997748 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1997748 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1998472 INFO  (qtp12113428-14279) [    ] 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_real_time_get_shard1_replica_p1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2078
   [junit4]   2> 1998474 INFO  (qtp10588481-14287) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1998573 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1998573 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1998573 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1998573 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_real_time_get/state.json] for collection 
[pull_replica_test_real_time_get] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 1999474 INFO  (qtp10588481-14287) [    ] 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_real_time_get&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=3399
   [junit4]   2> 1999479 INFO  (qtp10588481-14288) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1572271383123066880)]} 0 1
   [junit4]   2> 1999479 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={qt=/get&_stateVer_=pull_replica_test_real_time_get:5&ids=0&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1999480 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1999480 INFO  (qtp12113428-14283) [    ] 
o.a.s.h.c.RealTimeGetComponent 
LOOKUP_SLICE:shard1=http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 1999482 INFO  (qtp10588481-14288) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1499434836507&ids=0&isShard=true&shard.url=http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get}
 status=0 QTime=0
   [junit4]   2> 1999482 INFO  (qtp12113428-14283) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_p1]  webapp=/solr path=/get 
params={qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1999484 INFO  (qtp10588481-14274) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34199/solr/pull_replica_test_real_time_get_shard1_replica_p1/&wt=javabin&version=2}{add=[1
 (1572271383129358336)]} 0 0
   [junit4]   2> 1999484 INFO  (qtp12113428-14273) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_real_time_get_shard1_replica_p1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1]} 0 1
   [junit4]   2> 1999485 INFO  (qtp10588481-14287) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={qt=/get&_stateVer_=pull_replica_test_real_time_get:5&ids=1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1999485 INFO  (qtp10588481-14288) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={qt=/get&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1999485 INFO  (qtp12113428-14279) [    ] 
o.a.s.h.c.RealTimeGetComponent 
LOOKUP_SLICE:shard1=http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 1999485 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1499434836512&ids=1&isShard=true&shard.url=http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get}
 status=0 QTime=0
   [junit4]   2> 1999486 INFO  (qtp12113428-14279) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_p1]  webapp=/solr path=/get 
params={qt=/get&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1999486 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={qt=/get&ids=0&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1999486 INFO  (qtp12113428-14275) [    ] 
o.a.s.h.c.RealTimeGetComponent 
LOOKUP_SLICE:shard1=http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 1999486 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1499434836513&ids=0,1&isShard=true&shard.url=http://127.0.0.1:40993/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get}
 status=0 QTime=0
   [junit4]   2> 1999486 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_real_time_get_shard1_replica_p1]  webapp=/solr path=/get 
params={qt=/get&ids=0&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1999487 INFO  
(TEST-TestPullReplica.testRealTimeGet-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.TestPullReplica tearDown deleting collection
   [junit4]   2> 1999487 INFO  (qtp10588481-14287) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=pull_replica_test_real_time_get&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1999491 INFO  
(OverseerCollectionConfigSetProcessor-98266961180098565-127.0.0.1:40993_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1999491 INFO  (OverseerThreadFactory-3228-thread-2) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1999492 INFO  (qtp10588481-14286) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.pull_replica_test_real_time_get.shard1.replica_n1, tag=null
   [junit4]   2> 1999492 INFO  (qtp12113428-14282) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.pull_replica_test_real_time_get.shard1.replica_p1, tag=null
   [junit4]   2> 1999495 INFO  (qtp10588481-14286) [    ] o.a.s.c.SolrCore 
[pull_replica_test_real_time_get_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1bf57a2
   [junit4]   2> 1999495 INFO  (qtp10588481-14286) [    ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1999495 INFO  (qtp10588481-14286) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2736fa commitCommandVersion:0
   [junit4]   2> 1999496 INFO  (qtp12113428-14282) [    ] o.a.s.c.ZkController 
pull_replica_test_real_time_get_shard1_replica_p1 stopping background 
replication from leader
   [junit4]   2> 1999497 INFO  (qtp10588481-14286) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.pull_replica_test_real_time_get.shard1.replica_n1, 
tag=29317026
   [junit4]   2> 1999497 INFO  (qtp10588481-14286) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.pull_replica_test_real_time_get.shard1.leader, 
tag=29317026
   [junit4]   2> 1999497 INFO  (qtp12113428-14282) [    ] o.a.s.c.SolrCore 
[pull_replica_test_real_time_get_shard1_replica_p1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@11bbd94
   [junit4]   2> 1999498 INFO  (qtp12113428-14282) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.pull_replica_test_real_time_get.shard1.replica_p1, 
tag=18595220
   [junit4]   2> 1999498 INFO  (qtp12113428-14282) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.pull_replica_test_real_time_get.shard1.leader, 
tag=18595220
   [junit4]   2> 1999499 INFO  (qtp12113428-14282) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=pull_replica_test_real_time_get_shard1_replica_p1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=7
   [junit4]   2> 1999499 INFO  (qtp10588481-14286) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=pull_replica_test_real_time_get_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=7
   [junit4]   2> 2000201 INFO  (qtp10588481-14287) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={name=pull_replica_test_real_time_get&action=DELETE&wt=javabin&version=2}
 status=0 QTime=714
   [junit4]   2> 2000202 INFO  
(TEST-TestPullReplica.testRealTimeGet-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.TestPullReplica Collection deleted
   [junit4]   2> 2000202 INFO  
(TEST-TestPullReplica.testRealTimeGet-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.TestPullReplica Collection not yet deleted
   [junit4]   2> 2000302 INFO  
(TEST-TestPullReplica.testRealTimeGet-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRealTimeGet
   [junit4]   2> 2000311 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testKillPullReplica
   [junit4]   2> 2000311 INFO  (qtp10588481-14272) [    ] 
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_pull_replica&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2000314 INFO  (OverseerThreadFactory-3228-thread-3) [    ] 
o.a.s.c.CreateCollectionCmd Create collection 
pull_replica_test_kill_pull_replica
   [junit4]   2> 2000314 INFO  
(OverseerCollectionConfigSetProcessor-98266961180098565-127.0.0.1:40993_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2000517 INFO  
(OverseerStateUpdate-98266961180098565-127.0.0.1:40993_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_test_kill_pull_replica_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40993/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2000517 INFO  
(OverseerStateUpdate-98266961180098565-127.0.0.1:40993_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_test_kill_pull_replica_shard1_replica_p1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34199/solr";,
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 2000718 INFO  (qtp12113428-14273) [    ] 
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_pull_replica_shard1_replica_p1&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2000718 INFO  (qtp10588481-14278) [    ] 
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_pull_replica_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2000821 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2000821 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2000821 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2000821 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2001739 INFO  (qtp12113428-14273) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2001740 INFO  (qtp10588481-14278) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2001744 INFO  (qtp10588481-14278) [    ] o.a.s.s.IndexSchema 
[pull_replica_test_kill_pull_replica_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2001745 INFO  (qtp10588481-14278) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2001745 INFO  (qtp10588481-14278) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_kill_pull_replica_shard1_replica_n1' using 
configuration from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 2001746 INFO  (qtp10588481-14278) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40993.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_n1' 
(registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 2001746 INFO  (qtp10588481-14278) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2001746 INFO  (qtp10588481-14278) [    ] o.a.s.c.SolrCore 
[[pull_replica_test_kill_pull_replica_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node1/pull_replica_test_kill_pull_replica_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node1/./pull_replica_test_kill_pull_replica_shard1_replica_n1/data/]
   [junit4]   2> 2001747 INFO  (qtp12113428-14273) [    ] o.a.s.s.IndexSchema 
[pull_replica_test_kill_pull_replica_shard1_replica_p1] Schema name=minimal
   [junit4]   2> 2001748 INFO  (qtp12113428-14273) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2001748 INFO  (qtp12113428-14273) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'pull_replica_test_kill_pull_replica_shard1_replica_p1' using 
configuration from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 2001749 INFO  (qtp12113428-14273) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34199.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p1' 
(registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 2001749 INFO  (qtp12113428-14273) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2001749 INFO  (qtp12113428-14273) [    ] o.a.s.c.SolrCore 
[[pull_replica_test_kill_pull_replica_shard1_replica_p1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/pull_replica_test_kill_pull_replica_shard1_replica_p1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/./pull_replica_test_kill_pull_replica_shard1_replica_p1/data/]
   [junit4]   2> 2001806 INFO  (qtp12113428-14273) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2001806 INFO  (qtp12113428-14273) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2001807 INFO  (qtp12113428-14273) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@db7fec[pull_replica_test_kill_pull_replica_shard1_replica_p1] main]
   [junit4]   2> 2001808 INFO  (qtp12113428-14273) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2001808 INFO  (qtp12113428-14273) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2001809 INFO  (qtp12113428-14273) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2001809 INFO  (qtp12113428-14273) [    ] o.a.s.c.ZkController 
pull_replica_test_kill_pull_replica_shard1_replica_p1 starting background 
replication from leader
   [junit4]   2> 2001809 INFO  (qtp12113428-14273) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2001809 INFO  (searcherExecutor-3245-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_p1] 
Registered new searcher 
Searcher@db7fec[pull_replica_test_kill_pull_replica_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2001812 INFO  (qtp12113428-14273) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2001817 INFO  (qtp10588481-14278) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2001817 INFO  (qtp10588481-14278) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2001819 INFO  (qtp10588481-14278) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2001819 INFO  (qtp10588481-14278) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2001821 INFO  (qtp10588481-14278) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ba544c[pull_replica_test_kill_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 2001822 INFO  (qtp10588481-14278) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2001822 INFO  (qtp10588481-14278) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2001822 INFO  (qtp10588481-14278) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2001823 INFO  (qtp10588481-14278) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1572271385581977600
   [junit4]   2> 2001823 INFO  (searcherExecutor-3244-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_n1] 
Registered new searcher 
Searcher@ba544c[pull_replica_test_kill_pull_replica_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2001826 INFO  (qtp10588481-14278) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2001826 INFO  (qtp10588481-14278) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2001826 INFO  (qtp10588481-14278) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:40993/solr/pull_replica_test_kill_pull_replica_shard1_replica_n1/
   [junit4]   2> 2001826 INFO  (qtp10588481-14278) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2001827 INFO  (qtp10588481-14278) [    ] o.a.s.c.SyncStrategy 
http://127.0.0.1:40993/solr/pull_replica_test_kill_pull_replica_shard1_replica_n1/
 has no replicas
   [junit4]   2> 2001827 INFO  (qtp10588481-14278) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2001828 INFO  (qtp10588481-14278) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40993/solr/pull_replica_test_kill_pull_replica_shard1_replica_n1/
 shard1
   [junit4]   2> 2001929 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2001929 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2001929 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2001929 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2001979 INFO  (qtp10588481-14278) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2001980 INFO  (qtp10588481-14278) [    ] 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_pull_replica_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1261
   [junit4]   2> 2002081 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002081 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002081 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002081 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002799 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:40993/solr/pull_replica_test_kill_pull_replica_shard1_replica_n1/
   [junit4]   2> 2002800 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2002800 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2002800 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2002800 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2002800 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2002814 INFO  (qtp12113428-14273) [    ] 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_pull_replica_shard1_replica_p1&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=2096
   [junit4]   2> 2002816 INFO  (qtp10588481-14272) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2002917 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002917 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002918 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2002918 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2003816 INFO  (qtp10588481-14272) [    ] 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_pull_replica&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=3504
   [junit4]   2> 2003819 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2003835 INFO  (qtp12113428-14277) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2003837 INFO  (qtp10588481-14274) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1572271387692761088)]} 0 1
   [junit4]   2> 2003837 INFO  (qtp10588481-14286) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572271387693809664,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2003838 INFO  (qtp10588481-14286) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@13e8740 
commitCommandVersion:1572271387693809664
   [junit4]   2> 2003846 INFO  (qtp10588481-14286) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c13fca[pull_replica_test_kill_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 2003846 INFO  (qtp10588481-14286) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2003847 INFO  (searcherExecutor-3244-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_n1] 
Registered new searcher 
Searcher@1c13fca[pull_replica_test_kill_pull_replica_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 2003849 INFO  (qtp10588481-14286) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=pull_replica_test_kill_pull_replica:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 2003850 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2003851 INFO  (qtp12113428-14273) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2003952 INFO  (qtp12113428-14273) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004053 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004154 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004254 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004316 INFO  
(OverseerCollectionConfigSetProcessor-98266961180098565-127.0.0.1:40993_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2004355 INFO  (qtp12113428-14273) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004456 INFO  (qtp12113428-14280) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004556 INFO  (qtp12113428-14280) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004657 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004758 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004858 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2004959 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005062 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005162 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005263 INFO  (qtp12113428-14282) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005364 INFO  (qtp12113428-14273) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005464 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005565 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005666 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005766 INFO  (qtp12113428-14275) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2005799 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2005799 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 2005799 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 1499434840865
   [junit4]   2> 2005799 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2005799 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2005799 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2005800 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=0
   [junit4]   2> 2005800 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 16
   [junit4]   2> 2005801 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@18c8698 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11c13a8)
   [junit4]   2> 2005801 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005802 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005803 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005803 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005804 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.blm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005804 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005805 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005805 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005806 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005806 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005807 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005807 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005808 INFO  (qtp10588481-14276) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Asserting_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 2005808 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005808 INFO  (qtp10588481-14278) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005809 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_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> 2005809 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=2841) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@18c8698 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11c13a8)
   [junit4]   2> 2005811 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2005812 INFO  (indexFetcher-3251-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4862d4[pull_replica_test_kill_pull_replica_shard1_replica_p1] main]
   [junit4]   2> 2005812 INFO  (searcherExecutor-3245-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_p1] 
Registered new searcher 
Searcher@4862d4[pull_replica_test_kill_pull_replica_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 2005867 INFO  (qtp12113428-14280) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2005868 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.ChaosMonkey monkey: kill jetty! 34199
   [junit4]   2> 2005868 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@16de279{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2005869 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17561299
   [junit4]   2> 2005869 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2005871 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2005873 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2005874 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2005875 INFO  (coreCloseExecutor-3256-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_p1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@9aeb74
   [junit4]   2> 2005875 INFO  (coreCloseExecutor-3256-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p1, 
tag=10152820
   [junit4]   2> 2005878 INFO  (coreCloseExecutor-3256-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.pull_replica_test_kill_pull_replica.shard1.leader, 
tag=10152820
   [junit4]   2> 2005878 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2005879 INFO  (zkCallback-938-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2005879 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2005879 INFO  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_kill_pull_replica/state.json] for 
collection [pull_replica_test_kill_pull_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 2005882 INFO  (zkCallback-945-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2005883 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2007382 WARN  (zkCallback-939-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2007383 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1cbb1f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2007383 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 34199
   [junit4]   2> 2007388 INFO  (qtp10588481-14287) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1572271391415205888)]} 0 1
   [junit4]   2> 2007389 INFO  (qtp10588481-14272) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572271391418351616,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2007389 INFO  (qtp10588481-14272) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@13e8740 
commitCommandVersion:1572271391418351616
   [junit4]   2> 2007391 INFO  (qtp10588481-14272) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12d7080[pull_replica_test_kill_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 2007392 INFO  (qtp10588481-14272) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2007393 INFO  (searcherExecutor-3244-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_n1] 
Registered new searcher 
Searcher@12d7080[pull_replica_test_kill_pull_replica_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)
 Uninverting(_1(7.1.0):C1)))}
   [junit4]   2> 2007393 INFO  (qtp10588481-14272) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/update 
params={_stateVer_=pull_replica_test_kill_pull_replica:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 2007399 INFO  (qtp10588481-14288) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2007399 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.ChaosMonkey monkey: starting jetty! 34199
   [junit4]   2> 2007399 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2007400 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@175d218{/solr,null,AVAILABLE}
   [junit4]   2> 2007400 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@19280c8{HTTP/1.1,[http/1.1]}{127.0.0.1:34199}
   [junit4]   2> 2007400 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.e.j.s.Server Started @2008580ms
   [junit4]   2> 2007401 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34199}
   [junit4]   2> 2007401 ERROR 
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2007402 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2007402 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2007402 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2007402 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-07T13:40:44.429308Z
   [junit4]   2> 2007405 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2007433 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38149/solr
   [junit4]   2> 2007462 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2007463 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2007464 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34199_solr
   [junit4]   2> 2007464 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2007465 INFO  (zkCallback-945-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2007465 INFO  (zkCallback-950-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2007536 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 2007541 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 2007541 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34199.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 2007543 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/.
   [junit4]   2> 2007543 INFO  
(TEST-TestPullReplica.testKillPullReplica-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: 
[pull_replica_test_kill_pull_replica_shard1_replica_p1]
   [junit4]   2> 2007548 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2007576 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2007581 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.s.IndexSchema [pull_replica_test_kill_pull_replica_shard1_replica_p1] 
Schema name=minimal
   [junit4]   2> 2007582 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2007582 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_test_kill_pull_replica_shard1_replica_p1' using configuration 
from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 2007583 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34199.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p1' 
(registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8ecddd
   [junit4]   2> 2007583 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2007583 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.c.SolrCore [[pull_replica_test_kill_pull_replica_shard1_replica_p1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/pull_replica_test_kill_pull_replica_shard1_replica_p1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001/tempDir-001/node2/./pull_replica_test_kill_pull_replica_shard1_replica_p1/data/]
   [junit4]   2> 2007619 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2007619 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2007620 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@98427c[pull_replica_test_kill_pull_replica_shard1_replica_p1] main]
   [junit4]   2> 2007620 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2007621 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2007621 INFO  (coreLoadExecutor-3263-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2007622 INFO  (searcherExecutor-3264-thread-1) [    ] 
o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_p1] 
Registered new searcher 
Searcher@98427c[pull_replica_test_kill_pull_replica_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2007622 INFO  (coreZkRegister-3258-thread-1) [    ] 
o.a.s.c.ZkController pull_replica_test_kill_pull_replica_shard1_replica_p1 
starting background replication from leader
   [junit4]   2> 2007622 INFO  (coreZkRegister-3258-thread-1) [    ] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2007623 INFO  (coreZkRegister-3258-thread-1) [    ] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2007623 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:40993/solr/pull_replica_test_kill_pull_replica_shard1_replica_n1/
   [junit4]   2> 2007623 INFO  (coreZkRegister-3258-thread-1) [    ] 
o.a.s.c.ZkController Core needs to 
recover:pull_replica_test_kill_pull_replica_shard1_replica_p1
   [junit4]   2> 2007623 INFO  (qtp10588481-14272) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2007623 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 3
   [junit4]   2> 2007623 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 1499434844416
   [junit4]   2> 2007623 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2007623 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2007623 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2007624 INFO  (qtp10588481-14274) [    ] o.a.s.c.S.Request 
[pull_replica_test_kill_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/replication 
params={generation=3&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=0
   [junit4]   2> 2007624 INFO  (indexFetcher-3269-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 31
   [junit4]   2> 2007632 INFO  (updateExecutor-947-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2007632 INFO  (recoveryExecutor-948-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2007632 INFO  (recoveryExecutor-948-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[pull_replica_test_kill_pull_replica_shard1_replica_p1] as recovering, leader 
is 
[http://127.0.0.1:40993/solr/pull_replica_test_kill_pull_replica_shard1_replica_n1/]
 and I am [http://127.0.0.1:34199/solr/pull_replica_test_kill_pull_r

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

235 INFO  (qtp7515953-14490) [    ] o.a.s.m.SolrMetricManager Closing metric 
reporters for 
registry=solr.collection.pull_replica_test_create_delete.shard2.leader, 
tag=11093029
   [junit4]   2> 2141235 INFO  (qtp7515953-14487) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=pull_replica_test_create_delete_shard1_replica_p2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=16
   [junit4]   2> 2141236 INFO  (qtp7515953-14490) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=pull_replica_test_create_delete_shard2_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=18
   [junit4]   2> 2141236 INFO  (qtp7515953-14535) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=pull_replica_test_create_delete_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=18
   [junit4]   2> 2141942 INFO  (qtp7515953-14539) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={name=pull_replica_test_create_delete&action=DELETE&wt=javabin&version=2}
 status=0 QTime=725
   [junit4]   2> 2141943 INFO  
(TEST-TestPullReplica.testCreateDelete-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.c.TestPullReplica Collection deleted
   [junit4]   2> 2141943 INFO  
(TEST-TestPullReplica.testCreateDelete-seed#[7E9E97E28BB86C14]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateDelete { 
seed=[7E9E97E28BB86C14:D1D8DA52498A5F08]}
   [junit4]   2> 2141946 INFO  (jetty-closer-928-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@bcd31f{HTTP/1.1,[http/1.1]}{127.0.0.1:40993}
   [junit4]   2> 2141946 INFO  (jetty-closer-928-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@19280c8{HTTP/1.1,[http/1.1]}{127.0.0.1:34199}
   [junit4]   2> 2141946 INFO  (jetty-closer-928-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31013802
   [junit4]   2> 2141946 INFO  (jetty-closer-928-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17920138
   [junit4]   2> 2141946 INFO  (jetty-closer-928-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2141946 INFO  (jetty-closer-928-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2141948 INFO  (jetty-closer-928-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2141948 INFO  (jetty-closer-928-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2141949 INFO  (jetty-closer-928-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2141949 INFO  (jetty-closer-928-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2141950 INFO  (jetty-closer-928-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2141950 INFO  (jetty-closer-928-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2141953 INFO  (jetty-closer-928-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98266961180098571-127.0.0.1:34199_solr-n_0000000002) closing
   [junit4]   2> 2141953 INFO  
(OverseerStateUpdate-98266961180098571-127.0.0.1:34199_solr-n_0000000002) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34199_solr
   [junit4]   2> 2141953 INFO  (zkCallback-950-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2143453 WARN  (zkCallback-956-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2143453 INFO  (jetty-closer-928-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3195fb{/solr,null,UNAVAILABLE}
   [junit4]   2> 2143454 WARN  (zkCallback-950-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2143454 INFO  (jetty-closer-928-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@175d218{/solr,null,UNAVAILABLE}
   [junit4]   2> 2143454 ERROR 
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-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> 2143455 INFO  
(SUITE-TestPullReplica-seed#[7E9E97E28BB86C14]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38149 38149
   [junit4]   2> 2143461 INFO  (Thread-3721) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:38149 38149
   [junit4]   2> 2143461 WARN  (Thread-3721) [    ] 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>        23      
/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
   [junit4]   2>        22      
/solr/collections/pull_replica_test_create_delete/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_add_docs/state.json
   [junit4]   2>        13      
/solr/collections/pull_replica_test_real_time_get/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98266961180098565-127.0.0.1:40993_solr-n_0000000000
   [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/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [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.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_7E9E97E28BB86C14-001
   [junit4]   2> Jul 07, 2017 1:43:00 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): 
{_version_=PostingsFormat(name=Asserting), foo=PostingsFormat(name=Asserting), 
foo_s=PostingsFormat(name=Asserting), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1978, maxMBSortInHeap=6.389766755056501, 
sim=RandomSimilarity(queryNorm=true): {}, locale=de-BE, 
timezone=America/St_Vincent
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=127449832,total=381120512
   [junit4]   2> NOTE: All tests run in this JVM: [HLLUtilTest, 
HdfsDirectoryFactoryTest, BlockJoinFacetDistribTest, RequestHandlersTest, 
ClassificationUpdateProcessorFactoryTest, TestManagedSchemaThreadSafety, 
BasicDistributedZkTest, WordBreakSolrSpellCheckerTest, 
TestSha256AuthenticationProvider, RestartWhileUpdatingTest, TestInitParams, 
DocumentAnalysisRequestHandlerTest, TestComponentsName, 
TestPHPSerializedResponseWriter, TestConfigOverlay, 
DeleteLastCustomShardedReplicaTest, TestSmileRequest, TestDocSet, 
XmlUpdateRequestHandlerTest, TestStressCloudBlindAtomicUpdates, 
HttpPartitionTest, ManagedSchemaRoundRobinCloudTest, TestApiFramework, 
ExternalFileFieldSortTest, DebugComponentTest, TestNumericTerms64, 
BooleanFieldTest, PeerSyncWithIndexFingerprintCachingTest, 
TestClusterProperties, ConjunctionSolrSpellCheckerTest, SuggesterWFSTTest, 
TestRandomRequestDistribution, TestRequestForwarding, 
TestInPlaceUpdatesStandalone, TestPayloadScoreQParserPlugin, 
CheckHdfsIndexTest, TestLazyCores, UpdateParamsTest, TestFieldSortValues, 
TestRandomDVFaceting, TestBinaryField, BinaryUpdateRequestHandlerTest, 
ExplicitHLLTest, BufferStoreTest, TestGeoJSONResponseWriter, 
DistributedQueryComponentCustomSortTest, 
DistribDocExpirationUpdateProcessorTest, TestExtendedDismaxParser, 
TestHalfAndHalfDocValues, TestLockTree, TestFieldCacheWithThreads, 
TestHighFrequencyDictionaryFactory, UUIDFieldTest, IndexBasedSpellCheckerTest, 
BigEndianAscendingWordDeserializerTest, SolrShardReporterTest, 
TestComplexPhraseLeadingWildcard, DeleteShardTest, CdcrRequestHandlerTest, 
TestBinaryResponseWriter, TestLeaderElectionZkExpiry, 
QueryElevationComponentTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
RemoteQueryErrorTest, ConnectionReuseTest, CollectionTooManyReplicasTest, 
HdfsRecoveryZkTest, SynonymTokenizerTest, TestDFISimilarityFactory, 
MigrateRouteKeyTest, TemplateUpdateProcessorTest, TestIndexingPerformance, 
TestPushWriter, TestManagedSynonymFilterFactory, AnalysisErrorHandlingTest, 
TestSQLHandlerNonCloud, TestSchemaResource, TestRandomFaceting, 
TestJsonFacetRefinement, SuggestComponentTest, CursorPagingTest, 
DateRangeFieldTest, SyncSliceTest, CoreAdminCreateDiscoverTest, 
ZkNodePropsTest, TestConfigSetsAPIExclusivity, TestSchemalessBufferedUpdates, 
TestPullReplica]
   [junit4] Completed [671/727 (1!)] on J0 in 148.79s, 10 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to