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 2018/08/31 06:56:05 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 2036 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2036/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:319)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:328)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:266)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:253)  at org.apache.solr.client.solrj.impl.HttpSolrClient.<init>(HttpSolrClient.java:200)  at org.apache.solr.client.solrj.impl.HttpSolrClient$Builder.build(HttpSolrClient.java:951)  at org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:137)  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)  at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:319)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:328)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:266)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.<init>(HttpSolrClient.java:200)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$Builder.build(HttpSolrClient.java:951)
	at org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:137)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


	at __randomizedtesting.SeedInfo.seed([31E6E75E5D8E6B9D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:304)
	at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:897)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12823 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4]   2> 451398 INFO  (SUITE-CdcrWithNodesRestartsTest-seed#[31E6E75E5D8E6B9D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/init-core-data-001
   [junit4]   2> 451398 INFO  (SUITE-CdcrWithNodesRestartsTest-seed#[31E6E75E5D8E6B9D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 451400 INFO  (SUITE-CdcrWithNodesRestartsTest-seed#[31E6E75E5D8E6B9D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 451401 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplicationAfterRestart
   [junit4]   2> 451401 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-target-001
   [junit4]   2> 451401 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 451401 INFO  (Thread-719) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 451401 INFO  (Thread-719) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 451403 ERROR (Thread-719) [    ] 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> 451501 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.ZkTestServer start zk server on port:39637
   [junit4]   2> 451504 INFO  (zkConnectionManagerCallback-1082-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 451509 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 451509 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 451510 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 451510 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 451510 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@558d3fb{/solr,null,AVAILABLE}
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7221f421{/solr,null,AVAILABLE}
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@57db87fc{HTTP/1.1,[http/1.1]}{127.0.0.1:39476}
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.e.j.s.Server Started @451746ms
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39476}
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6c1388c4{HTTP/1.1,[http/1.1]}{127.0.0.1:53073}
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.e.j.s.Server Started @451746ms
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53073}
   [junit4]   2> 451511 ERROR (jetty-launcher-1079-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 451511 ERROR (jetty-launcher-1079-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-31T05:05:23.982Z
   [junit4]   2> 451511 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-31T05:05:23.982Z
   [junit4]   2> 451518 INFO  (zkConnectionManagerCallback-1084-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 451519 INFO  (zkConnectionManagerCallback-1086-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 451519 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 451519 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 452068 INFO  (jetty-launcher-1079-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39637/solr
   [junit4]   2> 452069 INFO  (zkConnectionManagerCallback-1090-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452071 INFO  (zkConnectionManagerCallback-1092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452161 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53073_solr
   [junit4]   2> 452162 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.c.Overseer Overseer (id=72253825689124868-127.0.0.1:53073_solr-n_0000000000) starting
   [junit4]   2> 452200 INFO  (zkConnectionManagerCallback-1099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452202 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39637/solr ready
   [junit4]   2> 452205 INFO  (OverseerStateUpdate-72253825689124868-127.0.0.1:53073_solr-n_0000000000) [n:127.0.0.1:53073_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53073_solr
   [junit4]   2> 452216 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53073_solr
   [junit4]   2> 452233 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 452254 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53073.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 452259 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53073.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 452259 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53073.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 452260 INFO  (jetty-launcher-1079-thread-1) [n:127.0.0.1:53073_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-target-001/node1/.
   [junit4]   2> 452275 INFO  (zkCallback-1098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 452318 INFO  (zkCallback-1091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 452527 INFO  (jetty-launcher-1079-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39637/solr
   [junit4]   2> 452529 INFO  (zkConnectionManagerCallback-1104-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452533 INFO  (zkConnectionManagerCallback-1106-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452542 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 452547 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 452547 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39476_solr
   [junit4]   2> 452548 INFO  (zkCallback-1098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 452550 INFO  (zkCallback-1091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 452551 INFO  (zkCallback-1105-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 452568 INFO  (zkConnectionManagerCallback-1113-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452572 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 452574 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39637/solr ready
   [junit4]   2> 452574 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 452587 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39476.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 452592 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39476.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 452593 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39476.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 452593 INFO  (jetty-launcher-1079-thread-2) [n:127.0.0.1:39476_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-target-001/node2/.
   [junit4]   2> 452612 INFO  (zkConnectionManagerCallback-1116-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452614 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100b278bddd0009, likely client has closed socket
   [junit4]   2> 452617 INFO  (zkConnectionManagerCallback-1119-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452619 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001
   [junit4]   2> 452619 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 452620 INFO  (Thread-738) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 452620 INFO  (Thread-738) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 452621 ERROR (Thread-738) [    ] 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> 452720 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.ZkTestServer start zk server on port:44399
   [junit4]   2> 452722 INFO  (zkConnectionManagerCallback-1123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452726 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 452727 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 452728 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 452728 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 452728 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 452728 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72a2ddf4{/solr,null,AVAILABLE}
   [junit4]   2> 452729 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 452729 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 452729 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64d159ed{/solr,null,AVAILABLE}
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23314c8c{HTTP/1.1,[http/1.1]}{127.0.0.1:54913}
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-1) [    ] o.e.j.s.Server Started @452966ms
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54913}
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d9eb147{HTTP/1.1,[http/1.1]}{127.0.0.1:40590}
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-2) [    ] o.e.j.s.Server Started @452966ms
   [junit4]   2> 452730 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40590}
   [junit4]   2> 452730 ERROR (jetty-launcher-1120-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 452731 ERROR (jetty-launcher-1120-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-31T05:05:25.202Z
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 452731 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-31T05:05:25.202Z
   [junit4]   2> 452735 INFO  (zkConnectionManagerCallback-1127-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452735 INFO  (zkConnectionManagerCallback-1125-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 452736 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 452737 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 453258 INFO  (jetty-launcher-1120-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44399/solr
   [junit4]   2> 453261 INFO  (zkConnectionManagerCallback-1131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453263 INFO  (zkConnectionManagerCallback-1133-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453311 INFO  (jetty-launcher-1120-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44399/solr
   [junit4]   2> 453314 INFO  (zkConnectionManagerCallback-1139-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453315 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100b278c2a00005, likely client has closed socket
   [junit4]   2> 453319 INFO  (zkConnectionManagerCallback-1141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453338 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40590_solr
   [junit4]   2> 453341 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.c.Overseer Overseer (id=72253825769013254-127.0.0.1:40590_solr-n_0000000000) starting
   [junit4]   2> 453352 INFO  (zkConnectionManagerCallback-1148-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453355 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44399/solr ready
   [junit4]   2> 453357 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40590_solr
   [junit4]   2> 453357 INFO  (OverseerStateUpdate-72253825769013254-127.0.0.1:40590_solr-n_0000000000) [n:127.0.0.1:40590_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40590_solr
   [junit4]   2> 453362 INFO  (zkCallback-1147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453365 INFO  (OverseerStateUpdate-72253825769013254-127.0.0.1:40590_solr-n_0000000000) [n:127.0.0.1:40590_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453380 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 453392 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 453393 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40590.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 453398 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40590.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 453398 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40590.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 453398 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 453398 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54913_solr
   [junit4]   2> 453399 INFO  (jetty-launcher-1120-thread-2) [n:127.0.0.1:40590_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001/node2/.
   [junit4]   2> 453400 INFO  (zkCallback-1132-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453401 INFO  (zkCallback-1147-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453404 INFO  (zkCallback-1140-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 453422 INFO  (zkConnectionManagerCallback-1154-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453423 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 453424 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44399/solr ready
   [junit4]   2> 453425 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 453438 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54913.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 453443 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54913.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 453443 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54913.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 453444 INFO  (jetty-launcher-1120-thread-1) [n:127.0.0.1:54913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001/node1/.
   [junit4]   2> 453474 INFO  (zkConnectionManagerCallback-1157-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453477 INFO  (zkConnectionManagerCallback-1160-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453479 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100b278c2a0000a, likely client has closed socket
   [junit4]   2> 453480 INFO  (zkConnectionManagerCallback-1162-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453497 INFO  (zkConnectionManagerCallback-1166-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 453499 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 453500 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39637/solr ready
   [junit4]   2> 453502 INFO  (qtp352581147-3541) [n:127.0.0.1:53073_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 453506 INFO  (OverseerThreadFactory-1478-thread-1-processing-n:127.0.0.1:53073_solr) [n:127.0.0.1:53073_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-target
   [junit4]   2> 453618 INFO  (OverseerStateUpdate-72253825689124868-127.0.0.1:53073_solr-n_0000000000) [n:127.0.0.1:53073_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-target",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-target_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39476/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 453822 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr    x:cdcr-target_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&collection=cdcr-target&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 454849 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 454852 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 454854 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-target_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 454856 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 454857 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-target/managed-schema
   [junit4]   2> 454859 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-target/schema.xml to /configs/cdcr-target/schema.xml.bak
   [junit4]   2> 454859 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-target_shard1_replica_n1' using configuration from collection cdcr-target, trusted=true
   [junit4]   2> 454860 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39476.solr.core.cdcr-target.shard1.replica_n1' (registry 'solr.core.cdcr-target.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 454860 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 454860 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-target_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-target-001/node2/cdcr-target_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-target-001/node2/./cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 454948 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 454948 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 454949 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 454949 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 454951 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@31939942[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 454952 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-target
   [junit4]   2> 454953 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-target
   [junit4]   2> 454953 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-target/managed-schema
   [junit4]   2> 454954 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 454954 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 454962 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 454967 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-target/cdcr/state/process
   [junit4]   2> 454993 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610289698532491264
   [junit4]   2> 454994 INFO  (searcherExecutor-1512-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@31939942[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 455001 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-target/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 455008 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 455008 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 455008 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39476/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 455009 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 455009 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39476/solr/cdcr-target_shard1_replica_n1/ has no replicas
   [junit4]   2> 455009 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 455012 INFO  (zkCallback-1105-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 455015 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39476/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 455120 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 455123 INFO  (qtp439257617-3534) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-target&newCollection=true&collection=cdcr-target&version=2&replicaType=NRT&coreNodeName=core_node2&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1301
   [junit4]   2> 455127 INFO  (qtp352581147-3541) [n:127.0.0.1:53073_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 455223 INFO  (zkCallback-1105-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-target/state.json] for collection [cdcr-target] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 455509 INFO  (OverseerCollectionConfigSetProcessor-72253825689124868-127.0.0.1:53073_solr-n_0000000000) [n:127.0.0.1:53073_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 456132 INFO  (qtp352581147-3541) [n:127.0.0.1:53073_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2630
   [junit4]   2> 457135 INFO  (zkConnectionManagerCallback-1168-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457142 INFO  (zkConnectionManagerCallback-1172-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 457143 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 457144 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44399/solr ready
   [junit4]   2> 457146 INFO  (qtp832661181-3626) [n:127.0.0.1:54913_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=2&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 457150 INFO  (OverseerThreadFactory-1503-thread-1-processing-n:127.0.0.1:40590_solr) [n:127.0.0.1:40590_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 457261 INFO  (OverseerStateUpdate-72253825769013254-127.0.0.1:40590_solr-n_0000000000) [n:127.0.0.1:40590_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40590/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 457262 INFO  (OverseerStateUpdate-72253825769013254-127.0.0.1:40590_solr-n_0000000000) [n:127.0.0.1:40590_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"cdcr-source",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"cdcr-source_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54913/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 457464 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr    x:cdcr-source_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-source_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 457465 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr    x:cdcr-source_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 457466 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr    x:cdcr-source_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 458488 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 458488 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 458492 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 458492 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 458494 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 458496 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 458497 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 458499 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 458499 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n2' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 458500 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54913.solr.core.cdcr-source.shard1.replica_n2' (registry 'solr.core.cdcr-source.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 458500 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 458500 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n2/data/]
   [junit4]   2> 458503 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 458504 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 458505 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/cdcr-source/managed-schema already exists - no need to create it
   [junit4]   2> 458505 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, the non-managed schema /configs/cdcr-source/schema.xml no longer exists.
   [junit4]   2> 458505 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica_n1' using configuration from collection cdcr-source, trusted=true
   [junit4]   2> 458506 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40590.solr.core.cdcr-source.shard1.replica_n1' (registry 'solr.core.cdcr-source.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f1aad40
   [junit4]   2> 458506 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 458506 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001/node2/cdcr-source_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.cdcr.CdcrWithNodesRestartsTest_31E6E75E5D8E6B9D-001/cdcr-source-001/node2/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 458577 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 458577 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 458577 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 458577 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 458579 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@143e2f3a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 458581 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 458581 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 458581 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 458582 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 458582 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 458582 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 458583 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 458583 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 458584 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 458584 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@752dd309[cdcr-source_shard1_replica_n2] main]
   [junit4]   2> 458586 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 458586 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 458586 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/cdcr-source/managed-schema
   [junit4]   2> 458586 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 458587 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 4 ms
   [junit4]   2> 458587 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 458587 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 458588 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 458593 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrBufferStateManager Created znode /collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 458595 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrProcessStateManager Created znode /collections/cdcr-source/cdcr/state/process
   [junit4]   2> 458604 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610289702318899200
   [junit4]   2> 458606 INFO  (searcherExecutor-1519-thread-1-processing-n:127.0.0.1:40590_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@143e2f3a[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 458606 INFO  (searcherExecutor-1518-thread-1-processing-n:127.0.0.1:54913_solr x:cdcr-source_shard1_replica_n2 c:cdcr-source s:shard1 r:core_node4) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n2] Registered new searcher Searcher@752dd309[cdcr-source_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 458607 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610289702322044928
   [junit4]   2> 458620 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 458627 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 458665 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 459130 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 459130 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 459130 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 459130 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=cdcr-source_shard1_replica_n1 url=http://127.0.0.1:40590/solr START replicas=[http://127.0.0.1:54913/solr/cdcr-source_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 459131 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=cdcr-source_shard1_replica_n1 url=http://127.0.0.1:40590/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 459134 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 459138 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 459138 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 459138 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 459143 INFO  (zkCallback-1140-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 459143 INFO  (zkCallback-1132-thread-1) [    ] o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 459163 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 459318 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 459322 INFO  (qtp2044762417-3617) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node3&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=1857
   [junit4]   2> 459422 INFO  (zkCallback-1140-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 459616 INFO  (qtp2044762417-3613) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 459672 INFO  (qtp832661181-3621) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&collection=cdcr-source&version=2&replicaType=NRT&coreNodeName=core_node4&name=cdcr-source_shard1_replica_n2&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin} status=0 QTime=2209
   [junit4]   2> 459675 INFO  (qtp832661181-3626) [n:127.0.0.1:54913_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 459772 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 459772 INFO  (zkCallback-1132-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 460620 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 460677 INFO  (qtp832661181-3626) [n:127.0.0.1:54913_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=2&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=3531
   [junit4]   2> 461163 INFO  (OverseerCollectionConfigSetProcessor-72253825769013254-127.0.0.1:40590_solr-n_0000000000) [n:127.0.0.1:40590_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 461623 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 461684 INFO  (zkCallback-1132-thread-1) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 461684 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.h.CdcrProcessStateManager The CDCR process state has changed: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/cdcr/state/process @ cdcr-source:shard1
   [junit4]   2> 461685 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 461685 INFO  (zkCallback-1132-thread-1) [    ] o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: STARTED @ cdcr-source:shard1
   [junit4]   2> 461685 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/cdcr params={qt=/cdcr&_stateVer_=cdcr-source:6&action=start&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 461687 INFO  (zkConnectionManagerCallback-1179-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 461689 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 461691 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39637/solr ready
   [junit4]   2> 461699 INFO  (qtp439257617-3532) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 461699 INFO  (qtp439257617-3532) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 461700 INFO  (qtp439257617-3529) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 461703 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 461703 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target, shard: shard1
   [junit4]   2> 461709 INFO  (zkCallback-1140-thread-2) [    ] o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 461710 INFO  (cdcr-bootstrap-status-1175-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: cdcr-target shard: shard1 leader: http://127.0.0.1:39476/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 461718 INFO  (qtp439257617-3535) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&masterUrl=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 461719 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 461721 INFO  (qtp439257617-3532) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 461721 INFO  (cdcr-bootstrap-status-1175-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 461727 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289705593602048,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 461728 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 461729 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 461730 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 461732 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 461732 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 461732 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 461732 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 461732 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 461732 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 461737 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a24e7[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 461739 INFO  (searcherExecutor-1512-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-target_shard1_replica_n1] Registered new searcher Searcher@1a24e7[cdcr-target_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 461739 INFO  (recoveryExecutor-1102-thread-1-processing-n:127.0.0.1:39476_solr x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler No replay needed.
   [junit4]   2> 462627 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 463630 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 463689 INFO  (zkConnectionManagerCallback-1184-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 463692 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 463693 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44399/solr ready
   [junit4]   2> 463702 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/cdcr-source/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 463706 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&distrib.from=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 463706 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 463711 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289707673976832,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463711 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@66300373 commitCommandVersion:1610289707673976832
   [junit4]   2> 463717 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289707680268288,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463717 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7e62f8fe commitCommandVersion:1610289707680268288
   [junit4]   2> 463723 INFO  (qtp439257617-3532) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={qt=/cdcr&action=BOOTSTRAP_STATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 463723 INFO  (cdcr-bootstrap-status-1175-thread-1) [    ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap successful in 3 seconds
   [junit4]   2> 463729 INFO  (qtp439257617-3532) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Found maxVersionFromRecent 0 maxVersionFromIndex 0
   [junit4]   2> 463729 INFO  (qtp439257617-3532) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={action=SHARDCHECKPOINT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 463730 INFO  (qtp439257617-3535) [n:127.0.0.1:39476_solr c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] o.a.s.c.S.Request [cdcr-target_shard1_replica_n1]  webapp=/solr path=/cdcr params={_stateVer_=cdcr-target:4&action=COLLECTIONCHECKPOINT&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 463730 INFO  (cdcr-bootstrap-status-1175-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Create new update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 463730 INFO  (cdcr-bootstrap-status-1175-thread-1) [    ] o.a.s.h.CdcrReplicatorManager Bootstrap successful, giving the go-ahead to replicator
   [junit4]   2> 463896 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e72af82[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 463898 INFO  (searcherExecutor-1519-thread-1-processing-n:127.0.0.1:40590_solr x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node3) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n1] Registered new searcher Searcher@4e72af82[cdcr-source_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 463899 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 463899 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=false&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=182
   [junit4]   2> 463900 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@62350d73[cdcr-source_shard1_replica_n2] main]
   [junit4]   2> 463900 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 463901 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=false&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=190
   [junit4]   2> 463902 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:6&waitSearcher=false&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=194
   [junit4]   2> 463902 INFO  (searcherExecutor-1518-thread-1-processing-n:127.0.0.1:54913_solr x:cdcr-source_shard1_replica_n2 c:cdcr-source s:shard1 r:core_node4) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.SolrCore [cdcr-source_shard1_replica_n2] Registered new searcher Searcher@62350d73[cdcr-source_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 463907 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289707879497728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463909 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289707881594880,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463910 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 463910 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 463911 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 463911 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 463911 INFO  (qtp2044762417-3618) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=2
   [junit4]   2> 463912 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=5
   [junit4]   2> 463913 INFO  (qtp2044762417-3616) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 463919 INFO  (zkConnectionManagerCallback-1189-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 463922 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 463923 INFO  (TEST-CdcrWithNodesRestartsTest.testReplicationAfterRestart-seed#[31E6E75E5D8E6B9D]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44399/solr ready
   [junit4]   2> 463929 INFO  (qtp832661181-3628) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.c.S.Request [cdcr-source_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&update.chain=cdcr-processor-chain&distrib.from=http://127.0.0.1:40590/solr/cdcr-source_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 463930 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 463933 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289707906760704,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463933 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610289707906760704,optimize=false,openSearcher=true,waitSearcher=false,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 463933 INFO  (qtp2044762417-3620) [n:127.0.0.1:40590_solr c:cdcr-source s:shard1 r:core_node3 x:cdcr-source_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7e62f8fe commitCommandVersion:1610289707906760704
   [junit4]   2> 463933 INFO  (qtp832661181-3625) [n:127.0.0.1:54913_solr c:cdcr-source s:shard1 r:core_node4 x:cdcr-source_shard1_replica_n2] o.a.s.u.SolrIndexWriter Cal

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

/5] on J1 in 551.94s, 4 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:41:02, stalled for 61.1s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J1 PID(5023@serv1-vm3): 2018-08-31T06:41:14, stalled for 70.2s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:42:02, stalled for  121s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J1 PID(5023@serv1-vm3): 2018-08-31T06:42:14, stalled for  130s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J1 PID(5023@serv1-vm3): 2018-08-31T06:43:26, stalled for 62.8s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:43:26, stalled for 62.4s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(5023@serv1-vm3): 2018-08-31T06:44:26, stalled for  123s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:44:26, stalled for  122s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J1 PID(5023@serv1-vm3): 2018-08-31T06:45:26, stalled for  183s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:45:26, stalled for  182s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4] OK       144s J0 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK       242s J0 | CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] OK      51.1s J0 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] OK      67.5s J0 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] Completed [3/5] on J0 in 504.51s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(5023@serv1-vm3): 2018-08-31T06:48:26, stalled for 69.8s at: CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4] OK       139s J1 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK       241s J1 | CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] OK      51.9s J1 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] OK      69.4s J1 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] Completed [4/5] on J1 in 502.71s, 4 tests
   [junit4] 
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:49:26, stalled for 61.1s at: CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:50:38, stalled for 62.2s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] HEARTBEAT J0 PID(5022@serv1-vm3): 2018-08-31T06:51:38, stalled for  122s at: CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
   [junit4] OK      71.0s J0 | CdcrWithNodesRestartsTest.testReplicationAfterRestart
   [junit4] OK       166s J0 | CdcrWithNodesRestartsTest.testReplicationAfterLeaderChange
   [junit4] OK      35.3s J0 | CdcrWithNodesRestartsTest.testUpdateLogSynchronisation
   [junit4] OK      54.5s J0 | CdcrWithNodesRestartsTest.testBufferOnNonLeader
   [junit4] Completed [5/5] on J0 in 327.32s, 4 tests
   [junit4] 
   [junit4] JVM J0:     0.67 ..  1382.58 =  1381.91s
   [junit4] JVM J1:     0.67 ..  1057.18 =  1056.52s
   [junit4] Execution time total: 23 minutes 2 seconds
   [junit4] Tests summary: 5 suites, 20 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 482.44s | org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[junit4:tophints] 466.89s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 264.37s | org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest
[junit4:tophints] 134.78s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 121.54s | org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 23 minutes 4 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2846)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2725)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2706)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3085)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1071)
		at hudson.FilePath.act(FilePath.java:1060)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2704)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3087)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1073)
	at hudson.FilePath.act(FilePath.java:1060)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2704)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=4d78db26be21727fa29b0c055f24e0bac625e017, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #2035
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2