Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6928/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.lucene.store.TestRAFDirectory

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001\testThreadSafety-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001\testThreadSafety-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001\testThreadSafety-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001\testThreadSafety-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001

        at __randomizedtesting.SeedInfo.seed([9A4B2AD40259C479]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        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)


FAILED:  
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster

Error Message:
Document mismatch on target after sync expected:<2000> but was:<1901>

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1901>
        at 
__randomizedtesting.SeedInfo.seed([BD958B4BF55439D1:69D0C01212028A2A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 7870 lines...]
   [junit4] Suite: org.apache.lucene.store.TestRAFDirectory
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1190, maxMBSortInHeap=6.654560642475833, 
sim=RandomSimilarity(queryNorm=true): {}, locale=fr-CA, timezone=NET
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=157959640,total=224919552
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestDiversifiedTopDocsCollector, TestMultiPassIndexSplitter, TestFSTsMisc, 
TestRAFDirectory]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRAFDirectory 
-Dtests.seed=9A4B2AD40259C479 -Dtests.slow=true -Dtests.locale=fr-CA 
-Dtests.timezone=NET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestRAFDirectory (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001\testThreadSafety-001:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001\testThreadSafety-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\misc\test\J0\temp\lucene.store.TestRAFDirectory_9A4B2AD40259C479-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9A4B2AD40259C479]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [4/13 (1!)] on J0 in 2.55s, 42 tests, 1 error <<< 
FAILURES!

