You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/08/07 01:01:02 UTC

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-9-ea+178) - Build # 215 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/215/
Java: 64bit/jdk-9-ea+178 -XX:+UseCompressedOops -XX:+UseParallelGC --illegal-access=deny

2 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplica.testKillPullReplica

Error Message:
Didn't update state null Live Nodes: [127.0.0.1:34121_solr, 127.0.0.1:34823_solr] Last available state: DocCollection(pull_replica_test_kill_pull_replica//collections/pull_replica_test_kill_pull_replica/state.json/5)={   "pullReplicas":"1",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"pull_replica_test_kill_pull_replica_shard1_replica_n1",           "base_url":"https://127.0.0.1:34823/solr",           "node_name":"127.0.0.1:34823_solr",           "state":"active",           "type":"NRT",           "leader":"true"},         "core_node4":{           "core":"pull_replica_test_kill_pull_replica_shard1_replica_p2",           "base_url":"https://127.0.0.1:34121/solr",           "node_name":"127.0.0.1:34121_solr",           "state":"down",           "type":"PULL"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"100",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Didn't update state
null
Live Nodes: [127.0.0.1:34121_solr, 127.0.0.1:34823_solr]
Last available state: DocCollection(pull_replica_test_kill_pull_replica//collections/pull_replica_test_kill_pull_replica/state.json/5)={
  "pullReplicas":"1",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"pull_replica_test_kill_pull_replica_shard1_replica_n1",
          "base_url":"https://127.0.0.1:34823/solr",
          "node_name":"127.0.0.1:34823_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"pull_replica_test_kill_pull_replica_shard1_replica_p2",
          "base_url":"https://127.0.0.1:34121/solr",
          "node_name":"127.0.0.1:34121_solr",
          "state":"down",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([DC90C2D4B70776A3:5061DE4117B6979B]: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.testKillPullReplica(TestPullReplica.java:480)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp

Error Message:
Empty files should NOT be copied down as directories

Stack Trace:
java.lang.AssertionError: Empty files should NOT be copied down as directories
	at __randomizedtesting.SeedInfo.seed([DC90C2D4B70776A3:377C3F9A73AEC8C1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp(SolrCLIZkUtilsTest.java:449)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 10897 lines...]
   [junit4] Suite: org.apache.solr.cloud.SolrCLIZkUtilsTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/init-core-data-001
   [junit4]   2> 57855 WARN  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 57855 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 57855 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 57856 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 57858 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tempDir-001
   [junit4]   2> 57858 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 57858 INFO  (Thread-128) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 57858 INFO  (Thread-128) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 57860 ERROR (Thread-128) [    ] 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> 57958 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40297
   [junit4]   2> 57983 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 57993 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45b8489c{/solr,null,AVAILABLE}
   [junit4]   2> 57995 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@359a62c1{SSL,[ssl, http/1.1]}{127.0.0.1:42855}
   [junit4]   2> 57996 INFO  (jetty-launcher-58-thread-1) [    ] o.e.j.s.Server Started @59253ms
   [junit4]   2> 57996 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42855}
   [junit4]   2> 57996 ERROR (jetty-launcher-58-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 57996 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 57996 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 57996 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 57996 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-07T00:06:32.059775Z
   [junit4]   2> 58008 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 58016 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40297/solr
   [junit4]   2> 58151 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 58151 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42855_solr
   [junit4]   2> 58152 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98439291989000195-127.0.0.1:42855_solr-n_0000000000) starting
   [junit4]   2> 58164 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42855_solr
   [junit4]   2> 58169 INFO  (OverseerStateUpdate-98439291989000195-127.0.0.1:42855_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58291 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42855.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2629151c
   [junit4]   2> 58295 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42855.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2629151c
   [junit4]   2> 58295 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42855.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2629151c
   [junit4]   2> 58296 INFO  (jetty-launcher-58-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tempDir-001/node1/.
   [junit4]   2> 58357 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 0x15dba03b6f20004, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 58377 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 58378 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40297/solr ready
   [junit4]   2> 58392 INFO  (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMv
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config mv1 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Moving Znode /configs/mv1 to /mv2 on ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58446 INFO  (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/mv1' to '/mv2'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   2> 58462 ERROR (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.u.SolrCLI Could not complete mv operation for reason: mv command operates on znodes and 'file:' has been specified.
   [junit4]   2> 
   [junit4]   2> ERROR: mv command operates on znodes and 'file:' has been specified.
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Moving Znode /mv2 to /mv4 on ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58469 INFO  (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/mv2' to '/mv4'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Moving Znode /mv4/solrconfig.xml to /testmvsingle/solrconfig.xml on ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58483 INFO  (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/mv4/solrconfig.xml' to '/testmvsingle/solrconfig.xml'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Moving Znode /mv4/schema.xml to /parentnode/ on ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58491 INFO  (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/mv4/schema.xml' to '/parentnode/schema.xml'
   [junit4]   2> 58495 INFO  (TEST-SolrCLIZkUtilsTest.testMv-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMv
   [junit4]   2> 58500 INFO  (TEST-SolrCLIZkUtilsTest.testRm-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRm
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config rm1 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config rm2 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   2> 58539 ERROR (TEST-SolrCLIZkUtilsTest.testRm-seed#[DC90C2D4B70776A3]) [    ] o.a.s.u.SolrCLI Could not complete rm operation for reason: Zookeeper node /configs/rm1 has children and recurse has NOT been specified
   [junit4]   2> 
   [junit4]   2> ERROR: Zookeeper node /configs/rm1 has children and recurse has NOT been specified
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   2> 58559 ERROR (TEST-SolrCLIZkUtilsTest.testRm-seed#[DC90C2D4B70776A3]) [    ] o.a.s.u.SolrCLI Could not complete rm operation for reason: Zookeeper node /configs/rm1 has children and recurse has NOT been specified
   [junit4]   2> 
   [junit4]   2> ERROR: Zookeeper node /configs/rm1 has children and recurse has NOT been specified
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Removing Zookeeper node /configs/rm1 from ZooKeeper at 127.0.0.1:40297/solr recurse: true
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Removing Zookeeper node /configs/rm2 from ZooKeeper at 127.0.0.1:40297/solr recurse: true
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config rm3 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 
   [junit4]   2> ERROR: You may not remove the root ZK node ('/')!
   [junit4]   2> 
   [junit4]   2> 58593 INFO  (TEST-SolrCLIZkUtilsTest.testRm-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRm
   [junit4]   2> 58598 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDownconfig
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config downconfig1 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Downloading configset downconfig1 from ZooKeeper at 127.0.0.1:40297/solr to directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace-001/myconfset/conf
   [junit4]   2> 58626 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace-001/myconfset/conf/schema.xml
   [junit4]   2> 58627 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace-001/myconfset/conf/solrconfig.xml
   [junit4]   2> 58628 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace-001/myconfset/conf/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace-001/myconfset/conf for config downconfig2 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58641 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 0x15dba03b6f20016, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Downloading configset downconfig2 from ZooKeeper at 127.0.0.1:40297/solr to directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace2-001/conf
   [junit4]   2> 58645 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace2-001/conf/schema.xml
   [junit4]   2> 58645 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace2-001/conf/solrconfig.xml
   [junit4]   2> 58646 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/downConfigNewPlace2-001/conf/stopwords/stopwords-en.txt
   [junit4]   2> 58648 INFO  (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDownconfig
   [junit4]   2> 58657 INFO  (TEST-SolrCLIZkUtilsTest.testLs-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLs
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config lister to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58708 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 0x15dba03b6f2001b, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 58738 INFO  (TEST-SolrCLIZkUtilsTest.testLs-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLs
   [junit4]   2> 58743 INFO  (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpconfig
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config upconfig1 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config upconfig2 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   2> 58767 ERROR (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Could not find solrconfig.xml at /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/solrconfig.xml, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/conf/solrconfig.xml or /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/nothinghere/conf/solrconfig.xml
   [junit4]   2> 
   [junit4]   2> ERROR: Could not find solrconfig.xml at /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/solrconfig.xml, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/conf/solrconfig.xml or /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/nothinghere/conf/solrconfig.xml
   [junit4]   2> 
   [junit4]   2> 58768 INFO  (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUpconfig
   [junit4]   2> 58771 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCp
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Uploading /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf for config cp1 to ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/configs/cp1' to 'zk:/cp2'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58779 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/cp1' to '/cp2'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/configs/cp1' to 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace2-001'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58786 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/cp1' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace2-001'
   [junit4]   2> 58787 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace2-001/schema.xml
   [junit4]   2> 58787 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace2-001/solrconfig.xml
   [junit4]   2> 58788 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace2-001/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/configs/cp1' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58791 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/configs/cp1' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001'
   [junit4]   2> 58793 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/schema.xml
   [junit4]   2> 58793 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/solrconfig.xml
   [junit4]   2> 58794 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to 'zk:/cp3'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58796 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to '/cp3'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to 'zk:/cp4'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58801 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to '/cp4'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to 'zk:/cp5Fail'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58808 ERROR (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.u.SolrCLI Could not complete the zk operation for reason: Local path /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf is a directory and recurse is false
   [junit4]   2> 
   [junit4]   2> ERROR: Local path /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf is a directory and recurse is false
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to 'zk:/cp6Fail'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58809 ERROR (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.u.SolrCLI Could not complete the zk operation for reason: Local path /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf is a directory and recurse is false
   [junit4]   2> 
   [junit4]   2> ERROR: Local path /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf is a directory and recurse is false
   [junit4]   2> 
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/cp3/schema.xml' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/cpToLocal/'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58811 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/cp3/schema.xml' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/cpToLocal/schema.xml'
   [junit4]   2> 58811 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/cpToLocal/schema.xml
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf/solrconfig.xml' to 'zk:/powerup/'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58813 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf/solrconfig.xml' to '/powerup/solrconfig.xml'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf/solrconfig.xml' to 'zk:/copyUpFile.xml'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58816 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf/solrconfig.xml' to '/copyUpFile.xml'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/cp4/solrconfig.xml' to 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/localnamed/renamed.txt'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58819 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/cp4/solrconfig.xml' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/localnamed/renamed.txt'
   [junit4]   2> 58819 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/tmpNewPlace3-001/localnamed/renamed.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/cp4/solrconfig.xml' to 'zk:/'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58822 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/cp4/solrconfig.xml' to '/solrconfig.xml'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to 'zk:/cp7/'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58824 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/configsets/cloud-subdirs/conf' to '/cp7/conf'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/dirdata-001/zknode.data' to 'zk:/cp7/conf/stopwords/'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58829 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/dirdata-001/zknode.data' to '/cp7/conf/stopwords/zknode.data'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/dirdata-001/zknode.data' to 'zk:/cp7/conf/stopwords/'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58838 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/dirdata-001/zknode.data' to '/cp7/conf/stopwords/zknode.data'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/cp7' to 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58840 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/cp7' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001'
   [junit4]   2> 58841 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf/schema.xml
   [junit4]   2> 58842 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf/solrconfig.xml
   [junit4]   2> 58842 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf/stopwords/zknode.data
   [junit4]   2> 58842 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf/stopwords/stopwords-en.txt
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001' to 'zk:/cp9'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58845 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001' to '/cp9'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf/stopwords/emptyfile' to 'zk:/cp7/conf/stopwords/emptyFile'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58853 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf/stopwords/emptyfile' to '/cp7/conf/stopwords/emptyFile'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/cp7/conf/stopwords/emptyFile' to 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp9-001/emptyFile'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58861 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/cp7/conf/stopwords/emptyFile' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp9-001/emptyFile'
   [junit4]   2> 58862 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp9-001/emptyFile
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf' to 'zk:/cp10'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58873 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp8-001/conf' to '/cp10'
   [junit4]   1> 
   [junit4]   1> Connecting to ZooKeeper at 127.0.0.1:40297/solr ...
   [junit4]   1> Copying from 'zk:/cp10' to 'file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp10-001'. ZooKeeper at 127.0.0.1:40297/solr
   [junit4]   2> 58879 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils copying from '/cp10' to '/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp10-001'
   [junit4]   2> 58880 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp10-001/schema.xml
   [junit4]   2> 58880 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp10-001/solrconfig.xml
   [junit4]   2> 58881 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp10-001/stopwords/zknode.data
   [junit4]   2> 58881 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.c.ZkMaintenanceUtils Writing file /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001/cp10-001/stopwords/stopwords-en.txt
   [junit4]   2> 58882 INFO  (TEST-SolrCLIZkUtilsTest.testCp-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCp
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testCp -Dtests.seed=DC90C2D4B70776A3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-GA -Dtests.timezone=Etc/GMT-2 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.12s J1 | SolrCLIZkUtilsTest.testCp <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Empty files should NOT be copied down as directories
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DC90C2D4B70776A3:377C3F9A73AEC8C1]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp(SolrCLIZkUtilsTest.java:449)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 58884 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 0x15dba03b6f20005, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 58886 INFO  (jetty-closer-59-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@359a62c1{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 58886 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=594126516
   [junit4]   2> 58886 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 58887 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 58888 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 58889 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 58889 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 58889 INFO  (jetty-closer-59-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98439291989000195-127.0.0.1:42855_solr-n_0000000000) closing
   [junit4]   2> 58889 INFO  (OverseerStateUpdate-98439291989000195-127.0.0.1:42855_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42855_solr
   [junit4]   2> 58891 INFO  (jetty-closer-59-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@45b8489c{/solr,null,UNAVAILABLE}
   [junit4]   2> 58891 ERROR (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-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> 58891 INFO  (SUITE-SolrCLIZkUtilsTest-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40297 40297
   [junit4]   2> 64726 INFO  (Thread-128) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40297 40297
   [junit4]   2> 64726 WARN  (Thread-128) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.SolrCLIZkUtilsTest_DC90C2D4B70776A3-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-GA, timezone=Etc/GMT-2
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=361578032,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [SharedFSAutoReplicaFailoverTest, ResourceLoaderTest, ChaosMonkeySafeLeaderTest, TestExpandComponent, TestElisionMultitermQuery, SuggesterTSTTest, SystemInfoHandlerTest, TestXmlQParser, TestExactStatsCache, HdfsBasicDistributedZk2Test, SolrCLIZkUtilsTest]
   [junit4] Completed [21/727 (1!)] on J1 in 6.88s, 6 tests, 1 failure <<< FAILURES!

[...truncated 1784 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/init-core-data-001
   [junit4]   2> 2229043 WARN  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 2229043 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2229044 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2229044 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2229045 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001
   [junit4]   2> 2229045 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2229045 INFO  (Thread-3659) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2229045 INFO  (Thread-3659) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2229046 ERROR (Thread-3659) [    ] 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> 2229145 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42153
   [junit4]   2> 2229148 INFO  (jetty-launcher-2329-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2229148 INFO  (jetty-launcher-2329-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2229149 INFO  (jetty-launcher-2329-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10c0fd3d{/solr,null,AVAILABLE}
   [junit4]   2> 2229149 INFO  (jetty-launcher-2329-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@563a7834{/solr,null,AVAILABLE}
   [junit4]   2> 2229150 INFO  (jetty-launcher-2329-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@54331e6c{SSL,[ssl, http/1.1]}{127.0.0.1:34121}
   [junit4]   2> 2229150 INFO  (jetty-launcher-2329-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b5f4d{SSL,[ssl, http/1.1]}{127.0.0.1:34823}
   [junit4]   2> 2229150 INFO  (jetty-launcher-2329-thread-1) [    ] o.e.j.s.Server Started @2230336ms
   [junit4]   2> 2229150 INFO  (jetty-launcher-2329-thread-2) [    ] o.e.j.s.Server Started @2230336ms
   [junit4]   2> 2229150 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34121}
   [junit4]   2> 2229150 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34823}
   [junit4]   2> 2229151 ERROR (jetty-launcher-2329-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2229151 ERROR (jetty-launcher-2329-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.1.0
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-07T00:42:43.144315Z
   [junit4]   2> 2229151 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-07T00:42:43.144353Z
   [junit4]   2> 2229152 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2229152 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2229156 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42153/solr
   [junit4]   2> 2229162 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42153/solr
   [junit4]   2> 2229211 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2229211 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2229212 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34823_solr
   [junit4]   2> 2229212 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34121_solr
   [junit4]   2> 2229212 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98439434275323910-127.0.0.1:34823_solr-n_0000000000) starting
   [junit4]   2> 2229212 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2229212 INFO  (zkCallback-2341-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2229216 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34823_solr
   [junit4]   2> 2229216 INFO  (zkCallback-2341-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2229216 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2229241 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34121.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2229243 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34823.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2229244 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34121.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2229244 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34121.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2229245 INFO  (jetty-launcher-2329-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node2/.
   [junit4]   2> 2229247 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34823.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2229247 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34823.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2229248 INFO  (jetty-launcher-2329-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node1/.
   [junit4]   2> 2229274 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2229274 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42153/solr ready
   [junit4]   2> 2229276 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 2229290 INFO  (qtp417012713-15692) [    ] 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> 2229291 INFO  (qtp417012713-15692) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2229297 INFO  (TEST-TestPullReplica.testAddRemovePullReplica-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAddRemovePullReplica
   [junit4]   2> 2229298 INFO  (qtp417012713-15678) [    ] 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> 2229299 INFO  (OverseerThreadFactory-6452-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_add_remove_pull_replica
   [junit4]   2> 2229402 INFO  (OverseerStateUpdate-98439434275323910-127.0.0.1:34823_solr-n_0000000000) [    ] 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":"https://127.0.0.1:34823/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2229403 INFO  (OverseerStateUpdate-98439434275323910-127.0.0.1:34823_solr-n_0000000000) [    ] 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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34121/solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 2229606 INFO  (qtp417012713-15691) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard2_replica_n2&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2229606 INFO  (qtp417012713-15691) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2229613 INFO  (qtp417109762-15690) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&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> 2229613 INFO  (qtp417109762-15690) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2229715 INFO  (zkCallback-2340-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> 2229715 INFO  (zkCallback-2341-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> 2229715 INFO  (zkCallback-2340-thread-2) [    ] 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> 2229716 INFO  (zkCallback-2341-thread-2) [    ] 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> 2230612 INFO  (qtp417012713-15691) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2230616 INFO  (qtp417012713-15691) [    ] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 2230617 INFO  (qtp417012713-15691) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2230617 INFO  (qtp417012713-15691) [    ] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_add_remove_pull_replica_shard2_replica_n2' using configuration from collection pull_replica_test_add_remove_pull_replica, trusted=true
   [junit4]   2> 2230617 INFO  (qtp417109762-15690) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2230618 INFO  (qtp417012713-15691) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34121.solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_n2' (registry 'solr.core.pull_replica_test_add_remove_pull_replica.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2230618 INFO  (qtp417012713-15691) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2230618 INFO  (qtp417012713-15691) [    ] o.a.s.c.SolrCore [[pull_replica_test_add_remove_pull_replica_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node2/pull_replica_test_add_remove_pull_replica_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node2/./pull_replica_test_add_remove_pull_replica_shard2_replica_n2/data/]
   [junit4]   2> 2230634 INFO  (qtp417109762-15690) [    ] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2230634 INFO  (qtp417109762-15690) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2230635 INFO  (qtp417109762-15690) [    ] 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> 2230635 INFO  (qtp417109762-15690) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34823.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@2f972323
   [junit4]   2> 2230635 INFO  (qtp417109762-15690) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2230635 INFO  (qtp417109762-15690) [    ] 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.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node1/pull_replica_test_add_remove_pull_replica_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node1/./pull_replica_test_add_remove_pull_replica_shard1_replica_n1/data/]
   [junit4]   2> 2230667 INFO  (qtp417109762-15690) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2230667 INFO  (qtp417109762-15690) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2230668 INFO  (qtp417109762-15690) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2230669 INFO  (qtp417109762-15690) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2230670 INFO  (qtp417109762-15690) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@528c619f[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 2230670 INFO  (qtp417109762-15690) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2230671 INFO  (qtp417109762-15690) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2230671 INFO  (qtp417109762-15690) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2230671 INFO  (qtp417109762-15690) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575030950109118464
   [junit4]   2> 2230672 INFO  (searcherExecutor-6458-thread-1) [    ] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard1_replica_n1] Registered new searcher Searcher@528c619f[pull_replica_test_add_remove_pull_replica_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2230675 INFO  (qtp417109762-15690) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2230675 INFO  (qtp417109762-15690) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2230675 INFO  (qtp417012713-15691) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2230675 INFO  (qtp417012713-15691) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2230676 INFO  (qtp417012713-15691) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2230676 INFO  (qtp417012713-15691) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2230676 INFO  (qtp417109762-15690) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34823/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/
   [junit4]   2> 2230676 INFO  (qtp417109762-15690) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2230676 INFO  (qtp417109762-15690) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:34823/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/ has no replicas
   [junit4]   2> 2230676 INFO  (qtp417109762-15690) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2230677 INFO  (qtp417012713-15691) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f7f960b[pull_replica_test_add_remove_pull_replica_shard2_replica_n2] main]
   [junit4]   2> 2230677 INFO  (qtp417012713-15691) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2230677 INFO  (qtp417012713-15691) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2230678 INFO  (qtp417012713-15691) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2230678 INFO  (searcherExecutor-6457-thread-1) [    ] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard2_replica_n2] Registered new searcher Searcher@1f7f960b[pull_replica_test_add_remove_pull_replica_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2230678 INFO  (qtp417012713-15691) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575030950116458496
   [junit4]   2> 2230679 INFO  (qtp417109762-15690) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34823/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/ shard1
   [junit4]   2> 2230681 INFO  (qtp417012713-15691) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2230681 INFO  (qtp417012713-15691) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2230681 INFO  (qtp417012713-15691) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34121/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/
   [junit4]   2> 2230681 INFO  (qtp417012713-15691) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2230681 INFO  (qtp417012713-15691) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:34121/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/ has no replicas
   [junit4]   2> 2230681 INFO  (qtp417012713-15691) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2230682 INFO  (qtp417012713-15691) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34121/solr/pull_replica_test_add_remove_pull_replica_shard2_replica_n2/ shard2
   [junit4]   2> 2230783 INFO  (zkCallback-2340-thread-2) [    ] 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> 2230783 INFO  (zkCallback-2341-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> 2230783 INFO  (zkCallback-2340-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> 2230783 INFO  (zkCallback-2341-thread-2) [    ] 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> 2230829 INFO  (qtp417109762-15690) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2230830 INFO  (qtp417109762-15690) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&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=1217
   [junit4]   2> 2230833 INFO  (qtp417012713-15691) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2230833 INFO  (qtp417012713-15691) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_add_remove_pull_replica_shard2_replica_n2&action=CREATE&numShards=2&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1227
   [junit4]   2> 2230835 INFO  (qtp417012713-15678) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2230935 INFO  (zkCallback-2340-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> 2230935 INFO  (zkCallback-2341-thread-2) [    ] 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> 2230935 INFO  (zkCallback-2341-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> 2230935 INFO  (zkCallback-2340-thread-2) [    ] 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> 2231300 INFO  (OverseerCollectionConfigSetProcessor-98439434275323910-127.0.0.1:34823_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2231835 INFO  (qtp417012713-15678) [    ] 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=2536
   [junit4]   2> 2231837 INFO  (qtp417012713-15689) [    ] 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&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2231841 INFO  (OverseerThreadFactory-6452-thread-2) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34121_solr for creating new replica
   [junit4]   2> 2231842 INFO  (OverseerStateUpdate-98439434275323910-127.0.0.1:34823_solr-n_0000000000) [    ] 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_p5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34121/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34121_solr",
   [junit4]   2>   "type":"PULL"} 
   [junit4]   2> 2231943 INFO  (zkCallback-2341-thread-3) [    ] 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> 2231943 INFO  (zkCallback-2340-thread-2) [    ] 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> 2231943 INFO  (zkCallback-2340-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> 2231943 INFO  (zkCallback-2347-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> 2231943 INFO  (zkCallback-2341-thread-2) [    ] 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> 2232042 INFO  (qtp417012713-15680) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard1_replica_p5&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 2232046 INFO  (qtp417012713-15680) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2232049 INFO  (qtp417012713-15680) [    ] o.a.s.s.IndexSchema [pull_replica_test_add_remove_pull_replica_shard1_replica_p5] Schema name=minimal
   [junit4]   2> 2232050 INFO  (qtp417012713-15680) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2232050 INFO  (qtp417012713-15680) [    ] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_add_remove_pull_replica_shard1_replica_p5' using configuration from collection pull_replica_test_add_remove_pull_replica, trusted=true
   [junit4]   2> 2232050 INFO  (qtp417012713-15680) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34121.solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_p5' (registry 'solr.core.pull_replica_test_add_remove_pull_replica.shard1.replica_p5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f972323
   [junit4]   2> 2232050 INFO  (qtp417012713-15680) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2232050 INFO  (qtp417012713-15680) [    ] o.a.s.c.SolrCore [[pull_replica_test_add_remove_pull_replica_shard1_replica_p5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node2/pull_replica_test_add_remove_pull_replica_shard1_replica_p5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001/tempDir-001/node2/./pull_replica_test_add_remove_pull_replica_shard1_replica_p5/data/]
   [junit4]   2> 2232098 INFO  (qtp417012713-15680) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2232098 INFO  (qtp417012713-15680) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2232099 INFO  (qtp417012713-15680) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@61190ba[pull_replica_test_add_remove_pull_replica_shard1_replica_p5] main]
   [junit4]   2> 2232100 INFO  (qtp417012713-15680) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 2232100 INFO  (qtp417012713-15680) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2232100 INFO  (qtp417012713-15680) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2232101 INFO  (qtp417012713-15680) [    ] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard1_replica_p5 starting background replication from leader
   [junit4]   2> 2232101 INFO  (qtp417012713-15680) [    ] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 2232101 INFO  (searcherExecutor-6467-thread-1) [    ] o.a.s.c.SolrCore [pull_replica_test_add_remove_pull_replica_shard1_replica_p5] Registered new searcher Searcher@61190ba[pull_replica_test_add_remove_pull_replica_shard1_replica_p5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2232101 INFO  (qtp417012713-15680) [    ] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2232101 INFO  (qtp417012713-15680) [    ] o.a.s.c.ZkController Core needs to recover:pull_replica_test_add_remove_pull_replica_shard1_replica_p5
   [junit4]   2> 2232101 INFO  (updateExecutor-2334-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2232102 INFO  (qtp417012713-15680) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=pull_replica_test_add_remove_pull_replica_shard1_replica_p5&action=CREATE&collection=pull_replica_test_add_remove_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=59
   [junit4]   2> 2232102 INFO  (recoveryExecutor-2335-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2232102 INFO  (recoveryExecutor-2335-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [pull_replica_test_add_remove_pull_replica_shard1_replica_p5] as recovering, leader is [https://127.0.0.1:34823/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/] and I am [https://127.0.0.1:34121/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_p5/]
   [junit4]   2> 2232102 INFO  (recoveryExecutor-2335-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 2232102 INFO  (recoveryExecutor-2335-thread-1) [    ] o.a.s.c.RecoveryStrategy Stopping background replicate from leader process
   [junit4]   2> 2232102 INFO  (recoveryExecutor-2335-thread-1) [    ] o.a.s.c.ZkController pull_replica_test_add_remove_pull_replica_shard1_replica_p5 stopping background replication from leader
   [junit4]   2> 2232102 INFO  (recoveryExecutor-2335-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to replicate from [https://127.0.0.1:34823/solr/pull_replica_test_add_remove_pull_replica_shard1_replica_n1/].
   [junit4]   2> 2232103 INFO  (qtp417012713-15689) [    ] 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&wt=javabin&version=2} status=0 QTime=265
   [junit4]   2> 2232104 INFO  (qtp417012713-15692) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=pull_replica_test_add_remove_pull_replica&shard=shard2&type=PULL&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2232105 INFO  (qtp417109762-15688) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1575030951612776448,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2232105 INFO  (qtp417109762-15688) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2232105 INFO  (qtp417109762-15688) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2232105 INFO  (qtp417109762-15688) [    ] 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> 2232106 INFO  (OverseerCollectionConfigSetProcessor-98439434275323910-127.0.0.1:34823_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collec

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

t_add_docs&action=DELETE&wt=javabin&version=2} status=0 QTime=720
   [junit4]   2> 2380926 INFO  (TEST-TestPullReplica.testAddDocs-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.TestPullReplica Collection deleted
   [junit4]   2> 2380926 INFO  (TEST-TestPullReplica.testAddDocs-seed#[DC90C2D4B70776A3]) [    ] o.a.s.c.TestPullReplica Collection not yet deleted
   [junit4]   2> 2381027 INFO  (TEST-TestPullReplica.testAddDocs-seed#[DC90C2D4B70776A3]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testAddDocs
   [junit4]   2> 2381028 INFO  (jetty-closer-2330-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b36cc0b{SSL,[ssl, http/1.1]}{127.0.0.1:34121}
   [junit4]   2> 2381029 INFO  (jetty-closer-2330-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=23256363
   [junit4]   2> 2381029 INFO  (jetty-closer-2330-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4ee4fe8a{SSL,[ssl, http/1.1]}{127.0.0.1:34823}
   [junit4]   2> 2381029 INFO  (jetty-closer-2330-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2381029 INFO  (jetty-closer-2330-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1887421474
   [junit4]   2> 2381029 INFO  (jetty-closer-2330-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2381030 INFO  (jetty-closer-2330-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2381030 INFO  (jetty-closer-2330-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2381030 INFO  (jetty-closer-2330-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2381030 INFO  (jetty-closer-2330-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2381031 INFO  (jetty-closer-2330-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2381031 INFO  (jetty-closer-2330-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2381031 INFO  (jetty-closer-2330-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98439434275323915-127.0.0.1:34121_solr-n_0000000002) closing
   [junit4]   2> 2381031 INFO  (OverseerStateUpdate-98439434275323915-127.0.0.1:34121_solr-n_0000000002) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34121_solr
   [junit4]   2> 2381031 INFO  (jetty-closer-2330-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@792f865b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2381032 INFO  (zkCallback-2352-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2382532 WARN  (zkCallback-2352-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2382532 INFO  (jetty-closer-2330-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4c7b78c1{/solr,null,UNAVAILABLE}
   [junit4]   2> 2382532 ERROR (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-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> 2382532 INFO  (SUITE-TestPullReplica-seed#[DC90C2D4B70776A3]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42153 42153
   [junit4]   2> 2387567 INFO  (Thread-3659) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42153 42153
   [junit4]   2> 2387568 WARN  (Thread-3659) [    ] 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> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/pull_replica_test_create_delete/state.json
   [junit4]   2> 	19	/solr/collections/pull_replica_test_kill_leader/state.json
   [junit4]   2> 	19	/solr/collections/pull_replica_test_add_remove_pull_replica/state.json
   [junit4]   2> 	18	/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
   [junit4]   2> 	18	/solr/collections/pull_replica_test_kill_pull_replica/state.json
   [junit4]   2> 	13	/solr/collections/pull_replica_test_add_docs/state.json
   [junit4]   2> 	11	/solr/collections/pull_replica_test_real_time_get/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98439434275323910-127.0.0.1:34823_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_DC90C2D4B70776A3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {foo=Lucene50(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=1260, maxMBSortInHeap=5.715165212779858, sim=RandomSimilarity(queryNorm=false): {}, locale=kw, timezone=America/Grand_Turk
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=27836752,total=494403584
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud, LargeFieldTest, TestCrossCoreJoin, TestDownShardTolerantSearch, TestCollationField, DeleteReplicaTest, InfixSuggestersTest, BinaryUpdateRequestHandlerTest, TestCloudPseudoReturnFields, TestNRTOpen, TestJsonFacetRefinement, TestObjectReleaseTracker, SyncSliceTest, SuggesterWFSTTest, DirectoryFactoryTest, TestHashQParserPlugin, ForceLeaderTest, CurrencyFieldTypeTest, SegmentsInfoRequestHandlerTest, TestCloudInspectUtil, SimpleCollectionCreateDeleteTest, TestCryptoKeys, TestLuceneMatchVersion, CachingDirectoryFactoryTest, TestStressInPlaceUpdates, TestCustomDocTransformer, CloneFieldUpdateProcessorFactoryTest, CursorPagingTest, TestStressLucene, GraphQueryTest, TestDistributedStatsComponentCardinality, SearchHandlerTest, HdfsTlogReplayBufferedWhileIndexingTest, TestRawResponseWriter, BigEndianAscendingWordDeserializerTest, SolrMetricManagerTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestCorePropertiesReload, TestRestManager, CloudMLTQParserTest, TestComponentsName, TestRebalanceLeaders, TestOrdValues, TestNumericTerms64, ConnectionManagerTest, SolrSlf4jReporterTest, V2ApiIntegrationTest, MBeansHandlerTest, RollingRestartTest, TriLevelCompositeIdRoutingTest, TestInPlaceUpdatesStandalone, TestOnReconnectListenerSupport, HdfsNNFailoverTest, TestJoin, SolrXmlInZkTest, TestHighlightDedupGrouping, EchoParamsTest, TestExceedMaxTermLength, CoreAdminRequestStatusTest, JSONWriterTest, TestManagedSchemaThreadSafety, TestSimpleTextCodec, TestDFISimilarityFactory, TestGraphMLResponseWriter, TestWordDelimiterFilterFactory, TestSha256AuthenticationProvider, TestReplicationHandler, PeerSyncWithIndexFingerprintCachingTest, CollectionsAPISolrJTest, TestRangeQuery, TestFastOutputStream, DeleteInactiveReplicaTest, TestSolrCloudSnapshots, TestNumericRangeQuery64, TestSmileRequest, TestConfig, UpdateParamsTest, TestDocTermOrds, TestConfigSetImmutable, BufferStoreTest, TestBinaryField, DistributedQueryComponentOptimizationTest, BlockJoinFacetDistribTest, TestCSVLoader, HdfsRestartWhileUpdatingTest, DistributedSpellCheckComponentTest, TemplateUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestDocSet, TestFaceting, BaseCdcrDistributedZkTest, ZkStateWriterTest, HighlighterConfigTest, TestFunctionQuery, SpellCheckCollatorTest, TestLMDirichletSimilarityFactory, XmlUpdateRequestHandlerTest, TestFieldCacheWithThreads, TestNoOpRegenerator, OverriddenZkACLAndCredentialsProvidersTest, TestIBSimilarityFactory, TestRandomFaceting, DebugComponentTest, CollectionStateFormat2Test, SortSpecParsingTest, TestExactSharedStatsCache, TestBadConfig, TestManagedStopFilterFactory, HLLUtilTest, SolrIndexSplitterTest, ShardSplitTest, TestDistributedSearch, TestFieldResource, HighlighterMaxOffsetTest, TestSchemalessBufferedUpdates, TestCloudManagedSchema, AssignBackwardCompatibilityTest, CSVRequestHandlerTest, SOLR749Test, AlternateDirectoryTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, SampleTest, TestSearchPerf, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, OpenExchangeRatesOrgProviderTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, DeleteShardTest, DistributedQueueTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest, MoveReplicaTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerStatusTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, TestCloudRecovery, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, TestMiniSolrCloudClusterSSL, TestPullReplica]
   [junit4] Completed [552/727 (2!)] on J0 in 158.54s, 10 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 37149 lines...]