Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20351/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) 
Thread[id=22880, name=jetty-launcher-3094-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=22880, name=jetty-launcher-3094-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([41962AB239229C3B]:0)


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

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

Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync 
expected:<2000> but was:<1100>
        at 
__randomizedtesting.SeedInfo.seed([41962AB239229C3B:95D361EBDE742FC0]: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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in 
http://127.0.0.1:37665/_si/ea/forceleader_test_collection due to: Path not 
found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:37665/_si/ea/forceleader_test_collection due to: Path not 
found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([41962AB239229C3B:A7011E7200A0655A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11694 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/init-core-data-001
   [junit4]   2> 729231 INFO  
(SUITE-CdcrBootstrapTest-seed#[41962AB239229C3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 729232 INFO  
(SUITE-CdcrBootstrapTest-seed#[41962AB239229C3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 729232 INFO  
(SUITE-CdcrBootstrapTest-seed#[41962AB239229C3B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 729233 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 729233 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-target-001
   [junit4]   2> 729234 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 729234 INFO  (Thread-5041) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 729234 INFO  (Thread-5041) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 729235 ERROR (Thread-5041) [    ] 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> 729334 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.ZkTestServer start zk server on port:43905
   [junit4]   2> 729341 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 729341 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@326f9d38{/solr,null,AVAILABLE}
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@787dbcb7{SSL,[ssl, 
http/1.1]}{127.0.0.1:34967}
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.e.j.s.Server Started @732884ms
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34967}
   [junit4]   2> 729343 ERROR (jetty-launcher-1475-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 729343 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-20T22:02:38.225Z
   [junit4]   2> 729345 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 729351 INFO  (jetty-launcher-1475-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43905/solr
   [junit4]   2> 729389 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 729389 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34967_solr
   [junit4]   2> 729389 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.Overseer Overseer 
(id=98518077152690179-127.0.0.1:34967_solr-n_0000000000) starting
   [junit4]   2> 729392 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34967_solr
   [junit4]   2> 729397 INFO  
(zkCallback-1482-thread-1-processing-n:127.0.0.1:34967_solr) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 729477 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34967.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 729481 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34967.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 729481 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34967.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 729482 INFO  (jetty-launcher-1475-thread-1) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-target-001/node1/.
   [junit4]   1> Target zkHost = 127.0.0.1:43905/solr
   [junit4]   2> 729494 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001
   [junit4]   2> 729494 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 729494 INFO  (Thread-5051) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 729494 INFO  (Thread-5051) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 729495 ERROR (Thread-5051) [    ] 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> 729594 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.ZkTestServer start zk server on port:39805
   [junit4]   2> 729601 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 729602 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e193600{/solr,null,AVAILABLE}
   [junit4]   2> 729603 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@76b59fc9{SSL,[ssl, 
http/1.1]}{127.0.0.1:43543}
   [junit4]   2> 729603 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.e.j.s.Server Started @733144ms
   [junit4]   2> 729603 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43543}
   [junit4]   2> 729603 ERROR (jetty-launcher-1487-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 729604 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 729604 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 729604 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 729604 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-20T22:02:38.486Z
   [junit4]   2> 729606 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 729614 INFO  (jetty-launcher-1487-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39805/solr
   [junit4]   2> 729663 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 729664 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43543_solr
   [junit4]   2> 729664 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.Overseer Overseer 
(id=98518077169729539-127.0.0.1:43543_solr-n_0000000000) starting
   [junit4]   2> 729669 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43543_solr
   [junit4]   2> 729670 INFO  
(zkCallback-1494-thread-1-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 729732 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43543.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 729737 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43543.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 729737 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43543.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 729737 INFO  (jetty-launcher-1487-thread-1) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001/node1/.
   [junit4]   2> 729755 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 729756 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:39805/solr ready
   [junit4]   2> 729773 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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> 729774 INFO  
(OverseerThreadFactory-3642-thread-1-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-source
   [junit4]   2> 729879 INFO  
(OverseerStateUpdate-98518077169729539-127.0.0.1:43543_solr-n_0000000000) 
[n:127.0.0.1:43543_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":"https://127.0.0.1:43543/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 730083 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 730084 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 730188 INFO  
(zkCallback-1494-thread-1-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 730189 INFO  
(zkCallback-1494-thread-2-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 731097 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731104 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731364 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731364 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731365 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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_43543.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 731365 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731365 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 731435 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731435 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731436 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731437 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731439 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c608e70[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 731439 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731440 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731441 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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  10000
   [junit4]   2> 731442 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@6c608e70[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 731442 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 1576289236758298624
   [junit4]   2> 731452 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731452 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731452 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43543/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 731452 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731452 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:43543/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 731452 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731458 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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: 
https://127.0.0.1:43543/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 731560 INFO  
(zkCallback-1494-thread-2-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 731560 INFO  
(zkCallback-1494-thread-1-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 731609 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 731610 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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=1526
   [junit4]   2> 731619 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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> 731719 INFO  
(zkCallback-1494-thread-1-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 731719 INFO  
(zkCallback-1494-thread-2-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 731776 INFO  
(OverseerCollectionConfigSetProcessor-98518077169729539-127.0.0.1:43543_solr-n_0000000000)
 [n:127.0.0.1:43543_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> 732619 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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=2845
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 732624 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 
(1576289237994569728), source_1 (1576289237995618304), source_2 
(1576289237995618305), source_3 (1576289237995618306), source_4 
(1576289237995618307), source_5 (1576289237995618308), source_6 
(1576289237995618309), source_7 (1576289237995618310), source_8 
(1576289237995618311), source_9 (1576289237995618312), ... (100 adds)]} 0 2
   [junit4]   2> 732627 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238000861184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 732627 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238000861184
   [junit4]   2> 732728 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@69dfb45c[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 732730 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@69dfb45c[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)))}
   [junit4]   2> 732730 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_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> 732730 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_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 104
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 732746 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_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 
(1576289238121447424), source_101 (1576289238123544576), source_102 
(1576289238123544577), source_103 (1576289238123544578), source_104 
(1576289238123544579), source_105 (1576289238123544580), source_106 
(1576289238123544581), source_107 (1576289238123544582), source_108 
(1576289238123544583), source_109 (1576289238123544584), ... (100 adds)]} 0 4
   [junit4]   2> 732750 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238129836032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 732750 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238129836032
   [junit4]   2> 732854 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12bdda7a[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 732855 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 732856 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@12bdda7a[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C100)
 Uninverting(_1(8.0.0):C100)))}
   [junit4]   2> 732856 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 105
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 732863 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 
(1576289238242033664), source_201 (1576289238243082240), source_202 
(1576289238243082241), source_203 (1576289238243082242), source_204 
(1576289238243082243), source_205 (1576289238243082244), source_206 
(1576289238243082245), source_207 (1576289238243082246), source_208 
(1576289238243082247), source_209 (1576289238243082248), ... (100 adds)]} 0 5
   [junit4]   2> 732863 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238248325120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 732863 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238248325120
   [junit4]   2> 732995 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d1025e6[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 732996 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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> 732997 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@1d1025e6[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> 732998 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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 134
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 733002 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 
(1576289238390931456), source_301 (1576289238391980032), source_302 
(1576289238391980033), source_303 (1576289238391980034), source_304 
(1576289238391980035), source_305 (1576289238391980036), source_306 
(1576289238391980037), source_307 (1576289238391980038), source_308 
(1576289238391980039), source_309 (1576289238391980040), ... (100 adds)]} 0 2
   [junit4]   2> 733002 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238394077187,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 733002 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238394077187
   [junit4]   2> 733159 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2bbf0ba1[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 733161 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@2bbf0ba1[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> 733161 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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> 733161 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 158
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 733165 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 
(1576289238561849344), source_401 (1576289238562897920), source_402 
(1576289238562897921), source_403 (1576289238562897922), source_404 
(1576289238562897923), source_405 (1576289238562897924), source_406 
(1576289238562897925), source_407 (1576289238562897926), source_408 
(1576289238562897927), source_409 (1576289238562897928), ... (100 adds)]} 0 2
   [junit4]   2> 733166 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238566043648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 733166 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238566043648
   [junit4]   2> 733320 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2dc82548[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 733321 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 733321 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@2dc82548[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> 733321 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 156
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 733325 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 
(1576289238730670080), source_501 (1576289238730670081), source_502 
(1576289238730670082), source_503 (1576289238730670083), source_504 
(1576289238730670084), source_505 (1576289238730670085), source_506 
(1576289238731718656), source_507 (1576289238731718657), source_508 
(1576289238731718658), source_509 (1576289238731718659), ... (100 adds)]} 0 2
   [junit4]   2> 733326 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238733815808,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 733326 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238733815808
   [junit4]   2> 733553 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e3704b5[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 733553 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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> 733555 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@3e3704b5[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> 733555 INFO  (qtp93762785-11423) [n:127.0.0.1:43543_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 229
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 733558 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_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 
(1576289238974988288), source_601 (1576289238976036864), source_602 
(1576289238976036865), source_603 (1576289238976036866), source_604 
(1576289238976036867), source_605 (1576289238976036868), source_606 
(1576289238976036869), source_607 (1576289238976036870), source_608 
(1576289238976036871), source_609 (1576289238976036872), ... (100 adds)]} 0 2
   [junit4]   2> 733559 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289238978134016,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 733559 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289238978134016
   [junit4]   2> 733752 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c7befbc[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 733753 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@1c7befbc[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> 733753 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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> 733753 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 194
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 733756 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 
(1576289239182606336), source_701 (1576289239183654912), source_702 
(1576289239183654913), source_703 (1576289239183654914), source_704 
(1576289239183654915), source_705 (1576289239183654916), source_706 
(1576289239183654917), source_707 (1576289239183654918), source_708 
(1576289239183654919), source_709 (1576289239183654920), ... (100 adds)]} 0 2
   [junit4]   2> 733757 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289239185752064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 733757 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289239185752064
   [junit4]   2> 734003 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@9c65c97[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 734003 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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> 734004 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@9c65c97[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> 734005 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 247
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 734008 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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 
(1576289239446847488), source_801 (1576289239446847489), source_802 
(1576289239447896064), source_803 (1576289239447896065), source_804 
(1576289239447896066), source_805 (1576289239447896067), source_806 
(1576289239447896068), source_807 (1576289239447896069), source_808 
(1576289239447896070), source_809 (1576289239447896071), ... (100 adds)]} 0 2
   [junit4]   2> 734009 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289239449993216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 734009 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289239449993216
   [junit4]   2> 734260 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2edc5091[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 734262 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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> 734262 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@2edc5091[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> 734262 INFO  (qtp93762785-11422) [n:127.0.0.1:43543_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 253
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 734266 INFO  (qtp93762785-11429) [n:127.0.0.1:43543_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 
(1576289239716331520), source_901 (1576289239717380096), source_902 
(1576289239717380097), source_903 (1576289239717380098), source_904 
(1576289239717380099), source_905 (1576289239717380100), source_906 
(1576289239717380101), source_907 (1576289239717380102), source_908 
(1576289239717380103), source_909 (1576289239717380104), ... (100 adds)]} 0 2
   [junit4]   2> 734267 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1576289239720525824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 734267 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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@701f52e3 
commitCommandVersion:1576289239720525824
   [junit4]   2> 734572 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d58dd8d[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 734573 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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> 734574 INFO  
(searcherExecutor-3645-thread-1-processing-n:127.0.0.1:43543_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:43543_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@7d58dd8d[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> 734574 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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 307
   [junit4]   2> 734576 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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> 734577 INFO  (qtp93762785-11427) [n:127.0.0.1:43543_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> 734621 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@76b59fc9{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 734621 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=693445840
   [junit4]   2> 734621 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 734621 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34c336a2: rootName = 
solr_43543, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2ae9fba1
   [junit4]   2> 734629 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 734629 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d5ff6a6: rootName = 
solr_43543, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@5f162556
   [junit4]   2> 734635 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 734635 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e075160: rootName = 
solr_43543, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@e7092bc
   [junit4]   2> 734637 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 734637 INFO  
(zkCallback-1494-thread-2-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 734637 INFO  
(zkCallback-1494-thread-1-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_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> 734638 INFO  (coreCloseExecutor-3650-thread-1) 
[n:127.0.0.1:43543_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@593ca829
   [junit4]   2> 734638 INFO  (coreCloseExecutor-3650-thread-1) 
[n:127.0.0.1:43543_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=1497147433
   [junit4]   2> 734638 INFO  (coreCloseExecutor-3650-thread-1) 
[n:127.0.0.1:43543_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@283f62a4: rootName = 
solr_43543, 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@44c28bf0
   [junit4]   2> 734646 INFO  (coreCloseExecutor-3650-thread-1) 
[n:127.0.0.1:43543_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=1497147433
   [junit4]   2> 734750 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.Overseer Overseer 
(id=98518077169729539-127.0.0.1:43543_solr-n_0000000000) closing
   [junit4]   2> 734750 INFO  
(OverseerStateUpdate-98518077169729539-127.0.0.1:43543_solr-n_0000000000) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43543_solr
   [junit4]   2> 734753 INFO  (zkCallback-1501-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 736251 WARN  
(zkCallback-1494-thread-2-processing-n:127.0.0.1:43543_solr) 
[n:127.0.0.1:43543_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 736252 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5e193600{/solr,null,UNAVAILABLE}
   [junit4]   2> 736253 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 736253 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1faca270{/solr,null,AVAILABLE}
   [junit4]   2> 736253 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@6dc2e1e9{SSL,[ssl, 
http/1.1]}{127.0.0.1:45075}
   [junit4]   2> 736254 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.e.j.s.Server Started @739795ms
   [junit4]   2> 736254 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45075}
   [junit4]   2> 736254 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 736254 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 736254 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 736254 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 736254 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-20T22:02:45.136Z
   [junit4]   2> 736255 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 736260 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39805/solr
   [junit4]   2> 736264 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 736264 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45075_solr
   [junit4]   2> 736265 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.c.Overseer Overseer 
(id=98518077169729547-127.0.0.1:45075_solr-n_0000000001) starting
   [junit4]   2> 736267 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45075_solr
   [junit4]   2> 736267 INFO  
(zkCallback-1507-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 736267 INFO  (zkCallback-1501-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 736309 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45075.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 736315 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45075.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 736316 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45075.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 736321 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001/node1/.
   [junit4]   2> 736321 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [n:127.0.0.1:45075_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[cdcr-source_shard1_replica_n1]
   [junit4]   2> 736322 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 736324 INFO  
(zkCallback-1507-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 736324 INFO  
(zkCallback-1507-thread-2-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737327 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737331 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737332 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737333 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737334 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737334 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737334 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737335 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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_45075.solr.core.cdcr-source.shard1.replica_n1' (registry 
'solr.core.cdcr-source.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5e30d3b0
   [junit4]   2> 737335 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737335 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001/node1/cdcr-source_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrBootstrapTest_41962AB239229C3B-001/cdcr-source-001/node1/./cdcr-source_shard1_replica_n1/data/]
   [junit4]   2> 737373 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737373 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737375 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737375 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737384 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d587145[cdcr-source_shard1_replica_n1] main]
   [junit4]   2> 737384 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737384 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737384 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737385 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737385 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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  10000
   [junit4]   2> 737388 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737390 INFO  
(coreLoadExecutor-3659-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737406 INFO  
(searcherExecutor-3660-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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@4d587145[cdcr-source_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):C1000)))}
   [junit4]   2> 737412 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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> 737412 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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> 737412 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45075/solr/cdcr-source_shard1_replica_n1/
   [junit4]   2> 737412 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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> 737412 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_solr c:cdcr-source s:shard1 r:core_node2 
x:cdcr-source_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:45075/solr/cdcr-source_shard1_replica_n1/ has no replicas
   [junit4]   2> 737412 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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> 737413 INFO  
(zkCallback-1507-thread-2-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_solr    ] o.a.s.h.CdcrLeaderStateManager Received new leader 
state @ cdcr-source:shard1
   [junit4]   2> 737414 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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: https://127.0.0.1:45075/solr/cdcr-source_shard1_replica_n1/ shard1
   [junit4]   2> 737417 INFO  
(coreZkRegister-3652-thread-1-processing-n:127.0.0.1:45075_solr 
x:cdcr-source_shard1_replica_n1 s:shard1 c:cdcr-source r:core_node2) 
[n:127.0.0.1:45075_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> 737423 INFO  (qtp336537831-11477) [n:127.0.0.1:45075_solr 
c:cdcr-source s:shard1 r:core_node2 x:cdcr-source_shard1_replica_n1] 
o.a.s.c.S.Request [cdcr-source_shard1_replica_n1]  webapp=/solr path=/cdcr 
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 737523 INFO  
(zkCallback-1507-thread-2-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737523 INFO  
(zkCallback-1507-thread-1-processing-n:127.0.0.1:45075_solr) 
[n:127.0.0.1:45075_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> 737845 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] 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:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 737845 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
cdcr-source
   [junit4]   2> 737845 ERROR 
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] 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> 737845 WARN  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) 
cdcr-source after stale state error from server.
   [junit4]   2> 737848 INFO  (qtp336537831-11482) [n:127.0.0.1:45075_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> 737854 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 737854 INFO  
(TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[41962AB239229C3B])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:43905/solr ready
   [junit4]   2> 737891 INFO  (qtp1209845700-11381) [n:127.0.0.1:34967_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> 737892 INFO  
(OverseerThreadFactory-3634-thread-1-processing-n:127.0.0.1:34967_solr) 
[n:127.0.0.1:34967_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
cdcr-target
   [junit4]   2> 738003 INFO  
(OverseerStateUpdate-98518077152690179-127.0.0.1:34967_solr-n_0000000000) 
[n:127.0.0.1:34967_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":"https://127.0.0.1:34967/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 738208 INFO  (qtp1209845700-11388) [n:127.0.0.1:34967_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> 738209 INFO  (qtp1209845700-11388) [n:127.0.0.1:34967_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 738322 INFO  
(zkCallback-1482-thread-1-processing-n:127.0.0.1:34967_solr) 
[n:127.0.0.1:34967_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> 738322 INFO  
(zkCallback-1482-thread-2-processing-n:127.0.0.1:34967_solr) 
[n:127.0.0.1:34967_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> 739216 INFO  

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

r.java:1328)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>        at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Aug 20, 2017 10:31:22 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PE, timezone=America/Cayenne
   [junit4]   2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=210920328,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSortRandom, 
DistributedQueryComponentOptimizationTest, 
ConcurrentDeleteAndCreateCollectionTest, HdfsNNFailoverTest, 
TestHashPartitioner, TestSimpleTextCodec, UninvertDocValuesMergePolicyTest, 
ShardRoutingCustomTest, TestRandomCollapseQParserPlugin, BlockCacheTest, 
SimpleCollectionCreateDeleteTest, TestNestedDocsSort, 
DirectSolrSpellCheckerTest, TestPerFieldSimilarity, TestPushWriter, 
TestPartialUpdateDeduplication, RollingRestartTest, JsonLoaderTest, 
TestShortCircuitedRequests, TermVectorComponentTest, TestSolrCoreParser, 
TestFieldCollectionResource, ClusterStateUpdateTest, MoreLikeThisHandlerTest, 
HttpSolrCallGetCoreTest, TestMacros, TestRecoveryHdfs, RulesTest, 
SchemaVersionSpecificBehaviorTest, SuggesterTSTTest, TestLegacyTerms, 
MetricsHandlerTest, TestSweetSpotSimilarityFactory, 
TestDownShardTolerantSearch, TestClusterProperties, InfixSuggestersTest, 
TestLocalFSCloudBackupRestore, DocValuesMultiTest, 
TestRuleBasedAuthorizationPlugin, HealthCheckHandlerTest, 
TestLeaderElectionWithEmptyReplica, TestCursorMarkWithoutUniqueKey, 
DocExpirationUpdateProcessorFactoryTest, FileBasedSpellCheckerTest, 
SolrMetricManagerTest, ZkCLITest, DirectSolrConnectionTest, 
HdfsTlogReplayBufferedWhileIndexingTest, TestSchemaManager, TestQueryTypes, 
TestCoreDiscovery, TestValueSourceCache, TestManagedSchemaAPI, 
LukeRequestHandlerTest, TestLegacyNumericRangeQueryBuilder, 
DirectoryFactoryTest, CdcrUpdateLogTest, TestPostingsSolrHighlighter, 
DisMaxRequestHandlerTest, TestLRUStatsCache, TestUseDocValuesAsStored2, 
TestNamedUpdateProcessors, ChangedSchemaMergeTest, CachingDirectoryFactoryTest, 
TestSolrConfigHandlerCloud, TestPayloadCheckQParserPlugin, TestStressVersions, 
RankQueryTest, SoftAutoCommitTest, AlternateDirectoryTest, 
TestSystemIdResolver, SolrXmlInZkTest, SampleTest, 
UpdateRequestProcessorFactoryTest, TestRTGBase, SpellCheckComponentTest, 
TestJsonRequest, MoveReplicaHDFSTest, TestSimpleTrackingShardHandler, 
DistributedIntervalFacetingTest, DistributedTermsComponentTest, 
SolrGangliaReporterTest, CloudExitableDirectoryReaderTest, 
TestElisionMultitermQuery, LeaderInitiatedRecoveryOnShardRestartTest, 
MultiThreadedOCPTest, TestStressUserVersions, TestCryptoKeys, 
TestCollectionAPIs, TestFieldCache, TestSearchPerf, 
TestTolerantUpdateProcessorCloud, TestFuzzyAnalyzedSuggestions, 
OverriddenZkACLAndCredentialsProvidersTest, CdcrBootstrapTest, TestFiltering, 
SpellCheckCollatorWithCollapseTest, SearchHandlerTest, TestNumericRangeQuery64, 
TestBulkSchemaConcurrent, ShardRoutingTest, 
StatelessScriptUpdateProcessorFactoryTest, TestUpdate, TestRestoreCore, 
ClassificationUpdateProcessorIntegrationTest, TestClassicSimilarityFactory, 
ResourceLoaderTest, CursorMarkTest, TestStressRecovery, 
TestOnReconnectListenerSupport, TestCloudInspectUtil, 
TestAtomicUpdateErrorCases, TestSubQueryTransformerCrossCore, 
HighlighterMaxOffsetTest, HdfsRestartWhileUpdatingTest, ShardSplitTest, 
JvmMetricsTest, TestConfigSetImmutable, SparseHLLTest, TestXIncludeConfig, 
BJQParserTest, TestRTimerTree, ZkSolrClientTest, ZkControllerTest, 
SimpleFacetsTest, TestGroupingSearch, PeerSyncTest, TestStressLucene, 
SpatialFilterTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SolrInfoBeanTest, TestWriterPerf, 
XmlUpdateRequestHandlerTest, TestIndexingPerformance, LoggingHandlerTest, 
IndexSchemaTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, NumericFieldsTest, MinimalSchemaTest, 
OutputWriterTest, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, 
TestCharFilters, EchoParamsTest, TestDFRSimilarityFactory, 
TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, TestFastLRUCache, 
PrimUtilsTest, SpellingQueryConverterTest, TestSolrJ, TestLRUCache, 
TestDocumentBuilder, SliceStateTest, CircularListTest, 
DistributedMLTComponentTest, ActionThrottleTest, AssignTest, 
CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, DeleteNodeTest, 
DeleteShardTest, DistribDocExpirationUpdateProcessorTest, 
LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, 
MigrateRouteKeyTest, OverseerCollectionConfigSetProcessorTest, 
OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, 
PeerSyncReplicationTest, TestCloudJSONFacetJoinDomain, TestCollectionAPI, 
TestExclusionRuleCollectionAccess, TestPullReplica, TestReplicaProperties, 
TestSSLRandomization, TestStressInPlaceUpdates, HdfsBasicDistributedZk2Test, 
HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsRecoverLeaseTest, HdfsSyncSliceTest, StressHdfsTest, ImplicitSnitchTest, 
RuleEngineTest, BlobRepositoryCloudTest, TestImplicitCoreProperties, 
TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestSolrConfigHandler, 
TestSolrCloudSnapshots, TestSQLHandlerNonCloud, TestSystemCollAutoCreate, 
DistributedFacetPivotLongTailTest, SpatialHeatmapFacetsTest, 
SubstringBytesRefFilterTest, TestIntervalFaceting, 
TestComplexPhraseQParserPlugin, TestCustomSort, TestFieldSortValues, 
TestMaxScoreQueryParser, TestPayloadScoreQParserPlugin, TestSolr4Spatial2, 
TestXmlQParserPlugin, TestMinMaxOnMultiValuedField, BlockJoinFacetRandomTest, 
TestNonDefinedSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, 
TestDistribIDF, TestSha256AuthenticationProvider, 
TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=41962AB239229C3B 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-PE 
-Dtests.timezone=America/Cayenne -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=22880, 
name=jetty-launcher-3094-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([41962AB239229C3B]:0)
   [junit4] Completed [708/730 (3!)] on J1 in 43.17s, 10 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to