[...truncated 4259 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\init-core-data-001
   [junit4]   2> 691876 WARN  
(SUITE-CdcrBootstrapTest-seed#[BD958B4BF55439D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 691877 INFO  
(SUITE-CdcrBootstrapTest-seed#[BD958B4BF55439D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 691882 INFO  
(SUITE-CdcrBootstrapTest-seed#[BD958B4BF55439D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 691882 INFO  
(SUITE-CdcrBootstrapTest-seed#[BD958B4BF55439D1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 691884 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 691884 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-target-001
   [junit4]   2> 691885 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 691889 INFO  (Thread-1523) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 691889 INFO  (Thread-1523) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 691894 ERROR (Thread-1523) [    ] 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> 691986 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.ZkTestServer start zk server on port:56671
   [junit4]   2> 691994 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 691994 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@36d1765e{/solr,null,AVAILABLE}
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@706dad3{HTTP/1.1,[http/1.1]}{127.0.0.1:56675}
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.e.j.s.Server Started @699925ms
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56675}
   [junit4]   2> 691996 ERROR (jetty-launcher-1076-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 691996 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-29T20:56:09.862Z
   [junit4]   2> 692002 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692009 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ecf6cd5200001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 692014 INFO  (jetty-launcher-1076-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56671/solr
   [junit4]   2> 692119 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 692119 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56675_solr
   [junit4]   2> 692120 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.Overseer Overseer 
(id=98744308187791363-127.0.0.1:56675_solr-n_0000000000) starting
   [junit4]   2> 692125 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56675_solr
   [junit4]   2> 692127 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:56675_solr) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 692241 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56675.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 692246 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56675.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 692247 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56675.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 692248 INFO  (jetty-launcher-1076-thread-1) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:56671/solr
   [junit4]   2> 692283 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001
   [junit4]   2> 692283 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 692285 INFO  (Thread-1536) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 692285 INFO  (Thread-1536) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 692289 ERROR (Thread-1536) [    ] 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> 692384 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.ZkTestServer start zk server on port:56695
   [junit4]   2> 692395 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 692396 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55c7a792{/solr,null,AVAILABLE}
   [junit4]   2> 692397 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@159fb8b6{HTTP/1.1,[http/1.1]}{127.0.0.1:56711}
   [junit4]   2> 692398 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.e.j.s.Server Started @700327ms
   [junit4]   2> 692398 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56711}
   [junit4]   2> 692398 ERROR (jetty-launcher-1088-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 692398 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 692398 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692398 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 692398 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-29T20:56:10.264Z
   [junit4]   2> 692402 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692413 INFO  (jetty-launcher-1088-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56695/solr
   [junit4]   2> 692504 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 692504 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56711_solr
   [junit4]   2> 692505 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.Overseer Overseer 
(id=98744308213678083-127.0.0.1:56711_solr-n_0000000000) starting
   [junit4]   2> 692511 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56711_solr
   [junit4]   2> 692516 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 692608 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56711.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 692613 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56711.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 692614 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56711.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 692615 INFO  (jetty-launcher-1088-thread-1) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001\node1\.
   [junit4]   2> 692640 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ecf6cd6ab0004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 692657 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 692659 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:56695/solr ready
   [junit4]   2> 692662 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&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> 692665 INFO  
(OverseerThreadFactory-3083-thread-1-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 692772 INFO  
(OverseerStateUpdate-98744308213678083-127.0.0.1:56711_solr-n_0000000000) 
[n:127.0.0.1:56711_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:56711/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 692973 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr    ] 
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> 692976 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 693083 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] 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> 693083 INFO  
(zkCallback-1095-thread-2-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] 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> 694004 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 694019 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694024 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694024 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694025 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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_56711.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 694025 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 694026 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 694132 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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.UpdateLog
   [junit4]   2> 694132 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694133 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694133 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694136 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4c026436[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 694137 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694138 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694138 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694138 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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 1579908933357666304
   [junit4]   2> 694139 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@4c026436[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 694144 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694144 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694144 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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:56711/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 694144 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694144 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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:56711/solr/cdcr-source_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 694144 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694147 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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:56711/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 694249 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] 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> 694249 INFO  
(zkCallback-1095-thread-2-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] 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> 694300 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 694301 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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=1327
   [junit4]   2> 694304 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_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> 694404 INFO  
(zkCallback-1095-thread-1-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] 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> 694404 INFO  
(zkCallback-1095-thread-2-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] 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> 694667 INFO  
(OverseerCollectionConfigSetProcessor-98744308213678083-127.0.0.1:56711_solr-n_0000000000)
 [n:127.0.0.1:56711_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> 695306 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&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=2643
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 695317 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_0 
(1579908934584500224), source_1 (1579908934589743104), source_2 
(1579908934589743105), source_3 (1579908934589743106), source_4 
(1579908934589743107), source_5 (1579908934589743108), source_6 
(1579908934589743109), source_7 (1579908934589743110), source_8 
(1579908934589743111), source_9 (1579908934589743112), ... (100 adds)]} 0 9
   [junit4]   2> 695318 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934594985984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695319 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934594985984
   [junit4]   2> 695342 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@78a25c89[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695342 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_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> 695343 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@78a25c89[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 695343 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 25
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 695351 INFO  (qtp1992142557-7167) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_100 
(1579908934622248960), source_101 (1579908934626443264), source_102 
(1579908934626443265), source_103 (1579908934626443266), source_104 
(1579908934626443267), source_105 (1579908934626443268), source_106 
(1579908934626443269), source_107 (1579908934626443270), source_108 
(1579908934626443271), source_109 (1579908934626443272), ... (100 adds)]} 0 6
   [junit4]   2> 695352 INFO  (qtp1992142557-7160) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934630637568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695353 INFO  (qtp1992142557-7160) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934630637568
   [junit4]   2> 695370 INFO  (qtp1992142557-7160) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@138c3317[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695371 INFO  (qtp1992142557-7160) [n:127.0.0.1:56711_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> 695371 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@138c3317[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 695371 INFO  (qtp1992142557-7160) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 20
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 695378 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_200 
(1579908934652657664), source_201 (1579908934655803392), source_202 
(1579908934655803393), source_203 (1579908934655803394), source_204 
(1579908934655803395), source_205 (1579908934655803396), source_206 
(1579908934655803397), source_207 (1579908934655803398), source_208 
(1579908934655803399), source_209 (1579908934655803400), ... (100 adds)]} 0 4
   [junit4]   2> 695378 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934657900544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695379 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934657900544
   [junit4]   2> 695395 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@366fd3d6[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695396 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_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> 695396 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@366fd3d6[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100)))}
   [junit4]   2> 695397 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 18
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 695402 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_300 
(1579908934678872064), source_301 (1579908934680969216), source_302 
(1579908934680969217), source_303 (1579908934680969218), source_304 
(1579908934680969219), source_305 (1579908934680969220), source_306 
(1579908934680969221), source_307 (1579908934680969222), source_308 
(1579908934680969223), source_309 (1579908934680969224), ... (100 adds)]} 0 4
   [junit4]   2> 695403 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934684114944,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695403 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934684114944
   [junit4]   2> 695422 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@52c69149[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695423 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_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> 695424 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@52c69149[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100)))}
   [junit4]   2> 695424 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 21
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 695430 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_400 
(1579908934707183616), source_401 (1579908934710329344), source_402 
(1579908934710329345), source_403 (1579908934710329346), source_404 
(1579908934710329347), source_405 (1579908934710329348), source_406 
(1579908934710329349), source_407 (1579908934710329350), source_408 
(1579908934710329351), source_409 (1579908934710329352), ... (100 adds)]} 0 4
   [junit4]   2> 695431 INFO  (qtp1992142557-7167) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934713475072,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695431 INFO  (qtp1992142557-7167) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934713475072
   [junit4]   2> 695452 INFO  (qtp1992142557-7167) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53d88066[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695453 INFO  (qtp1992142557-7167) [n:127.0.0.1:56711_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> 695453 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@53d88066[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100)))}
   [junit4]   2> 695454 INFO  (qtp1992142557-7167) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 22
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 695458 INFO  (qtp1992142557-7160) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_500 
(1579908934738640896), source_501 (1579908934740738048), source_502 
(1579908934740738049), source_503 (1579908934740738050), source_504 
(1579908934740738051), source_505 (1579908934740738052), source_506 
(1579908934740738053), source_507 (1579908934740738054), source_508 
(1579908934740738055), source_509 (1579908934740738056), ... (100 adds)]} 0 3
   [junit4]   2> 695459 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934742835200,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695459 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934742835200
   [junit4]   2> 695480 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43ab85de[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695481 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@43ab85de[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100)))}
   [junit4]   2> 695483 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_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> 695483 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 24
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 695494 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_600 
(1579908934769049600), source_601 (1579908934774292480), source_602 
(1579908934774292481), source_603 (1579908934774292482), source_604 
(1579908934774292483), source_605 (1579908934774292484), source_606 
(1579908934774292485), source_607 (1579908934774292486), source_608 
(1579908934774292487), source_609 (1579908934774292488), ... (100 adds)]} 0 9
   [junit4]   2> 695494 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934779535360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695494 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934779535360
   [junit4]   2> 695560 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ac8d62[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695562 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@ac8d62[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100)))}
   [junit4]   2> 695564 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_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> 695565 INFO  (qtp1992142557-7163) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 69
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 695569 INFO  (qtp1992142557-7164) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_700 
(1579908934855032832), source_701 (1579908934857129984), source_702 
(1579908934857129985), source_703 (1579908934857129986), source_704 
(1579908934857129987), source_705 (1579908934857129988), source_706 
(1579908934857129989), source_707 (1579908934857129990), source_708 
(1579908934857129991), source_709 (1579908934857129992), ... (100 adds)]} 0 3
   [junit4]   2> 695570 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934859227136,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695570 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934859227136
   [junit4]   2> 695601 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f626466[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695603 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@1f626466[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100)))}
   [junit4]   2> 695605 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_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> 695605 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 34
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 695616 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_800 
(1579908934898024448), source_801 (1579908934902218752), source_802 
(1579908934902218753), source_803 (1579908934902218754), source_804 
(1579908934902218755), source_805 (1579908934902218756), source_806 
(1579908934902218757), source_807 (1579908934902218758), source_808 
(1579908934902218759), source_809 (1579908934902218760), ... (100 adds)]} 0 9
   [junit4]   2> 695618 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934909558784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695618 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934909558784
   [junit4]   2> 695670 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a0a8d1b[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695671 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@a0a8d1b[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100)))}
   [junit4]   2> 695673 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_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> 695673 INFO  (qtp1992142557-7162) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 55
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 695677 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&wt=javabin&version=2}{add=[source_900 
(1579908934968279040), source_901 (1579908934970376192), source_902 
(1579908934970376193), source_903 (1579908934970376194), source_904 
(1579908934970376195), source_905 (1579908934970376196), source_906 
(1579908934970376197), source_907 (1579908934970376198), source_908 
(1579908934970376199), source_909 (1579908934970376200), ... (100 adds)]} 0 3
   [junit4]   2> 695678 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579908934972473344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695678 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_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@677a9cea 
