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 2016/12/19 17:50:10 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 611 - Still unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/611/

2 tests failed.
FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.test

Error Message:
expected:<152> but was:<137>

Stack Trace:
java.lang.AssertionError: expected:<152> but was:<137>
	at __randomizedtesting.SeedInfo.seed([DE77C50900DC33EA:5623FAD3AE205E12]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:280)
	at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:244)
	at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:130)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)  at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)  at sun.reflect.GeneratedConstructorAccessor98.newInstance(Unknown Source)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:704)  at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:766)  at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1005)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:870)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:774)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)  at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  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:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:43)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:202)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:137)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:94)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:102)
	at sun.reflect.GeneratedConstructorAccessor98.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:704)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:766)
	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1005)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:870)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:774)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:842)
	at org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:498)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	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:745)


	at __randomizedtesting.SeedInfo.seed([DE77C50900DC33EA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:266)
	at sun.reflect.GeneratedMethodAccessor19.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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11822 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_DE77C50900DC33EA-001/init-core-data-001
   [junit4]   2> 1015751 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1015752 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_DE77C50900DC33EA-001/tempDir-001
   [junit4]   2> 1015753 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1015753 INFO  (Thread-2110) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1015753 INFO  (Thread-2110) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1015853 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:56478
   [junit4]   2> 1015862 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15918111f710000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1015877 INFO  (jetty-launcher-1260-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1015878 INFO  (jetty-launcher-1260-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4caadc00{/solr,null,AVAILABLE}
   [junit4]   2> 1015878 INFO  (jetty-launcher-1260-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1015886 INFO  (jetty-launcher-1260-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69efa55f{SSL,[ssl, http/1.1]}{127.0.0.1:39235}
   [junit4]   2> 1015886 INFO  (jetty-launcher-1260-thread-1) [    ] o.e.j.s.Server Started @1020248ms
   [junit4]   2> 1015886 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39235}
   [junit4]   2> 1015886 ERROR (jetty-launcher-1260-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1015886 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1015886 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1015887 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1015887 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-19T17:11:32.598Z
   [junit4]   2> 1015887 INFO  (jetty-launcher-1260-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c9c413a{/solr,null,AVAILABLE}
   [junit4]   2> 1015891 INFO  (jetty-launcher-1260-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c81f1d5{SSL,[ssl, http/1.1]}{127.0.0.1:56605}
   [junit4]   2> 1015892 INFO  (jetty-launcher-1260-thread-2) [    ] o.e.j.s.Server Started @1020253ms
   [junit4]   2> 1015892 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56605}
   [junit4]   2> 1015892 ERROR (jetty-launcher-1260-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1015892 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 1015892 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1015892 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1015892 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-19T17:11:32.603Z
   [junit4]   2> 1015899 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1015901 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1015907 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1015907 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1015908 INFO  (jetty-launcher-1260-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56478/solr
   [junit4]   2> 1015909 INFO  (jetty-launcher-1260-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56478/solr
   [junit4]   2> 1015947 INFO  (jetty-launcher-1260-thread-2) [n:127.0.0.1:56605_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56605_solr
   [junit4]   2> 1015948 INFO  (jetty-launcher-1260-thread-2) [n:127.0.0.1:56605_solr    ] o.a.s.c.Overseer Overseer (id=97135328786186246-127.0.0.1:56605_solr-n_0000000000) starting
   [junit4]   2> 1015948 INFO  (jetty-launcher-1260-thread-1) [n:127.0.0.1:39235_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39235_solr
   [junit4]   2> 1015955 INFO  (zkCallback-1271-thread-1-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1015958 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1015965 INFO  (jetty-launcher-1260-thread-2) [n:127.0.0.1:56605_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56605_solr
   [junit4]   2> 1015966 INFO  (zkCallback-1271-thread-1-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1015970 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1016016 INFO  (jetty-launcher-1260-thread-2) [n:127.0.0.1:56605_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_DE77C50900DC33EA-001/tempDir-001/node2/.
   [junit4]   2> 1016044 INFO  (jetty-launcher-1260-thread-1) [n:127.0.0.1:39235_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_DE77C50900DC33EA-001/tempDir-001/node1/.
   [junit4]   2> 1016052 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1016053 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56478/solr ready
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1016101 WARN  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1016133 WARN  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1016136 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1016149 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_37640_hdfs____f3oqns/webapp
   [junit4]   2> 1016540 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37640
   [junit4]   2> 1016630 WARN  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1016631 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1016654 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_50740_datanode____yjfxpb/webapp
   [junit4]   2> 1017037 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:50740
   [junit4]   2> 1017112 WARN  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1017114 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1017153 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_47257_datanode____.u8drc/webapp
   [junit4]   2> 1017248 INFO  (IPC Server handler 1 on 36178) [    ] BlockStateChange BLOCK* processReport: from storage DS-bd6fc382-d28f-44ef-a47b-9f570fc2c18e node DatanodeRegistration(127.0.0.1:32829, datanodeUuid=bd006d68-b795-4d2c-9962-f176d470b2f7, infoPort=51729, infoSecurePort=0, ipcPort=36817, storageInfo=lv=-56;cid=testClusterID;nsid=1727616395;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 1017249 INFO  (IPC Server handler 1 on 36178) [    ] BlockStateChange BLOCK* processReport: from storage DS-00c7beec-a5ec-4093-abd9-e7c7bb684627 node DatanodeRegistration(127.0.0.1:32829, datanodeUuid=bd006d68-b795-4d2c-9962-f176d470b2f7, infoPort=51729, infoSecurePort=0, ipcPort=36817, storageInfo=lv=-56;cid=testClusterID;nsid=1727616395;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1017551 INFO  (SUITE-HdfsRecoveryZkTest-seed#[DE77C50900DC33EA]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:47257
   [junit4]   2> 1017681 INFO  (IPC Server handler 1 on 36178) [    ] BlockStateChange BLOCK* processReport: from storage DS-4a0dbf9a-c25f-44bc-9155-8469b4c7cb2e node DatanodeRegistration(127.0.0.1:51849, datanodeUuid=9a4e878f-bc0e-4f28-b0af-c39c9cdad3c6, infoPort=57025, infoSecurePort=0, ipcPort=37031, storageInfo=lv=-56;cid=testClusterID;nsid=1727616395;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 1017681 INFO  (IPC Server handler 1 on 36178) [    ] BlockStateChange BLOCK* processReport: from storage DS-8085d391-6697-4aa3-81c3-23f2a5402f7a node DatanodeRegistration(127.0.0.1:51849, datanodeUuid=9a4e878f-bc0e-4f28-b0af-c39c9cdad3c6, infoPort=57025, infoSecurePort=0, ipcPort=37031, storageInfo=lv=-56;cid=testClusterID;nsid=1727616395;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1018046 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[DE77C50900DC33EA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1018108 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1018110 INFO  (OverseerThreadFactory-4096-thread-1-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.CreateCollectionCmd Create collection recoverytest
   [junit4]   2> 1018231 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1018285 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1018389 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1018389 INFO  (zkCallback-1271-thread-3-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1019246 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1019255 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema [recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1019258 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1019259 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica2' using configuration from collection recoverytest
   [junit4]   2> 1019274 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36178/data
   [junit4]   2> 1019274 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1019274 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [[recoverytest_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_DE77C50900DC33EA-001/tempDir-001/node2/recoverytest_shard1_replica2], dataDir=[hdfs://localhost:36178/data/recoverytest/core_node1/data/]
   [junit4]   2> 1019275 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36178/data/recoverytest/core_node1/data/snapshot_metadata
   [junit4]   2> 1019287 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1019287 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 1019287 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1019294 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1019308 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema [recoverytest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1019316 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1019316 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica1' using configuration from collection recoverytest
   [junit4]   2> 1019318 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:36178/data
   [junit4]   2> 1019319 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1019319 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [[recoverytest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_DE77C50900DC33EA-001/tempDir-001/node1/recoverytest_shard1_replica1], dataDir=[hdfs://localhost:36178/data/recoverytest/core_node2/data/]
   [junit4]   2> 1019319 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36178/data/recoverytest/core_node2/data/snapshot_metadata
   [junit4]   2> 1019320 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1019329 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36178/data/recoverytest/core_node1/data
   [junit4]   2> 1019332 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1019332 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 1019332 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1019363 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1019364 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36178/data/recoverytest/core_node2/data
   [junit4]   2> 1019391 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36178/data/recoverytest/core_node1/data/index
   [junit4]   2> 1019402 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1019402 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 1019402 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1019416 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:36178/data/recoverytest/core_node2/data/index
   [junit4]   2> 1019420 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1019429 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1019429 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [16777216] will allocate [1] slabs and use ~[16777216] bytes
   [junit4]   2> 1019430 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1019446 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1020805 INFO  (IPC Server handler 0 on 36178) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51849 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8085d391-6697-4aa3-81c3-23f2a5402f7a:NORMAL:127.0.0.1:51849|RBW], ReplicaUC[[DISK]DS-00c7beec-a5ec-4093-abd9-e7c7bb684627:NORMAL:127.0.0.1:32829|RBW]]} size 71
   [junit4]   2> 1020806 INFO  (IPC Server handler 0 on 36178) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51849 is added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8085d391-6697-4aa3-81c3-23f2a5402f7a:NORMAL:127.0.0.1:51849|RBW], ReplicaUC[[DISK]DS-bd6fc382-d28f-44ef-a47b-9f570fc2c18e:NORMAL:127.0.0.1:32829|RBW]]} size 71
   [junit4]   2> 1020807 INFO  (IPC Server handler 6 on 36178) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32829 is added to blk_1073741825_1001 size 71
   [junit4]   2> 1020812 INFO  (IPC Server handler 8 on 36178) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:32829 is added to blk_1073741826_1002 size 71
   [junit4]   2> 1021223 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1021223 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1021223 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1021225 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1021225 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1021225 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 1021253 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1021253 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1021255 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1021255 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1021357 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@19045b5e[recoverytest_shard1_replica2] main]
   [junit4]   2> 1021357 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@79e7bc7f[recoverytest_shard1_replica1] main]
   [junit4]   2> 1021358 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1021359 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1021359 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1021360 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1021361 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1021361 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1021361 INFO  (searcherExecutor-4102-thread-1-processing-n:127.0.0.1:39235_solr x:recoverytest_shard1_replica1 s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1] Registered new searcher Searcher@79e7bc7f[recoverytest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1021361 INFO  (searcherExecutor-4101-thread-1-processing-n:127.0.0.1:56605_solr x:recoverytest_shard1_replica2 s:shard1 c:recoverytest) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [recoverytest_shard1_replica2] Registered new searcher Searcher@19045b5e[recoverytest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1021362 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554165266459394048
   [junit4]   2> 1021364 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554165266461491200
   [junit4]   2> 1021372 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1021373 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1021373 INFO  (zkCallback-1271-thread-1-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1021873 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1021873 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1021873 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/
   [junit4]   2> 1021873 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica1 url=https://127.0.0.1:39235/solr START replicas=[https://127.0.0.1:56605/solr/recoverytest_shard1_replica2/] nUpdates=100
   [junit4]   2> 1021873 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica1 url=https://127.0.0.1:39235/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1021883 INFO  (qtp1003950529-8122) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.c.S.Request [recoverytest_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1021883 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1021883 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 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> 1021887 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/ shard1
   [junit4]   2> 1021990 INFO  (zkCallback-1271-thread-2-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1021990 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1022038 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1022040 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2} status=0 QTime=3755
   [junit4]   2> 1022142 INFO  (zkCallback-1271-thread-2-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1022142 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1022378 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2} status=0 QTime=4147
   [junit4]   2> 1022392 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1022479 INFO  (zkCallback-1271-thread-3-processing-n:127.0.0.1:56605_solr) [n:127.0.0.1:56605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1022479 INFO  (zkCallback-1270-thread-1-processing-n:127.0.0.1:39235_solr) [n:127.0.0.1:39235_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1022770 INFO  (OverseerCollectionConfigSetProcessor-97135328786186246-127.0.0.1:56605_solr-n_0000000000) [n:127.0.0.1:56605_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> 1023392 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=5283
   [junit4]   2> 1023394 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[DE77C50900DC33EA]) [    ] o.a.s.c.RecoveryZkTest Indexing 1350 documents
   [junit4]   2> 1023480 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-0 (1554165268604780544)]} 0 46
   [junit4]   2> 1023481 INFO  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-0 (1554165268604780544)]} 0 73
   [junit4]   2> 1023482 INFO  (qtp1003950529-8116) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-0 (1554165268612120576)]} 0 48
   [junit4]   2> 1023482 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-0 (1554165268612120576)]} 0 67
   [junit4]   2> 1023490 INFO  (qtp1003950529-8121) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-0 (-1554165268684472320)]} 0 3
   [junit4]   2> 1023490 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-0 (-1554165268683423744)]} 0 5
   [junit4]   2> 1023490 INFO  (qtp1571294927-8111) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-0 (-1554165268683423744)]} 0 7
   [junit4]   2> 1023492 INFO  (qtp1571294927-8107) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-0 (-1554165268684472320)]} 0 7
   [junit4]   2> 1023497 INFO  (qtp1003950529-8117) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-1 (1554165268692860928)]} 0 3
   [junit4]   2> 1023497 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-1 (1554165268692860928)]} 0 5
   [junit4]   2> 1023497 INFO  (qtp1003950529-8122) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-1 (1554165268694958080)]} 0 2
   [junit4]   2> 1023498 INFO  (qtp1571294927-8106) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-1 (1554165268694958080)]} 0 4
   [junit4]   2> 1023503 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-1 (-1554165268700200960)]} 0 2
   [junit4]   2> 1023503 INFO  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-1 (-1554165268700200960)]} 0 4
   [junit4]   2> 1023503 INFO  (qtp1003950529-8116) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-1 (-1554165268700200961)]} 0 1
   [junit4]   2> 1023504 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-1 (-1554165268700200961)]} 0 4
   [junit4]   2> 1023510 INFO  (qtp1003950529-8121) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-2 (1554165268706492416)]} 0 3
   [junit4]   2> 1023510 INFO  (qtp1571294927-8111) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-2 (1554165268706492416)]} 0 5
   [junit4]   2> 1023511 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-2 (1554165268706492417)]} 0 2
   [junit4]   2> 1023511 INFO  (qtp1571294927-8107) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-2 (1554165268706492417)]} 0 5
   [junit4]   2> 1023517 INFO  (qtp1003950529-8117) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-3 (1554165268713832448)]} 0 3
   [junit4]   2> 1023518 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-3 (1554165268713832448)]} 0 5
   [junit4]   2> 1023519 INFO  (qtp1003950529-8122) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-3 (1554165268714881024)]} 0 3
   [junit4]   2> 1023519 INFO  (qtp1571294927-8106) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-3 (1554165268714881024)]} 0 6
   [junit4]   2> 1023524 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-2 (-1554165268722221056)]} 0 2
   [junit4]   2> 1023524 INFO  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-2 (-1554165268722221056)]} 0 4
   [junit4]   2> 1023524 INFO  (qtp1003950529-8116) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-2 (-1554165268723269632)]} 0 1
   [junit4]   2> 1023524 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-2 (-1554165268723269632)]} 0 3
   [junit4]   2> 1023530 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-4 (1554165268728512512)]} 0 1
   [junit4]   2> 1023530 INFO  (qtp1003950529-8121) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-4 (1554165268729561088)]} 0 1
   [junit4]   2> 1023530 INFO  (qtp1571294927-8111) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-4 (1554165268728512512)]} 0 4
   [junit4]   2> 1023530 INFO  (qtp1571294927-8107) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-4 (1554165268729561088)]} 0 3
   [junit4]   2> 1023538 INFO  (qtp1003950529-8117) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-3 (-1554165268734803968)]} 0 4
   [junit4]   2> 1023538 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-3 (-1554165268734803968)]} 0 5
   [junit4]   2> 1023538 INFO  (qtp1003950529-8122) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-3 (-1554165268734803969)]} 0 2
   [junit4]   2> 1023539 INFO  (qtp1571294927-8106) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-3 (-1554165268734803969)]} 0 6
   [junit4]   2> 1023546 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-5 (1554165268744241152)]} 0 3
   [junit4]   2> 1023546 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-5 (1554165268744241152)]} 0 5
   [junit4]   2> 1023547 INFO  (qtp1003950529-8116) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-5 (1554165268743192576)]} 0 2
   [junit4]   2> 1023547 INFO  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-5 (1554165268743192576)]} 0 6
   [junit4]   2> 1023554 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-6 (1554165268751581184)]} 0 3
   [junit4]   2> 1023554 INFO  (qtp1571294927-8111) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-6 (1554165268751581184)]} 0 5
   [junit4]   2> 1023554 INFO  (qtp1003950529-8121) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-6 (1554165268752629760)]} 0 3
   [junit4]   2> 1023555 INFO  (qtp1571294927-8107) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-6 (1554165268752629760)]} 0 6
   [junit4]   2> 1023571 INFO  (qtp1003950529-8122) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-7 (1554165268759969793)]} 0 12
   [junit4]   2> 1023571 INFO  (qtp1003950529-8117) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-7 (1554165268759969792)]} 0 13
   [junit4]   2> 1023571 INFO  (qtp1571294927-8106) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-7 (1554165268759969793)]} 0 14
   [junit4]   2> 1023571 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-7 (1554165268759969792)]} 0 15
   [junit4]   2> 1023579 INFO  (qtp1003950529-8120) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[2-6 (-1554165268778844160)]} 0 3
   [junit4]   2> 1023579 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-6 (-1554165268778844160)]} 0 5
   [junit4]   2> 1023579 INFO  (qtp1003950529-8116) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{delete=[1-6 (-1554165268778844161)]} 0 3
   [junit4]   2> 1023579 INFO  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-6 (-1554165268778844161)]} 0 5
   [junit4]   2> 1023585 INFO  (qtp1003950529-8123) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-8 (1554165268786184192)]} 0 3
   [junit4]   2> 1023586 INFO  (qtp1571294927-8111) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-8 (1554165268786184192)]} 0 5
   [junit4]   2> 1023586 INFO  (qtp1003950529-8121) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-8 (1554165268786184193)]} 0 1
   [junit4]   2> 1023586 INFO  (qtp1571294927-8107) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-8 (1554165268786184193)]} 0 4
   [junit4]   2> 1023592 INFO  (qtp1003950529-8122) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[2-9 (1554165268793524224)]} 0 3
   [junit4]   2> 1023593 INFO  (qtp1571294927-8106) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-9 (1554165268793524224)]} 0 5
   [junit4]   2> 1023593 INFO  (qtp1003950529-8117) [n:127.0.0.1:56605_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39235/solr/recoverytest_shard1_replica1/&wt=javabin&version=2}{add=[1-9 (1554165268793524225)]} 0 3
   [junit4]   2> 1023594 INFO  (qtp1571294927-8112) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-9 (1554165268793524225)]} 0 5
   [junit4]   2> 1023598 ERROR (updateExecutor-1264-thread-2-processing-https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2 x:recoverytest_shard1_replica1 r:core_node2 n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.StreamingSolrClients error
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:56605 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023599 WARN  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.DistributedUpdateProcessor Error sending update to https://127.0.0.1:56605/solr
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:56605 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023600 ERROR (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on replica https://127.0.0.1:56605/solr/recoverytest_shard1_replica2/
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:56605 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023602 ERROR (updateExecutor-1264-thread-1-processing-https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2 x:recoverytest_shard1_replica1 r:core_node2 n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.StreamingSolrClients error
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:56605 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023603 WARN  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.DistributedUpdateProcessor Error sending update to https://127.0.0.1:56605/solr
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:56605 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023603 ERROR (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on replica https://127.0.0.1:56605/solr/recoverytest_shard1_replica2/
   [junit4]   2> org.apache.http.NoHttpResponseException: 127.0.0.1:56605 failed to respond
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]   2> 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]   2> 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:311)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:184)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023605 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[DE77C50900DC33EA]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3c81f1d5{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1023605 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.ZkController Put replica core=recoverytest_shard1_replica2 coreNodeName=core_node1 on 127.0.0.1:56605_solr into leader-initiated recovery.
   [junit4]   2> 1023605 INFO  (qtp1571294927-8110) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-8 (-1554165268800864256)]} 0 10
   [junit4]   2> 1023606 INFO  (qtp1571294927-8109) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-8 (-1554165268800864257)]} 0 10
   [junit4]   2> 1023607 INFO  (TEST-HdfsRecoveryZkTest.test-seed#[DE77C50900DC33EA]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2021627933
   [junit4]   2> 1023610 INFO  (updateExecutor-1264-thread-1-processing-x:recoverytest_shard1_replica1 r:core_node2 https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2// n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.LeaderInitiatedRecoveryThread Put replica core=recoverytest_shard1_replica2 coreNodeName=core_node1 on 127.0.0.1:56605_solr into leader-initiated recovery.
   [junit4]   2> 1023610 WARN  (updateExecutor-1264-thread-1-processing-x:recoverytest_shard1_replica1 r:core_node2 https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2// n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.LeaderInitiatedRecoveryThread Leader is publishing core=recoverytest_shard1_replica2 coreNodeName =core_node1 state=down on behalf of un-reachable replica https://127.0.0.1:56605/solr/recoverytest_shard1_replica2/
   [junit4]   2> 1023610 INFO  (updateExecutor-1264-thread-1-processing-x:recoverytest_shard1_replica1 r:core_node2 https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2// n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.LeaderInitiatedRecoveryThread LeaderInitiatedRecoveryThread-recoverytest_shard1_replica2 started running to send REQUESTRECOVERY command to https://127.0.0.1:56605/solr/recoverytest_shard1_replica2/; will try for a max of 600 secs
   [junit4]   2> 1023610 INFO  (updateExecutor-1264-thread-1-processing-x:recoverytest_shard1_replica1 r:core_node2 https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2// n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.LeaderInitiatedRecoveryThread Asking core=recoverytest_shard1_replica2 coreNodeName=core_node1 on https://127.0.0.1:56605/solr to recover
   [junit4]   2> 1023613 ERROR (updateExecutor-1264-thread-1-processing-x:recoverytest_shard1_replica1 r:core_node2 https:////127.0.0.1:56605//solr//recoverytest_shard1_replica2// n:127.0.0.1:39235_solr s:shard1 c:recoverytest) [n:127.0.0.1:39235_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] o.a.s.c.LeaderInitiatedRecoveryThread https://127.0.0.1:56605/solr: Could not tell a replica to recover:org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://127.0.0.1:56605/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:617)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.sendRecoveryCommandWithRetry(LeaderInitiatedRecoveryThread.java:208)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderInitiatedRecoveryThread.run(LeaderInitiatedRecoveryThread.java:95)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.net.ConnectException: Connection refused
   [junit4]   2> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
   [junit4]   2> 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
   [junit4]   2> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]   2> 	at java.net.Socket.connect(Socket.java:589)
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668)
   [junit4]   2> 	at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketF

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

eContainer instance=1424087931
   [junit4]   2> 1505115 INFO  (zkCallback-2080-thread-3-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1505119 INFO  (zkCallback-2080-thread-2-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1505127 INFO  (zkCallback-2080-thread-1-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1505127 INFO  (TEST-PeerSyncReplicationTest.test-seed#[DE77C50900DC33EA]) [    ] o.a.s.c.Overseer Overseer (id=97135358790860819-127.0.0.1:35242_-n_0000000004) closing
   [junit4]   2> 1505128 INFO  (OverseerStateUpdate-97135358790860819-127.0.0.1:35242_-n_0000000004) [n:127.0.0.1:35242_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35242_
   [junit4]   2> 1507615 WARN  (zkCallback-2080-thread-3-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1507616 INFO  (zkCallback-2080-thread-3-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@675f13e5
   [junit4]   2> 1507616 INFO  (zkCallback-2080-thread-3-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1507616 INFO  (zkCallback-2080-thread-3-processing-n:127.0.0.1:35242_) [n:127.0.0.1:35242_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4f3e2e8f
   [junit4]   2> 1507669 INFO  (TEST-PeerSyncReplicationTest.test-seed#[DE77C50900DC33EA]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@8536c70{SSL,[ssl, http/1.1]}{127.0.0.1:35242}
   [junit4]   2> 1507669 INFO  (TEST-PeerSyncReplicationTest.test-seed#[DE77C50900DC33EA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@95a84dd{/,null,UNAVAILABLE}
   [junit4]   2> 1507670 INFO  (TEST-PeerSyncReplicationTest.test-seed#[DE77C50900DC33EA]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 34913
   [junit4]   2> 1507671 INFO  (TEST-PeerSyncReplicationTest.test-seed#[DE77C50900DC33EA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39313 39313
   [junit4]   2> 1507843 INFO  (Thread-2855) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39313 39313
   [junit4]   2> 1507843 WARN  (Thread-2855) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97135358790860810-127.0.0.1:59493_-n_0000000001
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/97135358790860810-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/overseer/collection-queue-work
   [junit4]   2> 	24	/solr/overseer/queue
   [junit4]   2> 	16	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PeerSyncReplicationTest -Dtests.method=test -Dtests.seed=DE77C50900DC33EA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-CO -Dtests.timezone=Africa/Lome -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 34.1s J1 | PeerSyncReplicationTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<152> but was:<137>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE77C50900DC33EA:5623FAD3AE205E12]:0)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:280)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:244)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:130)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1507847 INFO  (SUITE-PeerSyncReplicationTest-seed#[DE77C50900DC33EA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_DE77C50900DC33EA-001
   [junit4]   2> Dec 19, 2016 5:19:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=es-CO, timezone=Africa/Lome
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=105886312,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [WordBreakSolrSpellCheckerTest, SolrInfoMBeanTest, SearchHandlerTest, TestSolrFieldCacheMBean, TestManagedSchema, ResponseHeaderTest, TestTolerantUpdateProcessorRandomCloud, SolrIndexConfigTest, ExitableDirectoryReaderTest, TestSuggestSpellingConverter, TestFiltering, TestFieldCacheSanityChecker, DistribJoinFromCollectionTest, TestUpdate, TestTrie, TestPushWriter, CachingDirectoryFactoryTest, MultiTermTest, RecoveryAfterSoftCommitTest, TestExclusionRuleCollectionAccess, TestSolrDynamicMBean, TestConfigReload, TestClusterProperties, TestGeoJSONResponseWriter, TestNumericTerms32, DataDrivenBlockJoinTest, EchoParamsTest, RAMDirectoryFactoryTest, ZkControllerTest, TestStressVersions, SimplePostToolTest, UpdateRequestProcessorFactoryTest, TestFieldCacheVsDocValues, TestCursorMarkWithoutUniqueKey, TestSweetSpotSimilarityFactory, ChangedSchemaMergeTest, TestCharFilters, SystemInfoHandlerTest, TestDistributedStatsComponentCardinality, SuggesterFSTTest, BufferStoreTest, TestSchemaManager, LoggingHandlerTest, HdfsRestartWhileUpdatingTest, TestBinaryResponseWriter, JsonLoaderTest, TestAuthenticationFramework, SSLMigrationTest, CdcrReplicationHandlerTest, TestConfigSetsAPIExclusivity, OverseerStatusTest, SpellCheckCollatorTest, BlockJoinFacetDistribTest, TestTrieFacet, DistributedFacetPivotSmallAdvancedTest, TestJettySolrRunner, DocExpirationUpdateProcessorFactoryTest, ReplicationFactorTest, TestObjectReleaseTracker, DeleteNodeTest, SharedFSAutoReplicaFailoverTest, TestDeleteCollectionOnDownNodes, SoftAutoCommitTest, TestSubQueryTransformerCrossCore, TestBM25SimilarityFactory, TestCoreContainer, TestTrackingShardHandlerFactory, LeaderInitiatedRecoveryOnCommitTest, TestLuceneMatchVersion, DistributedMLTComponentTest, TestOrdValues, StressHdfsTest, ZkStateWriterTest, AliasIntegrationTest, TestRequestForwarding, TestQueryUtils, TestSurroundQueryParser, BigEndianAscendingWordSerializerTest, CollectionsAPIDistributedZkTest, TestSolrCloudWithDelegationTokens, TestFastOutputStream, TestManagedSynonymFilterFactory, InfoHandlerTest, TestSolrCoreSnapshots, TestMacros, OverseerCollectionConfigSetProcessorTest, ClassificationUpdateProcessorIntegrationTest, HighlighterTest, TestSolrQueryResponse, TestReqParamsAPI, TestBlendedInfixSuggestions, PreAnalyzedUpdateProcessorTest, TestSchemaVersionResource, DistanceFunctionTest, SpatialHeatmapFacetsTest, TestCSVResponseWriter, TestPartialUpdateDeduplication, SpellCheckComponentTest, MoreLikeThisHandlerTest, TestLockTree, TestSimpleQParserPlugin, TestExceedMaxTermLength, IndexSchemaRuntimeFieldTest, TestRandomCollapseQParserPlugin, ShardRoutingCustomTest, ShardRoutingTest, ConvertedLegacyTest, TestElisionMultitermQuery, DateMathParserTest, SliceStateTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, ClusterStateUpdateTest, LeaderElectionTest, TestRandomDVFaceting, TestFaceting, TestHashPartitioner, TestRealTimeGet, TestReload, DistributedTermsComponentTest, TestSolr4Spatial, QueryElevationComponentTest, TestSort, TestIndexSearcher, CurrencyFieldOpenExchangeTest, TestCoreDiscovery, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestWriterPerf, FileBasedSpellCheckerTest, RequestHandlersTest, TermVectorComponentTest, TestSolrQueryParser, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, TestPHPSerializedResponseWriter, TestLFUCache, CleanupOldIndexTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DistribCursorPagingTest, ForceLeaderTest, PeerSyncReplicationTest]
   [junit4] Completed [494/662 (2!)] on J1 in 34.84s, 1 test, 1 failure <<< FAILURES!

[...truncated 62939 lines...]