Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/359/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

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:46585_solr, 127.0.0.1:42593_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:46585/solr";,           
"node_name":"127.0.0.1:46585_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:42593/solr";,           
"node_name":"127.0.0.1:42593_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:46585_solr, 127.0.0.1:42593_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:46585/solr";,
          "node_name":"127.0.0.1:46585_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:42593/solr";,
          "node_name":"127.0.0.1:42593_solr",
          "state":"active",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([471E00B2E8813C44:E08F4068A3AA812]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:401)
        at 
org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:290)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11842 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/init-core-data-001
   [junit4]   2> 974907 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 974908 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 974909 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001
   [junit4]   2> 974909 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 974909 INFO  (Thread-3278) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 974909 INFO  (Thread-3278) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 974911 ERROR (Thread-3278) [    ] 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> 975009 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34729
   [junit4]   2> 975014 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 975014 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 975015 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f0d772{/solr,null,AVAILABLE}
   [junit4]   2> 975015 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@172723a{/solr,null,AVAILABLE}
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@69c0ca{HTTP/1.1,[http/1.1]}{127.0.0.1:46585}
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.e.j.s.Server Started @976305ms
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46585}
   [junit4]   2> 975016 ERROR (jetty-launcher-1346-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 975016 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-14T23:38:50.528Z
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@8ed361{HTTP/1.1,[http/1.1]}{127.0.0.1:42593}
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.e.j.s.Server Started @976309ms
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42593}
   [junit4]   2> 975020 ERROR (jetty-launcher-1346-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 975020 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-14T23:38:50.532Z
   [junit4]   2> 975021 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 975022 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 975027 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82c260b60001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 975030 INFO  (jetty-launcher-1346-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34729/solr
   [junit4]   2> 975039 INFO  (jetty-launcher-1346-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34729/solr
   [junit4]   2> 975040 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e82c260b60003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 975093 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 975093 INFO  (jetty-launcher-1346-thread-2) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 975093 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42593_solr
   [junit4]   2> 975094 INFO  (jetty-launcher-1346-thread-2) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46585_solr
   [junit4]   2> 975094 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.Overseer Overseer 
(id=98660013206536198-127.0.0.1:42593_solr-n_0000000000) starting
   [junit4]   2> 975095 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 975095 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 975099 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42593_solr
   [junit4]   2> 975100 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 975100 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 975204 INFO  (jetty-launcher-1346-thread-2) 
[n:127.0.0.1:46585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46585.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 975214 INFO  (jetty-launcher-1346-thread-2) 
[n:127.0.0.1:46585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46585.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 975214 INFO  (jetty-launcher-1346-thread-2) 
[n:127.0.0.1:46585_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46585.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 975215 INFO  (jetty-launcher-1346-thread-2) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node2/.
   [junit4]   2> 975270 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42593.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 975281 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42593.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 975282 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42593.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 975283 INFO  (jetty-launcher-1346-thread-1) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node1/.
   [junit4]   2> 975319 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 975320 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34729/solr ready
   [junit4]   2> 975323 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 975324 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params 
val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 975325 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 975335 INFO  
(TEST-TestPullReplica.testAddRemovePullReplica-seed#[471E00B2E8813C44]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAddRemovePullReplica
   [junit4]   2> 975336 INFO  (qtp19733217-9737) [n:127.0.0.1:46585_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_add_remove_pull_replica&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 975338 INFO  
(OverseerThreadFactory-3883-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
pull_replica_test_add_remove_pull_replica
   [junit4]   2> 975443 INFO  
(OverseerStateUpdate-98660013206536198-127.0.0.1:42593_solr-n_0000000000) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_test_add_remove_pull_replica_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46585/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 975446 INFO  
(OverseerStateUpdate-98660013206536198-127.0.0.1:42593_solr-n_0000000000) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   
"core":"pull_replica_test_add_remove_pull_replica_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42593/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 975654 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard2_replica_n1&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 975655 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 975655 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard1_replica_n1&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 975655 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 975769 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 975769 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 975769 INFO  
(zkCallback-1358-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 975772 INFO  
(zkCallback-1357-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 976676 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 976677 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 976683 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.s.IndexSchema 
[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] Schema 
name=minimal
   [junit4]   2> 976683 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.s.IndexSchema 
[pull_replica_test_add_remove_pull_replica_shard2_replica_n1] Schema 
name=minimal
   [junit4]   2> 976685 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 976685 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 976685 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_test_add_remove_pull_replica_shard2_replica_n1' using 
configuration from collection pull_replica_test_add_remove_pull_replica, 
trusted=true
   [junit4]   2> 976685 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_test_add_remove_pull_replica_shard1_replica_n1' using 
configuration from collection pull_replica_test_add_remove_pull_replica, 
trusted=true
   [junit4]   2> 976694 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42593.solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_n1'
 (registry 
'solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 976694 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46585.solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_n1'
 (registry 
'solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 976694 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 976694 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 976694 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] o.a.s.c.SolrCore 
[[pull_replica_test_add_remove_pull_replica_shard2_replica_n1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node1/pull_replica_test_add_remove_pull_replica_shard2_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node1/./pull_replica_test_add_remove_pull_replica_shard2_replica_n1/data/]
   [junit4]   2> 976694 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore 
[[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node2/pull_replica_test_add_remove_pull_replica_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node2/./pull_replica_test_add_remove_pull_replica_shard1_replica_n1/data/]
   [junit4]   2> 976763 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 976763 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 976764 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 976764 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 976764 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 976764 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 976765 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 976765 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 976766 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14ba69c[pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
main]
   [junit4]   2> 976767 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 976767 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 976767 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fd5313[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
main]
   [junit4]   2> 976768 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 976769 INFO  
(searcherExecutor-3888-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node2) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node2 x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
Registered new searcher 
Searcher@14ba69c[pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 976769 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578560213253881856
   [junit4]   2> 976769 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 976770 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 976770 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 976771 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578560213255979008
   [junit4]   2> 976772 INFO  
(searcherExecutor-3889-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node1) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node1 x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
Registered new searcher 
Searcher@fd5313[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 976775 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 976775 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 976775 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/
   [junit4]   2> 976775 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 976775 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/
 has no replicas
   [junit4]   2> 976775 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 976777 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 976777 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 976777 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46585/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/
   [junit4]   2> 976777 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 976777 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:46585/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/
 has no replicas
   [junit4]   2> 976777 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 976778 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/
 shard2
   [junit4]   2> 976780 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46585/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/
 shard1
   [junit4]   2> 976883 INFO  
(zkCallback-1357-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 976883 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 976883 INFO  
(zkCallback-1358-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 976883 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 976929 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 976930 INFO  (qtp28694643-9729) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
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_add_remove_pull_replica_shard2_replica_n1&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1276
   [junit4]   2> 976931 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 976932 INFO  (qtp19733217-9728) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard1_replica_n1&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1278
   [junit4]   2> 976935 INFO  (qtp19733217-9737) [n:127.0.0.1:46585_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 977035 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 977035 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 977035 INFO  
(zkCallback-1358-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 977035 INFO  
(zkCallback-1357-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 977340 INFO  
(OverseerCollectionConfigSetProcessor-98660013206536198-127.0.0.1:42593_solr-n_0000000000)
 [n:127.0.0.1:42593_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 977935 INFO  (qtp19733217-9737) [n:127.0.0.1:46585_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_add_remove_pull_replica&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=2598
   [junit4]   2> 977940 INFO  (qtp19733217-9725) [n:127.0.0.1:46585_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&type=PULL
 and sendToOCPQueue=true
   [junit4]   2> 977941 INFO  
(OverseerThreadFactory-3883-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46585_solr for creating new replica
   [junit4]   2> 977943 INFO  
(OverseerStateUpdate-98660013206536198-127.0.0.1:42593_solr-n_0000000000) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"pull_replica_test_add_remove_pull_replica_shard1_replica_p1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46585/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:46585_solr",
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 978044 INFO  
(zkCallback-1358-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978044 INFO  (zkCallback-1364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978045 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978044 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978044 INFO  
(zkCallback-1357-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978144 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard1_replica_p1&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 978151 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 978156 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.s.IndexSchema 
[pull_replica_test_add_remove_pull_replica_shard1_replica_p1] Schema 
name=minimal
   [junit4]   2> 978158 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 978158 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_test_add_remove_pull_replica_shard1_replica_p1' using 
configuration from collection pull_replica_test_add_remove_pull_replica, 
trusted=true
   [junit4]   2> 978159 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46585.solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_p1'
 (registry 
'solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_p1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 978159 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 978159 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] o.a.s.c.SolrCore 
[[pull_replica_test_add_remove_pull_replica_shard1_replica_p1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node2/pull_replica_test_add_remove_pull_replica_shard1_replica_p1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node2/./pull_replica_test_add_remove_pull_replica_shard1_replica_p1/data/]
   [junit4]   2> 978223 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 978223 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 978224 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b2adc[pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
main]
   [junit4]   2> 978226 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 978226 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 978227 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 978227 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.ZkController 
pull_replica_test_add_remove_pull_replica_shard1_replica_p1 starting background 
replication from leader
   [junit4]   2> 978227 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 978228 INFO  
(searcherExecutor-3898-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
Registered new searcher 
Searcher@1b2adc[pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 978228 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 978228 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.ZkController Core needs to 
recover:pull_replica_test_add_remove_pull_replica_shard1_replica_p1
   [junit4]   2> 978229 INFO  
(updateExecutor-1351-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 978229 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 978229 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node3 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard1_replica_p1&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=85
   [junit4]   2> 978229 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[pull_replica_test_add_remove_pull_replica_shard1_replica_p1] as recovering, 
leader is 
[http://127.0.0.1:46585/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/]
 and I am 
[http://127.0.0.1:46585/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_p1/]
   [junit4]   2> 978229 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 978230 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Stopping background replicate from leader process
   [junit4]   2> 978230 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.ZkController 
pull_replica_test_add_remove_pull_replica_shard1_replica_p1 stopping background 
replication from leader
   [junit4]   2> 978230 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Attempting to replicate from 
[http://127.0.0.1:46585/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/].
   [junit4]   2> 978231 INFO  (qtp19733217-9725) [n:127.0.0.1:46585_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&type=PULL}
 status=0 QTime=291
   [junit4]   2> 978232 INFO  (qtp19733217-9732) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578560214787948544,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 978232 INFO  (qtp19733217-9732) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 978232 INFO  (qtp19733217-9732) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 978232 INFO  (qtp19733217-9732) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_add_remove_pull_replica_shard1_replica_n1]  webapp=/solr 
path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 978236 INFO  (qtp19733217-9732) [n:127.0.0.1:46585_solr 
c:pull_replica_test_add_remove_pull_replica s:shard1 r:core_node1 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard1_replica_n1] 
 webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Restaring background replicate from leader process
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.ZkController 
pull_replica_test_add_remove_pull_replica_shard1_replica_p1 starting background 
replication from leader
   [junit4]   2> 978236 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 978237 INFO  
(OverseerThreadFactory-3883-thread-3-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:42593_solr for creating new replica
   [junit4]   2> 978237 INFO  
(OverseerCollectionConfigSetProcessor-98660013206536198-127.0.0.1:42593_solr-n_0000000000)
 [n:127.0.0.1:42593_solr    ] 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> 978237 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 978237 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 978238 INFO  
(OverseerStateUpdate-98660013206536198-127.0.0.1:42593_solr-n_0000000000) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"pull_replica_test_add_remove_pull_replica",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   
"core":"pull_replica_test_add_remove_pull_replica_shard2_replica_p1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42593/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:42593_solr",
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 978238 INFO  
(recoveryExecutor-1352-thread-1-processing-n:127.0.0.1:46585_solr 
x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1 s:shard1 
c:pull_replica_test_add_remove_pull_replica r:core_node3) 
[n:127.0.0.1:46585_solr c:pull_replica_test_add_remove_pull_replica s:shard1 
r:core_node3 x:pull_replica_test_add_remove_pull_replica_shard1_replica_p1] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 978340 INFO  
(zkCallback-1358-thread-1-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978340 INFO  
(zkCallback-1357-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978340 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978340 INFO  
(zkCallback-1358-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978340 INFO  (zkCallback-1364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978439 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard2_replica_p1&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 978447 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 978453 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.s.IndexSchema 
[pull_replica_test_add_remove_pull_replica_shard2_replica_p1] Schema 
name=minimal
   [junit4]   2> 978455 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 978455 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.CoreContainer Creating SolrCore 
'pull_replica_test_add_remove_pull_replica_shard2_replica_p1' using 
configuration from collection pull_replica_test_add_remove_pull_replica, 
trusted=true
   [junit4]   2> 978455 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42593.solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_p1'
 (registry 
'solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_p1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@abe89d
   [junit4]   2> 978456 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 978456 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] o.a.s.c.SolrCore 
[[pull_replica_test_add_remove_pull_replica_shard2_replica_p1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node1/pull_replica_test_add_remove_pull_replica_shard2_replica_p1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001/tempDir-001/node1/./pull_replica_test_add_remove_pull_replica_shard2_replica_p1/data/]
   [junit4]   2> 978505 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 978505 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 978507 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1868d5c[pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
main]
   [junit4]   2> 978508 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 978508 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 978509 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 978509 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.ZkController 
pull_replica_test_add_remove_pull_replica_shard2_replica_p1 starting background 
replication from leader
   [junit4]   2> 978510 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 978510 INFO  
(searcherExecutor-3906-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
Registered new searcher 
Searcher@1868d5c[pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 978511 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 978511 INFO  (indexFetcher-3911-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/
   [junit4]   2> 978511 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.ZkController Core needs to 
recover:pull_replica_test_add_remove_pull_replica_shard2_replica_p1
   [junit4]   2> 978511 INFO  
(updateExecutor-1353-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 978512 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node4 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard2_replica_p1&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=PULL}
 status=0 QTime=72
   [junit4]   2> 978512 INFO  (qtp28694643-9722) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
 webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 978512 INFO  (indexFetcher-3911-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 978512 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 978512 INFO  (indexFetcher-3911-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 978512 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[pull_replica_test_add_remove_pull_replica_shard2_replica_p1] as recovering, 
leader is 
[http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/]
 and I am 
[http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_p1/]
   [junit4]   2> 978512 INFO  (indexFetcher-3911-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 978512 INFO  (indexFetcher-3911-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 978513 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 978513 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Stopping background replicate from leader process
   [junit4]   2> 978513 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.ZkController 
pull_replica_test_add_remove_pull_replica_shard2_replica_p1 stopping background 
replication from leader
   [junit4]   2> 978514 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Attempting to replicate from 
[http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/].
   [junit4]   2> 978515 INFO  (qtp19733217-9735) [n:127.0.0.1:46585_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/c/pull_replica_test_add_remove_pull_replica/shards params={} status=0 
QTime=281
   [junit4]   2> 978516 INFO  (qtp28694643-9723) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578560215085744128,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 978516 INFO  (qtp28694643-9723) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 978516 INFO  (qtp28694643-9723) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 978516 INFO  (qtp28694643-9723) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[pull_replica_test_add_remove_pull_replica_shard2_replica_n1]  webapp=/solr 
path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 978518 INFO  (qtp28694643-9731) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
 webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Restaring background replicate from leader process
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.ZkController 
pull_replica_test_add_remove_pull_replica_shard2_replica_p1 starting background 
replication from leader
   [junit4]   2> 978518 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 978520 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 978520 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 978521 INFO  (indexFetcher-3913-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:42593/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n1/
   [junit4]   2> 978521 INFO  (qtp28694643-9723) [n:127.0.0.1:42593_solr 
c:pull_replica_test_add_remove_pull_replica s:shard2 r:core_node2 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
o.a.s.c.S.Request [pull_replica_test_add_remove_pull_replica_shard2_replica_n1] 
 webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 978521 INFO  
(recoveryExecutor-1355-thread-1-processing-n:127.0.0.1:42593_solr 
x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1 s:shard2 
c:pull_replica_test_add_remove_pull_replica r:core_node4) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 978522 INFO  (indexFetcher-3913-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 978522 INFO  (indexFetcher-3913-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 978522 INFO  (indexFetcher-3913-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 978522 INFO  (indexFetcher-3913-thread-1) 
[n:127.0.0.1:42593_solr c:pull_replica_test_add_remove_pull_replica s:shard2 
r:core_node4 x:pull_replica_test_add_remove_pull_replica_shard2_replica_p1] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 978623 INFO  (zkCallback-1364-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978623 INFO  
(zkCallback-1357-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978623 INFO  
(zkCallback-1357-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/pull_replica_test_add_remove_pull_replica/state.json] for 
collection [pull_replica_test_add_remove_pull_replica] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 978623 INFO  
(zkCallback-1358-thread-2-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataCh

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

org.apache.solr.metrics.reporters.SolrJmxReporter@1cf2655: rootName = 
solr_42593, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@ff6011
   [junit4]   2> 1123945 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=18486236
   [junit4]   2> 1123945 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1123945 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@101ea00: rootName = 
solr_46585, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1495ef4
   [junit4]   2> 1123953 INFO  (jetty-closer-1347-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1123953 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1123953 INFO  (jetty-closer-1347-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c9fc24: rootName = 
solr_42593, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@9ad64f
   [junit4]   2> 1123953 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@63ed0b: rootName = 
solr_46585, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@9ad64f
   [junit4]   2> 1123960 INFO  (jetty-closer-1347-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1123960 INFO  (jetty-closer-1347-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8014b9: rootName = 
solr_42593, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6c505c
   [junit4]   2> 1123961 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1123961 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1fd92c1: rootName = 
solr_46585, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6c505c
   [junit4]   2> 1123961 INFO  (jetty-closer-1347-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1123962 INFO  (jetty-closer-1347-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98660013206536198-127.0.0.1:42593_solr-n_0000000000) closing
   [junit4]   2> 1123962 INFO  
(OverseerStateUpdate-98660013206536198-127.0.0.1:42593_solr-n_0000000000) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42593_solr
   [junit4]   2> 1123963 INFO  (jetty-closer-1347-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1123963 INFO  
(zkCallback-1375-thread-1-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46585_solr
   [junit4]   2> 1123963 INFO  
(zkCallback-1375-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1123964 WARN  
(zkCallback-1375-thread-2-processing-n:127.0.0.1:46585_solr) 
[n:127.0.0.1:46585_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1125463 WARN  
(zkCallback-1358-thread-5-processing-n:127.0.0.1:42593_solr) 
[n:127.0.0.1:42593_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1125464 INFO  (jetty-closer-1347-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13749c4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1125464 INFO  (jetty-closer-1347-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@172723a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1125467 ERROR 
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-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> 1125468 INFO  
(SUITE-TestPullReplica-seed#[471E00B2E8813C44]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34729 34729
   [junit4]   2> 1130497 INFO  (Thread-3278) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34729 34729
   [junit4]   2> 1130498 WARN  (Thread-3278) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/configs/conf
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      
/solr/collections/pull_replica_test_create_delete/state.json
   [junit4]   2>        21      
/solr/collections/pull_replica_test_kill_pull_replica/state.json
   [junit4]   2>        20      
/solr/collections/pull_replica_test_kill_leader/state.json
   [junit4]   2>        20      
/solr/collections/pull_replica_test_remove_all_writer_replicas/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>        3       
/solr/overseer_elect/election/98660013206536198-127.0.0.1:42593_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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestPullReplica_471E00B2E8813C44-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ms, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=31886080,total=341929984
   [junit4]   2> NOTE: All tests run in this JVM: 
[ManagedSchemaRoundRobinCloudTest, SolrCmdDistributorTest, 
TestClassNameShortening, DocValuesTest, TestConfigReload, InfoHandlerTest, 
SolrCoreMetricManagerTest, SOLR749Test, TestClusterProperties, 
TestConfigSetsAPIExclusivity, TestPushWriter, TestRandomRequestDistribution, 
UpdateRequestProcessorFactoryTest, ClassificationUpdateProcessorTest, 
TestQueryTypes, TestApiFramework, AnalysisAfterCoreReloadTest, 
TestSubQueryTransformerCrossCore, TestHashQParserPlugin, 
TestFreeTextSuggestions, TestStressRecovery, MoveReplicaTest, 
AnalyticsMergeStrategyTest, TestEmbeddedSolrServerSchemaAPI, 
TestSQLHandlerNonCloud, LargeFieldTest, CheckHdfsIndexTest, ShardRoutingTest, 
DistributedFacetExistsSmallTest, TestDynamicLoading, 
DistributedTermsComponentTest, DistribJoinFromCollectionTest, 
ZkStateReaderTest, TestNoOpRegenerator, TestSchemalessBufferedUpdates, 
OverseerModifyCollectionTest, TestRequestForwarding, 
TestLeaderElectionZkExpiry, CustomCollectionTest, DisMaxRequestHandlerTest, 
DistributedFacetPivotSmallAdvancedTest, CacheHeaderTest, 
TestGeoJSONResponseWriter, TestSolrJ, ZkSolrClientTest, 
TestFieldCacheVsDocValues, HdfsDirectoryFactoryTest, LukeRequestHandlerTest, 
ClusterStateUpdateTest, TestCoreDiscovery, TestXIncludeConfig, 
TestHashPartitioner, VersionInfoTest, HLLSerializationTest, 
SaslZkACLProviderTest, TestLegacyNumericUtils, TestCharFilters, 
TestFieldCacheReopen, FileUtilsTest, TestLRUCache, FileBasedSpellCheckerTest, 
CollectionReloadTest, TestJsonFacetRefinement, TolerantUpdateProcessorTest, 
HdfsWriteToMultipleCollectionsTest, OpenCloseCoreStressTest, 
CoreAdminHandlerTest, RestartWhileUpdatingTest, PrimUtilsTest, 
DateRangeFieldTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestManagedResourceStorage, SolrCloudExampleTest, ResponseHeaderTest, 
TestSchemaResource, SchemaVersionSpecificBehaviorTest, TestMacros, 
SpatialRPTFieldTypeTest, IndexSchemaRuntimeFieldTest, 
TestDocBasedVersionConstraints, IndexSchemaTest, HighlighterTest, 
CollectionsAPIAsyncDistributedZkTest, TestCloudDeleteByQuery, 
TestManagedSchemaThreadSafety, TestSegmentSorting, CdcrVersionReplicationTest, 
BlockJoinFacetDistribTest, SpatialFilterTest, TestBinaryResponseWriter, 
TestSimpleTrackingShardHandler, BooleanFieldTest, TestNumericRangeQuery32, 
TestScoreJoinQPNoScore, ActionThrottleTest, SolrMetricsIntegrationTest, 
TestFiltering, DistributedQueryComponentCustomSortTest, 
TestHttpShardHandlerFactory, TestSweetSpotSimilarityFactory, 
TestPostingsSolrHighlighter, TestTrieFacet, 
HdfsCollectionsAPIDistributedZkTest, QueryParsingTest, BlockDirectoryTest, 
DOMUtilTest, TestStressVersions, CdcrReplicationDistributedZkTest, 
DeleteNodeTest, ZkControllerTest, TestHalfAndHalfDocValues, CoreSorterTest, 
TestUpdate, OverseerTaskQueueTest, ResourceLoaderTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, ConvertedLegacyTest, 
TestSha256AuthenticationProvider, TestPullReplica]
   [junit4] Completed [298/729 (1!)] on J1 in 155.61s, 10 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to