You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/04/05 08:59:46 UTC

[JENKINS] Lucene-Solr-Tests-8.x - Build # 102 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/102/

3 tests failed.
FAILED:  org.apache.solr.cloud.ReindexCollectionTest.testLossySchema

Error Message:
copied num docs expected:<200> but was:<192>

Stack Trace:
java.lang.AssertionError: copied num docs expected:<200> but was:<192>
	at __randomizedtesting.SeedInfo.seed([11D821CE8CF22944:376C497FB544B5A0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.ReindexCollectionTest.testLossySchema(ReindexCollectionTest.java:208)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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.SaslZkACLProviderTest.testSaslZkACLProvider

Error Message:
KeeperErrorCode = AuthFailed for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$AuthFailedException: KeeperErrorCode = AuthFailed for /solr
	at __randomizedtesting.SeedInfo.seed([11D821CE8CF22944:152C771615B68A4A]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:126)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:792)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$8(SolrZkClient.java:545)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:544)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:436)
	at org.apache.solr.cloud.SaslZkACLProviderTest.setUp(SaslZkACLProviderTest.java:84)
	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	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:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	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:  junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest:     1) Thread[id=28736, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[11D821CE8CF22944]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    2) Thread[id=28732, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[11D821CE8CF22944]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    3) Thread[id=28739, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[11D821CE8CF22944]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.SaslZkACLProviderTest: 
   1) Thread[id=28736, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[11D821CE8CF22944]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   2) Thread[id=28732, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[11D821CE8CF22944]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=28739, name=TEST-SaslZkACLProviderTest.testSaslZkACLProvider-seed#[11D821CE8CF22944]-EventThread, state=WAITING, group=TGRP-SaslZkACLProviderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
	at __randomizedtesting.SeedInfo.seed([11D821CE8CF22944]:0)




Build Log:
[...truncated 13119 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/init-core-data-001
   [junit4]   2> 1003190 WARN  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1003190 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1003224 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-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> 1003225 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1003226 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001
   [junit4]   2> 1003226 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1003239 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1003239 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1003348 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38003
   [junit4]   2> 1003348 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38003
   [junit4]   2> 1003348 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38003
   [junit4]   2> 1003445 INFO  (zkConnectionManagerCallback-2312-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003447 INFO  (zkConnectionManagerCallback-2314-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003448 INFO  (zkConnectionManagerCallback-2316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003458 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1089087b8600002, likely client has closed socket
   [junit4]   2> 1003464 WARN  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1003464 WARN  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1003464 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1003464 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1003464 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1003464 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1003464 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1003464 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 1003465 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1003465 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1003465 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1003465 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1003465 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1003466 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1003478 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a416b0d{/solr,null,AVAILABLE}
   [junit4]   2> 1003478 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63b7b55b{/solr,null,AVAILABLE}
   [junit4]   2> 1003480 WARN  (jetty-launcher-2317-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@24aecd08[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003481 WARN  (jetty-launcher-2317-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d0e54a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1003481 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@392c9ea5{SSL,[ssl, http/1.1]}{127.0.0.1:41812}
   [junit4]   2> 1003481 INFO  (jetty-launcher-2317-thread-1) [    ] o.e.j.s.Server Started @1003534ms
   [junit4]   2> 1003481 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41812}
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@242d311a{SSL,[ssl, http/1.1]}{127.0.0.1:40960}
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.e.j.s.Server Started @1003547ms
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40960}
   [junit4]   2> 1003494 ERROR (jetty-launcher-2317-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1003494 ERROR (jetty-launcher-2317-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T06:52:31.349Z
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.1.0
   [junit4]   2> 1003494 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1003495 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1003495 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-04-05T06:52:31.350Z
   [junit4]   2> 1003496 INFO  (zkConnectionManagerCallback-2319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003497 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1003527 INFO  (zkConnectionManagerCallback-2321-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003527 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1004004 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1004017 WARN  (jetty-launcher-2317-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1004039 WARN  (jetty-launcher-2317-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6239295b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004054 WARN  (jetty-launcher-2317-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1004054 WARN  (jetty-launcher-2317-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2228aa22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004055 INFO  (jetty-launcher-2317-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38003/solr
   [junit4]   2> 1004057 INFO  (zkConnectionManagerCallback-2329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004074 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1004076 INFO  (zkConnectionManagerCallback-2331-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004080 WARN  (jetty-launcher-2317-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1004102 WARN  (jetty-launcher-2317-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1cfeb609[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004147 WARN  (jetty-launcher-2317-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1004208 WARN  (jetty-launcher-2317-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@d646f24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1004209 INFO  (jetty-launcher-2317-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38003/solr
   [junit4]   2> 1004236 INFO  (zkConnectionManagerCallback-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004269 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1089087b8600007, likely client has closed socket
   [junit4]   2> 1004285 INFO  (zkConnectionManagerCallback-2341-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004342 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41812_solr
   [junit4]   2> 1004343 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.c.Overseer Overseer (id=74468306439897096-127.0.0.1:41812_solr-n_0000000000) starting
   [junit4]   2> 1004414 INFO  (zkConnectionManagerCallback-2348-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004427 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38003/solr ready
   [junit4]   2> 1004447 INFO  (OverseerStateUpdate-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41812_solr
   [junit4]   2> 1004447 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41812_solr
   [junit4]   2> 1004449 INFO  (OverseerStateUpdate-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1004450 INFO  (zkCallback-2347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1004533 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1004535 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40960_solr as DOWN
   [junit4]   2> 1004552 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1004552 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40960_solr
   [junit4]   2> 1004554 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004606 INFO  (zkCallback-2330-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004606 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1004625 INFO  (zkCallback-2347-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1004795 INFO  (zkConnectionManagerCallback-2354-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004796 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1004797 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38003/solr ready
   [junit4]   2> 1004798 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1004863 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41812.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1004882 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41812.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1004882 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41812.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1004898 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40960.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1004900 INFO  (jetty-launcher-2317-thread-1) [n:127.0.0.1:41812_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node1/.
   [junit4]   2> 1004934 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40960.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1004934 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40960.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1004935 INFO  (jetty-launcher-2317-thread-2) [n:127.0.0.1:40960_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node2/.
   [junit4]   2> 1005052 INFO  (zkConnectionManagerCallback-2360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1005053 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1005062 INFO  (SUITE-ReindexCollectionTest-seed#[11D821CE8CF22944]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38003/solr ready
   [junit4]   2> 1005154 INFO  (TEST-ReindexCollectionTest.testLossySchema-seed#[11D821CE8CF22944]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLossySchema
   [junit4]   2> 1005165 INFO  (zkConnectionManagerCallback-2365-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1005166 INFO  (TEST-ReindexCollectionTest.testLossySchema-seed#[11D821CE8CF22944]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1005167 INFO  (TEST-ReindexCollectionTest.testLossySchema-seed#[11D821CE8CF22944]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38003/solr ready
   [junit4]   2> 1005251 INFO  (qtp434449506-6891) [n:127.0.0.1:40960_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf2&maxShardsPerNode=-1&name=sourceLossyReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1005277 INFO  (OverseerThreadFactory-1899-thread-1-processing-n:127.0.0.1:41812_solr) [n:127.0.0.1:41812_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection sourceLossyReindexing
   [junit4]   2> 1005384 INFO  (OverseerStateUpdate-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"sourceLossyReindexing_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41812/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1005386 INFO  (OverseerStateUpdate-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"sourceLossyReindexing_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40960/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1005415 INFO  (OverseerStateUpdate-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"sourceLossyReindexing_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41812/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1005417 INFO  (OverseerStateUpdate-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"sourceLossyReindexing",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"sourceLossyReindexing_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40960/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1005666 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr    x:sourceLossyReindexing_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1005699 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr    x:sourceLossyReindexing_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n4&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1005699 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr    x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1005700 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr    x:sourceLossyReindexing_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1005736 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr    x:sourceLossyReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1006750 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1006759 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1006778 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.IndexSchema [sourceLossyReindexing_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 1006781 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.IndexSchema [sourceLossyReindexing_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1006904 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1007006 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1007006 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard2_replica_n6' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 1007007 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40960.solr.core.sourceLossyReindexing.shard2.replica_n6' (registry 'solr.core.sourceLossyReindexing.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1007007 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrCore [[sourceLossyReindexing_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node2/sourceLossyReindexing_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node2/./sourceLossyReindexing_shard2_replica_n6/data/]
   [junit4]   2> 1007009 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1007009 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard1_replica_n1' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 1007010 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 1007010 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41812.solr.core.sourceLossyReindexing.shard1.replica_n1' (registry 'solr.core.sourceLossyReindexing.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1007010 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrCore [[sourceLossyReindexing_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node1/sourceLossyReindexing_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node1/./sourceLossyReindexing_shard1_replica_n1/data/]
   [junit4]   2> 1007010 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.IndexSchema [sourceLossyReindexing_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 1007049 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.IndexSchema [sourceLossyReindexing_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1007121 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1007121 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard2_replica_n4' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 1007122 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41812.solr.core.sourceLossyReindexing.shard2.replica_n4' (registry 'solr.core.sourceLossyReindexing.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1007122 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrCore [[sourceLossyReindexing_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node1/sourceLossyReindexing_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node1/./sourceLossyReindexing_shard2_replica_n4/data/]
   [junit4]   2> 1007344 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1007345 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'sourceLossyReindexing_shard1_replica_n2' using configuration from collection sourceLossyReindexing, trusted=true
   [junit4]   2> 1007345 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40960.solr.core.sourceLossyReindexing.shard1.replica_n2' (registry 'solr.core.sourceLossyReindexing.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@16159cf2
   [junit4]   2> 1007346 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrCore [[sourceLossyReindexing_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node2/sourceLossyReindexing_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_11D821CE8CF22944-001/tempDir-001/node2/./sourceLossyReindexing_shard1_replica_n2/data/]
   [junit4]   2> 1007452 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007452 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007454 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1007454 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1007455 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a18e28[sourceLossyReindexing_shard1_replica_n1] main]
   [junit4]   2> 1007473 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1007473 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1007474 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1007474 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629955980346261504
   [junit4]   2> 1007487 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007487 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007502 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1007502 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1007503 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@6325970d[sourceLossyReindexing_shard2_replica_n6] main]
   [junit4]   2> 1007504 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1007504 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1007521 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007521 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007523 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1007523 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1007524 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@57e7018c[sourceLossyReindexing_shard2_replica_n4] main]
   [junit4]   2> 1007526 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1007526 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1007529 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1007529 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard1
   [junit4]   2> 1007537 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1007537 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629955980412321792
   [junit4]   2> 1007540 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1007540 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629955980415467520
   [junit4]   2> 1007545 INFO  (searcherExecutor-1909-thread-1-processing-n:127.0.0.1:41812_solr x:sourceLossyReindexing_shard1_replica_n1 c:sourceLossyReindexing s:shard1 r:core_node3) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n1] Registered new searcher Searcher@6a18e28[sourceLossyReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007580 INFO  (searcherExecutor-1908-thread-1-processing-n:127.0.0.1:40960_solr x:sourceLossyReindexing_shard2_replica_n6 c:sourceLossyReindexing s:shard2 r:core_node8) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n6] Registered new searcher Searcher@6325970d[sourceLossyReindexing_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007580 INFO  (searcherExecutor-1910-thread-1-processing-n:127.0.0.1:41812_solr x:sourceLossyReindexing_shard2_replica_n4 c:sourceLossyReindexing s:shard2 r:core_node7) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n4] Registered new searcher Searcher@57e7018c[sourceLossyReindexing_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007704 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1007704 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard2
   [junit4]   2> 1007707 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1007739 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1007748 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1007760 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard2
   [junit4]   2> 1007777 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007777 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007780 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1007780 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1007781 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@78f614ff[sourceLossyReindexing_shard1_replica_n2] main]
   [junit4]   2> 1007782 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1007782 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1007782 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1007783 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1629955980670271488
   [junit4]   2> 1007802 INFO  (searcherExecutor-1912-thread-1-processing-n:127.0.0.1:40960_solr x:sourceLossyReindexing_shard1_replica_n2 c:sourceLossyReindexing s:shard1 r:core_node5) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n2] Registered new searcher Searcher@78f614ff[sourceLossyReindexing_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007805 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1007837 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/sourceLossyReindexing/leaders/shard1
   [junit4]   2> 1008208 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1008209 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1008209 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40960/solr/sourceLossyReindexing_shard2_replica_n6/
   [junit4]   2> 1008210 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard2_replica_n6 url=https://127.0.0.1:40960/solr START replicas=[https://127.0.0.1:41812/solr/sourceLossyReindexing_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1008210 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard2_replica_n6 url=https://127.0.0.1:40960/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1008214 INFO  (qtp605254393-6890) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1008214 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1008214 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1008214 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/sourceLossyReindexing/leaders/shard2/leader after winning as /collections/sourceLossyReindexing/leader_elect/shard2/election/74468306439897094-core_node8-n_0000000000
   [junit4]   2> 1008216 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40960/solr/sourceLossyReindexing_shard2_replica_n6/ shard2
   [junit4]   2> 1008240 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1008240 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1008240 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/
   [junit4]   2> 1008240 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard1_replica_n1 url=https://127.0.0.1:41812/solr START replicas=[https://127.0.0.1:40960/solr/sourceLossyReindexing_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1008241 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=sourceLossyReindexing_shard1_replica_n1 url=https://127.0.0.1:41812/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1008245 INFO  (qtp434449506-6889) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1008245 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1008245 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1008245 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/sourceLossyReindexing/leaders/shard1/leader after winning as /collections/sourceLossyReindexing/leader_elect/shard1/election/74468306439897096-core_node3-n_0000000000
   [junit4]   2> 1008247 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/ shard1
   [junit4]   2> 1008348 INFO  (zkCallback-2330-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008348 INFO  (zkCallback-2340-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008349 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1008349 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1008351 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2615
   [junit4]   2> 1008351 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n6&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2685
   [junit4]   2> 1008457 INFO  (zkCallback-2340-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008457 INFO  (zkCallback-2330-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008457 INFO  (zkCallback-2330-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008457 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008781 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard2_replica_n4&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3082
   [junit4]   2> 1008843 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf2&newCollection=true&name=sourceLossyReindexing_shard1_replica_n2&action=CREATE&numShards=2&collection=sourceLossyReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3142
   [junit4]   2> 1008845 INFO  (qtp434449506-6891) [n:127.0.0.1:40960_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1008944 INFO  (zkCallback-2330-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008944 INFO  (zkCallback-2330-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008944 INFO  (qtp434449506-6891) [n:127.0.0.1:40960_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf2&maxShardsPerNode=-1&name=sourceLossyReindexing&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3693
   [junit4]   2> 1008967 INFO  (zkCallback-2340-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1008975 INFO  (zkCallback-2340-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/sourceLossyReindexing/state.json] for collection [sourceLossyReindexing] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1009084 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 1009241 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/&wt=javabin&version=2}{add=[14 (1629955981929611264), 15 (1629955981929611265), 16 (1629955981929611266), 20 (1629955981929611267), 22 (1629955981930659840), 24 (1629955981930659841), 27 (1629955981930659842), 28 (1629955981930659843), 32 (1629955981930659844), 34 (1629955981930659845), ... (95 adds)]} 0 77
   [junit4]   2> 1009259 ERROR (updateExecutor-2335-thread-1-processing-x:sourceLossyReindexing_shard1_replica_n1 r:core_node3 null n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.s.i.ConcurrentUpdateHttp2SolrClient Error consuming and closing http response stream.
   [junit4]   2>           => java.nio.channels.AsynchronousCloseException
   [junit4]   2> 	at org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316)
   [junit4]   2> java.nio.channels.AsynchronousCloseException: null
   [junit4]   2> 	at org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:316) ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at java.io.InputStream.read(InputStream.java:101) ~[?:1.8.0_191]
   [junit4]   2> 	at org.eclipse.jetty.client.util.InputStreamResponseListener$Input.read(InputStreamResponseListener.java:287) ~[jetty-client-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.sendUpdateStream(ConcurrentUpdateHttp2SolrClient.java:283) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClient$Runner.run(ConcurrentUpdateHttp2SolrClient.java:176) ~[java/:?]
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176) ~[metrics-core-3.2.6.jar:3.2.6]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 1009259 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1629955981893959680), 1 (1629955981913882624), 4 (1629955981913882625), 8 (1629955981914931200), 10 (1629955981914931201), 11 (1629955981915979776), 12 (1629955981915979777), 13 (1629955981928562688), 14 (1629955981929611264), 15 (1629955981929611265), ... (103 adds)]} 0 309
   [junit4]   2> 1009527 INFO  (qtp434449506-6891) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/sourceLossyReindexing/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 1009559 INFO  (OverseerCollectionConfigSetProcessor-74468306439897096-127.0.0.1:41812_solr-n_0000000000) [n:127.0.0.1:41812_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> 1009886 INFO  (qtp605254393-6890) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40960/solr/sourceLossyReindexing_shard2_replica_n6/&wt=javabin&version=2}{add=[2 (1629955982220066816), 3 (1629955982234746880), 5 (1629955982234746881), 6 (1629955982234746882), 7 (1629955982234746883), 9 (1629955982234746884), 17 (1629955982235795456), 18 (1629955982235795457), 19 (1629955982235795458), 21 (1629955982235795459), ... (97 adds)]} 0 152
   [junit4]   2> 1009920 INFO  (qtp434449506-6891) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1629955982220066816), 3 (1629955982234746880), 5 (1629955982234746881), 6 (1629955982234746882), 7 (1629955982234746883), 9 (1629955982234746884), 17 (1629955982235795456), 18 (1629955982235795457), 19 (1629955982235795458), 21 (1629955982235795459), ... (97 adds)]} 0 658
   [junit4]   2> 1010176 INFO  (qtp434449506-6887) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629955983179513856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1010176 INFO  (qtp434449506-6887) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1705b49a commitCommandVersion:1629955983179513856
   [junit4]   2> 1010212 INFO  (qtp434449506-6887) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@581251e[sourceLossyReindexing_shard2_replica_n6] main]
   [junit4]   2> 1010213 INFO  (searcherExecutor-1908-thread-1-processing-n:127.0.0.1:40960_solr x:sourceLossyReindexing_shard2_replica_n6 c:sourceLossyReindexing s:shard2 r:core_node8) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n6] Registered new searcher Searcher@581251e[sourceLossyReindexing_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C97:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1554447158048}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO}])))}
   [junit4]   2> 1010214 INFO  (qtp434449506-6887) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1010268 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629955983275982848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1010268 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6c82c74e commitCommandVersion:1629955983275982848
   [junit4]   2> 1010417 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@27144f8a[sourceLossyReindexing_shard2_replica_n4] main]
   [junit4]   2> 1010508 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1010536 INFO  (searcherExecutor-1910-thread-1-processing-n:127.0.0.1:41812_solr x:sourceLossyReindexing_shard2_replica_n4 c:sourceLossyReindexing s:shard2 r:core_node7) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.c.SolrCore [sourceLossyReindexing_shard2_replica_n4] Registered new searcher Searcher@27144f8a[sourceLossyReindexing_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C97:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1554447158271}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO}])))}
   [junit4]   2> 1010580 INFO  (qtp605254393-6888) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard2 r:core_node7 x:sourceLossyReindexing_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40960/solr/sourceLossyReindexing_shard2_replica_n6/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 312
   [junit4]   2> 1010665 INFO  (qtp434449506-6887) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 489
   [junit4]   2> 1010666 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629955983693316096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1010666 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@55f59f21 commitCommandVersion:1629955983693316096
   [junit4]   2> 1010684 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cb674dd[sourceLossyReindexing_shard1_replica_n1] main]
   [junit4]   2> 1010684 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1010735 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1629955983765667840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1010735 INFO  (searcherExecutor-1909-thread-1-processing-n:127.0.0.1:41812_solr x:sourceLossyReindexing_shard1_replica_n1 c:sourceLossyReindexing s:shard1 r:core_node3) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n1] Registered new searcher Searcher@7cb674dd[sourceLossyReindexing_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C103:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1554447158538}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO}])))}
   [junit4]   2> 1010771 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5d57fdb3 commitCommandVersion:1629955983765667840
   [junit4]   2> 1010830 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@721c71b8[sourceLossyReindexing_shard1_replica_n2] main]
   [junit4]   2> 1010863 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1010865 INFO  (searcherExecutor-1912-thread-1-processing-n:127.0.0.1:40960_solr x:sourceLossyReindexing_shard1_replica_n2 c:sourceLossyReindexing s:shard1 r:core_node5) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.c.SolrCore [sourceLossyReindexing_shard1_replica_n2] Registered new searcher Searcher@721c71b8[sourceLossyReindexing_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C95:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-112-generic, timestamp=1554447158629}]:[attributes={Lucene50PostingsFormat.fstMode=AUTO}])))}
   [junit4]   2> 1010865 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard1 r:core_node5 x:sourceLossyReindexing_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 179
   [junit4]   2> 1010875 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=sourceLossyReindexing:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 954
   [junit4]   2> 1011428 INFO  (qtp434449506-6889) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:40960/solr/sourceLossyReindexing_shard2_replica_n6/|https://127.0.0.1:41812/solr/sourceLossyReindexing_shard2_replica_n4/&rows=10&version=2&q=*:*&NOW=1554447158735&isShard=true&wt=javabin} hits=97 status=0 QTime=0
   [junit4]   2> 1011565 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/|https://127.0.0.1:40960/solr/sourceLossyReindexing_shard1_replica_n2/&rows=10&version=2&q=*:*&NOW=1554447158735&isShard=true&wt=javabin} hits=103 status=0 QTime=0
   [junit4]   2> 1011683 INFO  (qtp434449506-6881) [n:127.0.0.1:40960_solr c:sourceLossyReindexing s:shard2 r:core_node8 x:sourceLossyReindexing_shard2_replica_n6] o.a.s.c.S.Request [sourceLossyReindexing_shard2_replica_n6]  webapp=/solr path=/select params={q=*:*&df=text&distrib=false&_stateVer_=sourceLossyReindexing:6&shards.purpose=64&NOW=1554447158735&ids=2,3,5,17,6,18,7,19,9,21&isShard=true&shard.url=https://127.0.0.1:40960/solr/sourceLossyReindexing_shard2_replica_n6/|https://127.0.0.1:41812/solr/sourceLossyReindexing_shard2_replica_n4/&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1011755 INFO  (qtp605254393-6884) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&_stateVer_=sourceLossyReindexing:6&wt=javabin&version=2} hits=200 status=0 QTime=874
   [junit4]   2> 1011758 INFO  (qtp434449506-6885) [n:127.0.0.1:40960_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection with params configName=conf3&name=sourceLossyReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=targetLossyReindexing and sendToOCPQueue=true
   [junit4]   2> 1011848 DEBUG (OverseerThreadFactory-1899-thread-2-processing-n:127.0.0.1:41812_solr) [n:127.0.0.1:41812_solr    ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
   [junit4]   2>   "name":"sourceLossyReindexing",
   [junit4]   2>   "target":"targetLossyReindexing",
   [junit4]   2>   "configName":"conf3",
   [junit4]   2>   "operation":"reindexcollection"}
   [junit4]   2> 1012080 INFO  (zkConnectionManagerCallback-2374-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1012082 INFO  (OverseerThreadFactory-1899-thread-2-processing-n:127.0.0.1:41812_solr) [n:127.0.0.1:41812_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1012083 INFO  (OverseerThreadFactory-1899-thread-2-processing-n:127.0.0.1:41812_solr) [n:127.0.0.1:41812_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38003/solr ready
   [junit4]   2> 1012923 INFO  (qtp605254393-6883) [n:127.0.0.1:41812_solr c:sourceLossyReindexing s:shard1 r:core_node3 x:sourceLossyReindexing_shard1_replica_n1] o.a.s.c.S.Request [sourceLossyReindexing_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=sourceLossyReindexing:6&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:41812/solr/sourceLossyReindexing_shard1_replica_n1/|https://127.0.0.1:40960/solr/sourceLossyReindexing_shard1_replica_n2/&rows=0&version=2&q=*:*&NOW=1554447160272&isShard=true&wt=javabin} hits=103 status=0 QTime=0
   [junit4]   2> 1013198 INFO  (qtp

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

ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null2045821181
     [copy] Copying 240 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null2045821181
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null2045821181

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 233 minutes 7 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)