Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/347/

1 tests failed.
FAILED:  org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest.testBatchBoundaries

Error Message:
Error from server at http://127.0.0.1:35386/solr/cdcr-source_shard1_replica_n1: 
Exception writing document id 828 to the index; possible analysis error.

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:35386/solr/cdcr-source_shard1_replica_n1: Exception 
writing document id 828 to the index; possible analysis error.
        at 
__randomizedtesting.SeedInfo.seed([CAF9C286EE44FD:22E52097FF4A851A]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:551)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.cdcr.CdcrTestsUtil.indexRandomDocs(CdcrTestsUtil.java:182)
        at 
org.apache.solr.cloud.cdcr.CdcrTestsUtil.indexRandomDocs(CdcrTestsUtil.java:187)
        at 
org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest.testBatchBoundaries(CdcrOpsAndBoundariesTest.java:236)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:35386/solr/cdcr-source_shard1_replica_n1: 
Exception writing document id 828 to the index; possible analysis error.
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:528)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more




Build Log:
[...truncated 12938 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest
   [junit4]   2> 16326 INFO  
(SUITE-CdcrOpsAndBoundariesTest-seed#[CAF9C286EE44FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/init-core-data-001
   [junit4]   2> 16333 INFO  
(SUITE-CdcrOpsAndBoundariesTest-seed#[CAF9C286EE44FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 16338 INFO  
(SUITE-CdcrOpsAndBoundariesTest-seed#[CAF9C286EE44FD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 16345 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testOps
   [junit4]   2> 16356 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-target-001
   [junit4]   2> 16357 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 16363 INFO  (Thread-8) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 16363 INFO  (Thread-8) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 16374 ERROR (Thread-8) [    ] 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> 16463 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40183
   [junit4]   2> 16492 INFO  (zkConnectionManagerCallback-58-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17028 INFO  (jetty-launcher-55-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> 17090 INFO  (jetty-launcher-55-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 17092 INFO  (jetty-launcher-55-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 17097 INFO  (jetty-launcher-55-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 17153 INFO  (jetty-launcher-55-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ab18efe{/solr,null,AVAILABLE}
   [junit4]   2> 17180 INFO  (jetty-launcher-55-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2a7115b8{HTTP/1.1,[http/1.1]}{127.0.0.1:33913}
   [junit4]   2> 17181 INFO  (jetty-launcher-55-thread-1) [    ] o.e.j.s.Server 
Started @17244ms
   [junit4]   2> 17181 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33913}
   [junit4]   2> 17217 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider 
chain: env;sysprop
   [junit4]   2> 17250 ERROR (jetty-launcher-55-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 17251 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 17251 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 17251 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17251 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17252 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-15T03:39:32.066Z
   [junit4]   2> 17258 INFO  (zkConnectionManagerCallback-60-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17260 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 17534 INFO  (jetty-launcher-55-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40183/solr
   [junit4]   2> 17545 INFO  (zkConnectionManagerCallback-64-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17575 INFO  (zkConnectionManagerCallback-66-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17722 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33913_solr
   [junit4]   2> 17724 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.Overseer Overseer 
(id=72104095737577475-127.0.0.1:33913_solr-n_0000000000) starting
   [junit4]   2> 17744 INFO  (zkConnectionManagerCallback-73-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17760 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40183/solr ready
   [junit4]   2> 17761 INFO  
(OverseerStateUpdate-72104095737577475-127.0.0.1:33913_solr-n_0000000000) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33913_solr
   [junit4]   2> 17763 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33913_solr
   [junit4]   2> 17792 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 17794 INFO  (zkCallback-72-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 17877 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 17979 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33913.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 17979 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33913.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 17980 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33913.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 17990 INFO  (jetty-launcher-55-thread-1) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-target-001/node1/.
   [junit4]   2> 18137 INFO  (zkConnectionManagerCallback-76-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18201 INFO  (zkConnectionManagerCallback-79-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18205 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-source-001
   [junit4]   2> 18205 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 18216 INFO  (Thread-19) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 18217 INFO  (Thread-19) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 18248 ERROR (Thread-19) [    ] 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> 18316 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34203
   [junit4]   2> 18340 INFO  (zkConnectionManagerCallback-83-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18347 INFO  (jetty-launcher-80-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> 18349 INFO  (jetty-launcher-80-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 18349 INFO  (jetty-launcher-80-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 18350 INFO  (jetty-launcher-80-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 18351 INFO  (jetty-launcher-80-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48e8b73{/solr,null,AVAILABLE}
   [junit4]   2> 18353 INFO  (jetty-launcher-80-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6d5a0cda{HTTP/1.1,[http/1.1]}{127.0.0.1:46098}
   [junit4]   2> 18353 INFO  (jetty-launcher-80-thread-1) [    ] o.e.j.s.Server 
Started @18416ms
   [junit4]   2> 18353 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46098}
   [junit4]   2> 18354 ERROR (jetty-launcher-80-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 18356 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 18356 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 18356 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 18357 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 18357 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-15T03:39:33.171Z
   [junit4]   2> 18370 INFO  (zkConnectionManagerCallback-85-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18371 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 18652 INFO  (jetty-launcher-80-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34203/solr
   [junit4]   2> 18655 INFO  (zkConnectionManagerCallback-89-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18663 INFO  (zkConnectionManagerCallback-91-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18944 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46098_solr
   [junit4]   2> 18946 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.Overseer Overseer 
(id=72104095859277827-127.0.0.1:46098_solr-n_0000000000) starting
   [junit4]   2> 19013 INFO  (zkConnectionManagerCallback-98-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19017 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:34203/solr ready
   [junit4]   2> 19019 INFO  
(OverseerStateUpdate-72104095859277827-127.0.0.1:46098_solr-n_0000000000) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:46098_solr
   [junit4]   2> 19022 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46098_solr
   [junit4]   2> 19028 INFO  
(OverseerStateUpdate-72104095859277827-127.0.0.1:46098_solr-n_0000000000) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 19034 INFO  (zkCallback-97-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 19067 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 19108 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46098.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 19139 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46098.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 19139 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46098.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 19143 INFO  (jetty-launcher-80-thread-1) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-source-001/node1/.
   [junit4]   2> 19301 INFO  (zkConnectionManagerCallback-101-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19340 INFO  (zkConnectionManagerCallback-104-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19377 INFO  (zkConnectionManagerCallback-106-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19400 INFO  (zkConnectionManagerCallback-110-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19411 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 19414 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40183/solr ready
   [junit4]   2> 20163 INFO  (qtp890298433-150) [n:127.0.0.1:33913_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> 20210 INFO  
(OverseerThreadFactory-60-thread-1-processing-n:127.0.0.1:33913_solr) 
[n:127.0.0.1:33913_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 20520 INFO  (qtp890298433-144) [n:127.0.0.1:33913_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=32
   [junit4]   2> 20706 INFO  
(OverseerStateUpdate-72104095737577475-127.0.0.1:33913_solr-n_0000000000) 
[n:127.0.0.1:33913_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:33913/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 20953 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 20955 INFO  (qtp890298433-145) [n:127.0.0.1:33913_solr    
x:cdcr-target_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 22068 INFO  (qtp890298433-145) [n:127.0.0.1:33913_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 22111 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 22146 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 22246 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 22305 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 22314 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 22316 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 22380 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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_33913.solr.core.cdcr-target.shard1.replica_n1' (registry 
'solr.core.cdcr-target.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 22419 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-target-001/node1/cdcr-target_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-target-001/node1/./cdcr-target_shard1_replica_n1/data/]
   [junit4]   2> 24101 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24102 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24132 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24132 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24222 INFO  (qtp890298433-145) [n:127.0.0.1:33913_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7fb3a763[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 24299 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24342 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24350 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24362 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24396 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24418 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24426 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24464 INFO  
(searcherExecutor-78-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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@7fb3a763[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24468 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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 1614361163760402432
   [junit4]   2> 24511 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24535 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24535 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24535 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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:33913/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 24538 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24538 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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:33913/solr/cdcr-target_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 24538 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24555 INFO  (zkCallback-65-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-target:shard1
   [junit4]   2> 24561 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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:33913/solr/cdcr-target_shard1_replica_n1/ shard1
   [junit4]   2> 24571 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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> 24584 INFO  (qtp890298433-145) [n:127.0.0.1:33913_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=3633
   [junit4]   2> 24626 INFO  (qtp890298433-150) [n:127.0.0.1:33913_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> 24676 INFO  (zkCallback-65-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: [1])
   [junit4]   2> 25627 INFO  (qtp890298433-150) [n:127.0.0.1:33913_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=5632
   [junit4]   2> 26218 INFO  
(OverseerCollectionConfigSetProcessor-72104095737577475-127.0.0.1:33913_solr-n_0000000000)
 [n:127.0.0.1:33913_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> 26637 INFO  (zkConnectionManagerCallback-112-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26661 INFO  (zkConnectionManagerCallback-116-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26664 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 26666 INFO  
(TEST-CdcrOpsAndBoundariesTest.testOps-seed#[CAF9C286EE44FD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34203/solr ready
   [junit4]   2> 26669 INFO  (qtp1082254257-202) [n:127.0.0.1:46098_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 26679 INFO  
(OverseerThreadFactory-73-thread-1-processing-n:127.0.0.1:46098_solr) 
[n:127.0.0.1:46098_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 26802 INFO  (qtp1082254257-197) [n:127.0.0.1:46098_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 26811 INFO  
(OverseerStateUpdate-72104095859277827-127.0.0.1:46098_solr-n_0000000000) 
[n:127.0.0.1:46098_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:46098/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 27018 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_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_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin
   [junit4]   2> 27019 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr    
x:cdcr-source_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 28072 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 28089 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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> 28096 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema [cdcr-source_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 28102 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 28104 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/cdcr-source/managed-schema
   [junit4]   2> 28108 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
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> 28109 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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> 28110 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46098.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24d0d469
   [junit4]   2> 28110 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore [[cdcr-source_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.cdcr.CdcrOpsAndBoundariesTest_CAF9C286EE44FD-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 28257 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 28257 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 28260 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 28261 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 28267 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f5c6674[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 28271 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/cdcr-source
   [junit4]   2> 28273 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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> 28273 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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> 28283 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 28285 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 28306 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/cdcr-source/cdcr/state/buffer
   [junit4]   2> 28308 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/cdcr-source/cdcr/state/process
   [junit4]   2> 28340 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@7f5c6674[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 28340 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614361167820488704
   [junit4]   2> 28370 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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_node2=0}, version=0}
   [junit4]   2> 28385 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 28386 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 28386 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46098/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 28387 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 28387 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:46098/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 28388 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 28392 INFO  (zkCallback-90-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ cdcr-source:shard1
   [junit4]   2> 28410 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46098/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 28517 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 28522 INFO  (qtp1082254257-198) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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_node2&name=cdcr-source_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin}
 status=0 QTime=1506
   [junit4]   2> 28531 INFO  (qtp1082254257-202) [n:127.0.0.1:46098_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> 28622 INFO  (zkCallback-90-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: [1])
   [junit4]   2> 28684 INFO  
(OverseerCollectionConfigSetProcessor-72104095859277827-127.0.0.1:46098_solr-n_0000000000)
 [n:127.0.0.1:46098_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> 29531 INFO  (qtp1082254257-202) [n:127.0.0.1:46098_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=cdcr-source&name=cdcr-source&nrtReplicas=1&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2}
 status=0 QTime=2862
   [junit4]   2> 30619 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=stop&wt=javabin&version=2} 
status=0 QTime=28
   [junit4]   2> 30625 INFO  (zkConnectionManagerCallback-122-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 30629 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 30631 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40183/solr ready
   [junit4]   2> 30647 INFO  (qtp890298433-151) [n:127.0.0.1:33913_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> 30648 INFO  (qtp890298433-151) [n:127.0.0.1:33913_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=1
   [junit4]   2> 30652 INFO  (qtp890298433-149) [n:127.0.0.1:33913_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=18
   [junit4]   2> 30653 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Create new update log reader for target 
cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 30653 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Attempting to bootstrap target collection: 
cdcr-target, shard: shard1
   [junit4]   2> 30659 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.h.CdcrReplicatorManager Submitting bootstrap task to executor
   [junit4]   2> 30668 INFO  
(cdcr-bootstrap-status-118-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Attempting to 
bootstrap target collection: cdcr-target shard: shard1 leader: 
http://127.0.0.1:33913/solr/cdcr-target_shard1_replica_n1/
   [junit4]   2> 30669 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={qt=/cdcr&_stateVer_=cdcr-source:4&action=start&wt=javabin&version=2} 
status=0 QTime=46
   [junit4]   2> 30680 INFO  (zkCallback-90-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> 30689 INFO  (zkCallback-90-thread-2) [    ] 
o.a.s.h.CdcrProcessStateManager Received new CDCR process state from watcher: 
STARTED @ cdcr-source:shard1
   [junit4]   2> 30731 INFO  (qtp890298433-146) [n:127.0.0.1:33913_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:46098/solr/cdcr-source_shard1_replica_n1/&action=BOOTSTRAP&wt=javabin&version=2}
 status=0 QTime=42
   [junit4]   2> 30739 INFO  (qtp890298433-148) [n:127.0.0.1:33913_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> 30740 INFO  
(cdcr-bootstrap-status-118-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
running for 1 seconds, sleeping for 2000 ms
   [junit4]   2> 30762 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 30818 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361170417811456,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 30822 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 30824 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 30824 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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=48
   [junit4]   2> 30850 INFO  (qtp1082254257-203) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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> 30852 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 30852 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 30852 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 30852 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 30852 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 30862 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@514e3f21[cdcr-target_shard1_replica_n1] main]
   [junit4]   2> 30870 INFO  
(searcherExecutor-78-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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@514e3f21[cdcr-target_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 30884 INFO  
(recoveryExecutor-62-thread-1-processing-n:127.0.0.1:33913_solr 
x:cdcr-target_shard1_replica_n1 c:cdcr-target s:shard1 r:core_node2) 
[n:127.0.0.1:33913_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> 31100 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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_node2=1}, version=1}
   [junit4]   2> 31100 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=351
   [junit4]   2> 31103 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361170717704192,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 31104 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361170717704192
   [junit4]   2> 31704 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a548afd[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 31710 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@4a548afd[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)))}
   [junit4]   2> 31712 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 31712 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=609
   [junit4]   2> 31718 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 31722 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171365724160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 31723 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171365724160
   [junit4]   2> 31800 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@29dcf710[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 31801 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 31813 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@29dcf710[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1)))}
   [junit4]   2> 31814 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=93
   [junit4]   2> 31826 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 31832 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171482116096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 31832 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171482116096
   [junit4]   2> 31897 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4189d6a7[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 31902 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 31902 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@4189d6a7[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1)))}
   [junit4]   2> 31903 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=72
   [junit4]   2> 31909 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 31911 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171564953600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 31912 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171564953600
   [junit4]   2> 31970 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1de3fe02[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 31979 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@1de3fe02[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) 
Uninverting(_3(7.6.0):C1)))}
   [junit4]   2> 31980 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 31980 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=69
   [junit4]   2> 31989 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 31993 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171650936832,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 31993 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171650936832
   [junit4]   2> 32034 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23fc9911[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32037 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32039 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@23fc9911[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1)))}
   [junit4]   2> 32039 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=47
   [junit4]   2> 32046 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32048 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171708608512,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32048 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171708608512
   [junit4]   2> 32121 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@500a0081[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32126 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@500a0081[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1)))}
   [junit4]   2> 32127 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32127 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=79
   [junit4]   2> 32135 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 32144 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171809271808,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32144 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171809271808
   [junit4]   2> 32197 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@696d55e5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32199 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32204 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@696d55e5[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1) Uninverting(_6(7.6.0):C1)))}
   [junit4]   2> 32204 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=65
   [junit4]   2> 32211 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32214 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361171882672128,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32214 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361171882672128
   [junit4]   2> 32366 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4df8e369[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32367 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32371 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@4df8e369[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1) Uninverting(_6(7.6.0):C1) 
Uninverting(_7(7.6.0):C1)))}
   [junit4]   2> 32371 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=158
   [junit4]   2> 32378 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32380 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172056735744,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32381 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361172056735744
   [junit4]   2> 32439 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@192efed3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32440 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32443 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@192efed3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1) Uninverting(_6(7.6.0):C1) 
Uninverting(_7(7.6.0):C1) Uninverting(_8(7.6.0):C1)))}
   [junit4]   2> 32444 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=64
   [junit4]   2> 32451 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32454 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172134330368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32454 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361172134330368
   [junit4]   2> 32498 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@330d188a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32502 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32505 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@330d188a[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1) Uninverting(_6(7.6.0):C1) 
Uninverting(_7(7.6.0):C1) Uninverting(_8(7.6.0):C1) Uninverting(_9(7.6.0):C1)))}
   [junit4]   2> 32505 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=52
   [junit4]   2> 32511 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32514 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172197244928,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32514 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361172197244928
   [junit4]   2> 32577 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3dcdadd3[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32580 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32583 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@3dcdadd3[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1) Uninverting(_6(7.6.0):C1) 
Uninverting(_7(7.6.0):C1) Uninverting(_8(7.6.0):C1) Uninverting(_9(7.6.0):C1) 
Uninverting(_a(7.6.0):C1)))}
   [junit4]   2> 32584 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=70
   [junit4]   2> 32596 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32601 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172288471040,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32601 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361172288471040
   [junit4]   2> 32657 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68a12dc1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32659 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32662 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@68a12dc1[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_1(7.6.0):C1) Uninverting(_2(7.6.0):C1) Uninverting(_3(7.6.0):C1) 
Uninverting(_4(7.6.0):C1) Uninverting(_5(7.6.0):C1) Uninverting(_6(7.6.0):C1) 
Uninverting(_7(7.6.0):C1) Uninverting(_8(7.6.0):C1) Uninverting(_9(7.6.0):C1) 
Uninverting(_a(7.6.0):C1) Uninverting(_c(7.6.0):C1)))}
   [junit4]   2> 32663 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=62
   [junit4]   2> 32671 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 32674 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172365017088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32674 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361172365017088
   [junit4]   2> 32743 INFO  (qtp890298433-148) [n:127.0.0.1:33913_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> 32744 INFO  
(cdcr-bootstrap-status-118-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager CDCR bootstrap 
successful in 3 seconds
   [junit4]   2> 32745 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@16b5639f[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32750 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@16b5639f[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_b(7.6.0):c10) Uninverting(_c(7.6.0):C1) 
Uninverting(_d(7.6.0):C1)))}
   [junit4]   2> 32756 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32756 INFO  (qtp890298433-148) [n:127.0.0.1:33913_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> 32757 INFO  (qtp890298433-148) [n:127.0.0.1:33913_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> 32759 INFO  (qtp890298433-146) [n:127.0.0.1:33913_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=13
   [junit4]   2> 32760 INFO  
(cdcr-bootstrap-status-118-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Create new 
update log reader for target cdcr-target with checkpoint -1 @ cdcr-source:shard1
   [junit4]   2> 32760 INFO  
(cdcr-bootstrap-status-118-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrReplicatorManager Bootstrap 
successful, giving the go-ahead to replicator
   [junit4]   2> 32773 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=99
   [junit4]   2> 32779 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 32782 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172478263296,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 32782 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f34c27a 
commitCommandVersion:1614361172478263296
   [junit4]   2> 32845 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ef7c0a8[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 32849 INFO  
(searcherExecutor-84-thread-1-processing-n:127.0.0.1:46098_solr 
x:cdcr-source_shard1_replica_n1 c:cdcr-source s:shard1 r:core_node2) 
[n:127.0.0.1:46098_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore 
[cdcr-source_shard1_replica_n1] Registered new searcher 
Searcher@3ef7c0a8[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1)
 Uninverting(_b(7.6.0):c10) Uninverting(_c(7.6.0):C1) Uninverting(_d(7.6.0):C1) 
Uninverting(_e(7.6.0):C1)))}
   [junit4]   2> 32854 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 32854 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}
 status=0 QTime=73
   [junit4]   2> 32859 INFO  (qtp1082254257-204) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 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:4&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 32862 INFO  (qtp1082254257-201) [n:127.0.0.1:46098_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1614361172561100800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}


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

.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null17896798
     [copy] Copying 239 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null17896798
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null17896798

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 42ms :: artifacts dl 6ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 295 minutes 2 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                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:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                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:1819)
                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:2920)
        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:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        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:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        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:1819)
        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/**,**/hs_err_pid*". Configuration error?
Recording test results
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to