commitCommandVersion:1579908934972473344
   [junit4]   2> 695722 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@525a1152[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 695724 INFO  
(searcherExecutor-3086-thread-1-processing-n:127.0.0.1:56711_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56711_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@525a1152[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 695724 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_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> 695724 INFO  (qtp1992142557-7165) [n:127.0.0.1:56711_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica_n1]  
webapp=/solr path=/update 
params={_stateVer_=cdcr-source:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 45
   [junit4]   2> 695727 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_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=/select 
params={q=*:*&_stateVer_=cdcr-source:4&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 695728 INFO  (qtp1992142557-7166) [n:127.0.0.1:56711_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=/get 
params={qt=/get&_stateVer_=cdcr-source:4&getVersions=1000&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 695752 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ecf6cd6ab0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 695754 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@159fb8b6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 695759 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=191323003
   [junit4]   2> 695761 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 695761 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70345fc8: rootName = 
solr_56711, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@453b1155
   [junit4]   2> 695766 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 695766 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7247e6dd: rootName = 
solr_56711, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@a5d37b4
   [junit4]   2> 695770 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 695770 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2388a5fd: rootName = 
solr_56711, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@29a18356
   [junit4]   2> 695779 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 695784 INFO  (coreCloseExecutor-3091-thread-1) 
[n:127.0.0.1:56711_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4e963ed9
   [junit4]   2> 695784 INFO  (coreCloseExecutor-3091-thread-1) 
[n:127.0.0.1:56711_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-source.shard1.replica_n1, tag=1318469337
   [junit4]   2> 695784 INFO  (coreCloseExecutor-3091-thread-1) 
[n:127.0.0.1:56711_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ce7e05e: rootName = 
solr_56711, domain = solr.core.cdcr-source.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.cdcr-source.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@6ee51111
   [junit4]   2> 695798 INFO  (coreCloseExecutor-3091-thread-1) 
[n:127.0.0.1:56711_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-source.shard1.leader, tag=1318469337
   [junit4]   2> 695813 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.Overseer Overseer 
(id=98744308213678083-127.0.0.1:56711_solr-n_0000000000) closing
   [junit4]   2> 695814 INFO  
(OverseerStateUpdate-98744308213678083-127.0.0.1:56711_solr-n_0000000000) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56711_solr
   [junit4]   2> 695825 WARN  
(zkCallback-1095-thread-2-processing-n:127.0.0.1:56711_solr) 
[n:127.0.0.1:56711_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 695828 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@55c7a792{/solr,null,UNAVAILABLE}
   [junit4]   2> 695829 INFO  (zkCallback-1102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 695840 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 695842 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@411a26b{/solr,null,AVAILABLE}
   [junit4]   2> 695845 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4d74fb6f{HTTP/1.1,[http/1.1]}{127.0.0.1:56749}
   [junit4]   2> 695845 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.e.j.s.Server Started @703774ms
   [junit4]   2> 695845 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56749}
   [junit4]   2> 695846 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 695846 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 8.0.0
   [junit4]   2> 695846 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 695846 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 695846 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-29T20:56:13.712Z
   [junit4]   2> 695867 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 695887 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56695/solr
   [junit4]   2> 695919 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 695920 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56749_solr
   [junit4]   2> 695922 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.c.Overseer Overseer 
(id=98744308213678091-127.0.0.1:56749_solr-n_0000000001) starting
   [junit4]   2> 695931 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56749_solr
   [junit4]   2> 695941 INFO  (zkCallback-1102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 695946 INFO  
(zkCallback-1108-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 696068 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56749.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 696082 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56749.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 696082 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_56749.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 696087 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001\node1\.
   [junit4]   2> 696087 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [n:127.0.0.1:56749_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[cdcr-source_shard1_replica_n1]
   [junit4]   2> 696116 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 696219 INFO  
(zkCallback-1108-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] 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> 696220 INFO  
(zkCallback-1108-thread-2-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] 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> 697135 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 697138 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697140 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697145 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697145 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697148 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697148 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697148 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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_56749.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44f95268
   [junit4]   2> 697148 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 697148 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001\node1\cdcr-source_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica_n1\data\]
   [junit4]   2> 697302 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697302 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697308 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697308 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697332 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a988858[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 697333 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697333 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697333 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697334 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697334 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697342 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697351 INFO  
(coreLoadExecutor-3100-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_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> 697401 WARN  (cdcr-update-log-synchronizer-3106-thread-1) 
[n:127.0.0.1:56749_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.h.CdcrUpdateLogSynchronizer Caught 
unexpected exception
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:56749/solr/cdcr-source_shard1_replica_n1: 
SolrCore is loading
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.CdcrUpdateLogSynchronizer$UpdateLogSynchronisation.run(CdcrUpdateLogSynchronizer.java:147)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 697404 INFO  
(searcherExecutor-3101-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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@7a988858[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100) Uninverting(_2(8.0.0):C100) 
Uninverting(_3(8.0.0):C100) Uninverting(_4(8.0.0):C100) 
Uninverting(_5(8.0.0):C100) Uninverting(_6(8.0.0):C100) 
Uninverting(_7(8.0.0):C100) Uninverting(_8(8.0.0):C100) 
Uninverting(_9(8.0.0):C100)))}
   [junit4]   2> 697411 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: cdcr-source failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node2 rstate:down live:true
   [junit4]   2> 697417 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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> 697417 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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> 697417 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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:56749/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 697417 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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> 697417 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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:56749/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 697417 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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> 697418 INFO  
(zkCallback-1108-thread-2-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 697422 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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:56749/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 697424 INFO  
(coreZkRegister-3093-thread-1-processing-n:127.0.0.1:56749_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:56749_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> 697531 INFO  
(zkCallback-1108-thread-2-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] 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> 697532 INFO  
(zkCallback-1108-thread-1-processing-n:127.0.0.1:56749_solr) 
[n:127.0.0.1:56749_solr    ] 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]   1> -
   [junit4]   1> replica:core_node2 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 698412 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
cdcr-source
   [junit4]   2> 698412 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.s.i.CloudSolrClient Request to collection cdcr-source failed 
due to (510) org.apache.solr.common.SolrException: Could not find a healthy 
node to handle the request., retry? 0
   [junit4]   2> 698413 WARN  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) 
cdcr-source after stale state error from server.
   [junit4]   2> 698416 INFO  (qtp672506727-7220) [n:127.0.0.1:56749_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=/select 
params={q=*:*&_stateVer_=cdcr-source:7&wt=javabin&version=2} hits=1000 status=0 
QTime=0
   [junit4]   2> 698425 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ecf6cd5200006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 698428 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 698429 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:56671/solr ready
   [junit4]   2> 698432 INFO  (qtp2025961413-7125) [n:127.0.0.1:56675_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=cdcr-target&name=cdcr-target&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 698435 INFO  
(OverseerThreadFactory-3075-thread-1-processing-n:127.0.0.1:56675_solr) 
[n:127.0.0.1:56675_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 698546 INFO  
(OverseerStateUpdate-98744308187791363-127.0.0.1:56675_solr-n_0000000000) 
[n:127.0.0.1:56675_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:56675/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 698748 INFO  (qtp2025961413-7122) [n:127.0.0.1:56675_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=cdcr-target&newCollection=true&name=cdcr-target_shard1_replica_n1&action=CREATE&numShards=1&collection=cdcr-target&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 698749 INFO  (qtp2025961413-7122) [n:127.0.0.1:56675_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 698858 INFO  
(zkCallback-1083-thread-1-processing-n:127.0.0.1:56675_solr) 
[n:127.0.0.1:56675_solr    ] 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> 698859 INFO  
(zkCallback-1083-thread-2-processing-n:127.0.0.1:56675_solr) 
[n:127.0.0.1:56675_solr    ] 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> 699772 INFO  (qtp2025961413-7122) [n:127.0.0.1:56675_solr 
c:cdcr-target s:shard1 r:core_node2 x:cdcr-target_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 699776 INFO  (qtp2025961

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

ootName = solr_56924, domain = solr.node, service url = null, agent id = null] 
for registry solr.node / com.codahale.metrics.MetricRegistry@71204db6
   [junit4]   2> 842932 INFO  (jetty-closer-1153-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 842932 INFO  (jetty-closer-1153-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@248a9f2: rootName = 
solr_56924, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@a5d37b4
   [junit4]   2> 842936 INFO  (jetty-closer-1153-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 842936 INFO  (jetty-closer-1153-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5eba26b5: rootName = 
solr_56924, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@29a18356
   [junit4]   2> 842937 INFO  (jetty-closer-1153-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 842938 INFO  (coreCloseExecutor-3227-thread-1) 
[n:127.0.0.1:56924_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]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@74c7aba8
   [junit4]   2> 842938 INFO  (coreCloseExecutor-3227-thread-1) 
[n:127.0.0.1:56924_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.cdcr-target.shard1.replica_n1, tag=1959242664
   [junit4]   2> 842939 INFO  (coreCloseExecutor-3227-thread-1) 
[n:127.0.0.1:56924_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@25ef34cc: rootName = 
solr_56924, domain = solr.core.cdcr-target.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.cdcr-target.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@2845cad3
   [junit4]   2> 842939 INFO  
(zkCallback-1159-thread-3-processing-n:127.0.0.1:56924_solr) 
[n:127.0.0.1:56924_solr    ] 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> 842941 INFO  
(zkCallback-1159-thread-4-processing-n:127.0.0.1:56924_solr) 
[n:127.0.0.1:56924_solr    ] 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> 842945 INFO  (coreCloseExecutor-3227-thread-1) 
[n:127.0.0.1:56924_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.cdcr-target.shard1.leader, tag=1959242664
   [junit4]   2> 842945 INFO  (coreCloseExecutor-3227-thread-1) 
[n:127.0.0.1:56924_solr c:cdcr-target s:shard1 r:core_node2 
x:cdcr-target_shard1_replica_n1] o.a.s.h.CdcrRequestHandler Solr core is being 
closed - shutting down CDCR handler @ cdcr-target:shard1
   [junit4]   2> 842947 INFO  (jetty-closer-1153-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98744309695971331-127.0.0.1:56924_solr-n_0000000000) closing
   [junit4]   2> 842948 INFO  
(OverseerStateUpdate-98744309695971331-127.0.0.1:56924_solr-n_0000000000) 
[n:127.0.0.1:56924_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56924_solr
   [junit4]   2> 842953 WARN  
(zkCallback-1159-thread-4-processing-n:127.0.0.1:56924_solr) 
[n:127.0.0.1:56924_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 842954 INFO  (jetty-closer-1153-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@70a2d6c6{/solr,null,UNAVAILABLE}
   [junit4]   2> 842955 ERROR 
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[BD958B4BF55439D1])
 [    ] 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> 842957 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[BD958B4BF55439D1])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56920 56920
   [junit4]   2> 842957 INFO  (Thread-1589) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56920 56920
   [junit4]   2> 842959 WARN  (Thread-1589) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/configs/cdcr-target/managed-schema
   [junit4]   2>        2       
/solr/collections/cdcr-target/leaders/shard1/leader
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections/cdcr-target/state.json
   [junit4]   2>        3       /solr/collections/cdcr-target/cdcr/state/process
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/cdcr-target/cdcr/state/buffer
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 842960 INFO  
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[BD958B4BF55439D1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
testBootstrapWithContinousIndexingOnSourceCluster
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrBootstrapTest 
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster 
-Dtests.seed=BD958B4BF55439D1 -Dtests.slow=true -Dtests.locale=sr-ME 
-Dtests.timezone=Europe/Nicosia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  128s J0 | 
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Document mismatch on 
target after sync expected:<2000> but was:<1901>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BD958B4BF55439D1:69D0C01212028A2A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CdcrBootstrapTest_BD958B4BF55439D1-001
   [junit4]   2> Sep 29, 2017 8:58:40 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 7 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-ME, timezone=Europe/Nicosia
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=166171104,total=417333248
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestPHPSerializedResponseWriter, TestBlobHandler, TestQuerySenderListener, 
TestLegacyFieldCache, TestHdfsBackupRestoreCore, LargeFieldTest, 
ClassificationUpdateProcessorTest, TestComplexPhraseLeadingWildcard, 
TestScoreJoinQPScore, LeaderFailoverAfterPartitionTest, TestRecoveryHdfs, 
DistributedVersionInfoTest, TestManagedSchemaAPI, CollectionReloadTest, 
TestIBSimilarityFactory, TestLeaderElectionWithEmptyReplica, 
PropertiesRequestHandlerTest, CurrencyFieldTypeTest, 
UniqFieldsUpdateProcessorFactoryTest, DistanceFunctionTest, TestUpdate, 
SimpleCollectionCreateDeleteTest, TestExactStatsCache, 
AssignBackwardCompatibilityTest, HighlighterConfigTest, BJQParserTest, 
XmlUpdateRequestHandlerTest, TestNumericTerms64, TestManagedResourceStorage, 
DisMaxRequestHandlerTest, ResponseLogComponentTest, ShardRoutingTest, 
SolrTestCaseJ4Test, DeleteShardTest, CoreAdminRequestStatusTest, 
TestPushWriter, TestLegacyNumericRangeQueryBuilder, TestZkAclsWithHadoopAuth, 
HardAutoCommitTest, IndexBasedSpellCheckerTest, 
ManagedSchemaRoundRobinCloudTest, TestNamedUpdateProcessors, 
DocExpirationUpdateProcessorFactoryTest, BlockCacheTest, RemoteQueryErrorTest, 
TestCloudRecovery, TestIndexingPerformance, HighlighterTest, TestConfigsApi, 
ExitableDirectoryReaderTest, SolrGraphiteReporterTest, ZkControllerTest, 
DateMathParserTest, TestHighlightDedupGrouping, HdfsLockFactoryTest, 
TestSolrDeletionPolicy2, HdfsSyncSliceTest, TestBinaryResponseWriter, 
TestSchemaSimilarityResource, SortByFunctionTest, TestSolrCoreParser, 
TestQuerySenderNoQuery, RAMDirectoryFactoryTest, TestRequestForwarding, 
TestNRTOpen, TestFieldCacheVsDocValues, TestNestedDocsSort, 
TestAtomicUpdateErrorCases, ClassificationUpdateProcessorFactoryTest, 
SolrInfoBeanTest, TestMultiValuedNumericRangeQuery, TestPolicyCloud, 
TestBulkSchemaConcurrent, ZkCLITest, TestStressReorder, SolrMetricManagerTest, 
SolrJmxReporterTest, DirectUpdateHandlerTest, DeleteInactiveReplicaTest, 
RequiredFieldsTest, TestPullReplica, RankQueryTest, CdcrReplicationHandlerTest, 
TestPhraseSuggestions, TestIntervalFaceting, TestSolrCloudWithDelegationTokens, 
SolrIndexSplitterTest, TestTolerantUpdateProcessorRandomCloud, SuggesterTest, 
SolrCoreTest, TestStandardQParsers, TestSubQueryTransformerDistrib, 
FastVectorHighlighterTest, SimpleFacetsTest, TestSurroundQueryParser, 
CdcrBootstrapTest]
   [junit4] Completed [219/733 (1!)] on J0 in 151.37s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 48348 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to