Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/659/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
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.GeneratedConstructorAccessor119.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:737)  at 
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)  at 
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)  at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)  at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)  at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
  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.GeneratedConstructorAccessor119.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:737)
        at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:799)
        at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1049)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:914)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:807)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:904)
        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:555)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        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([B5C5E6106B6B070E]: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:269)
        at sun.reflect.GeneratedMethodAccessor25.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:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.admin.MBeansHandlerTest.testDiff

Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>

Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but 
was:<Was: [4, Now: 5], Delta: 1>
        at 
__randomizedtesting.SeedInfo.seed([B5C5E6106B6B070E:70D3228B7BDD3F6E]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11245 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B5C5E6106B6B070E-001/init-core-data-001
   [junit4]   2> 628282 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 628282 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B5C5E6106B6B070E-001/tempDir-001
   [junit4]   2> 628282 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 628282 INFO  (Thread-1303) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 628283 INFO  (Thread-1303) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 628385 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59994
   [junit4]   2> 628392 INFO  (jetty-launcher-866-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 628394 INFO  (jetty-launcher-866-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f8236d2{/solr,null,AVAILABLE}
   [junit4]   2> 628396 INFO  (jetty-launcher-866-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 628396 INFO  (jetty-launcher-866-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@669dedec{HTTP/1.1,[http/1.1]}{127.0.0.1:48874}
   [junit4]   2> 628396 INFO  (jetty-launcher-866-thread-2) [    ] 
o.e.j.s.Server Started @632547ms
   [junit4]   2> 628396 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48874}
   [junit4]   2> 628396 ERROR (jetty-launcher-866-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 628397 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 628397 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 628397 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 628397 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T14:24:25.275Z
   [junit4]   2> 628397 INFO  (jetty-launcher-866-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75cd608e{/solr,null,AVAILABLE}
   [junit4]   2> 628420 INFO  (jetty-launcher-866-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@609617f2{HTTP/1.1,[http/1.1]}{127.0.0.1:35120}
   [junit4]   2> 628420 INFO  (jetty-launcher-866-thread-1) [    ] 
o.e.j.s.Server Started @632571ms
   [junit4]   2> 628420 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35120}
   [junit4]   2> 628421 ERROR (jetty-launcher-866-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 628421 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 628421 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 628421 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 628421 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-10T14:24:25.299Z
   [junit4]   2> 628425 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 628425 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 628437 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 628437 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 628438 INFO  (jetty-launcher-866-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59994/solr
   [junit4]   2> 628438 INFO  (jetty-launcher-866-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59994/solr
   [junit4]   2> 628443 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 0x15a28692a4a0003, 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> 628478 INFO  (jetty-launcher-866-thread-1) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35120_solr
   [junit4]   2> 628479 INFO  (jetty-launcher-866-thread-2) 
[n:127.0.0.1:48874_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48874_solr
   [junit4]   2> 628480 INFO  (jetty-launcher-866-thread-1) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.Overseer Overseer 
(id=97434774088056837-127.0.0.1:35120_solr-n_0000000000) starting
   [junit4]   2> 628486 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 628487 INFO  
(zkCallback-876-thread-1-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 628492 INFO  (jetty-launcher-866-thread-1) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35120_solr
   [junit4]   2> 628508 INFO  
(zkCallback-876-thread-1-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 628508 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 628600 INFO  (jetty-launcher-866-thread-1) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B5C5E6106B6B070E-001/tempDir-001/node1/.
   [junit4]   2> 628606 INFO  (jetty-launcher-866-thread-2) 
[n:127.0.0.1:48874_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B5C5E6106B6B070E-001/tempDir-001/node2/.
   [junit4]   2> 628826 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 628828 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59994/solr ready
   [junit4]   2> 629588 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 630817 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried 
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 631132 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via 
org.mortbay.log.Slf4jLog
   [junit4]   2> 631188 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 631408 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 631514 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Extract 
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
 to ./temp/Jetty_solaris.vm_33013_hdfs____vd3a84/webapp
   [junit4]   2> 632567 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@solaris-vm:33013
   [junit4]   2> 635620 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 635694 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 635748 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Extract 
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_33874_datanode____fx21p8/webapp
   [junit4]   2> 636724 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33874
   [junit4]   2> 638131 WARN  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 638133 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
jetty-6.1.26
   [junit4]   2> 638209 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Extract 
jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
 to ./temp/Jetty_localhost_39927_datanode____hfsfzz/webapp
   [junit4]   2> 639672 INFO  
(SUITE-HdfsRecoveryZkTest-seed#[B5C5E6106B6B070E]-worker) [    ] o.m.log 
Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39927
   [junit4]   2> 641666 INFO  (IPC Server handler 5 on 60738) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-3a90dbed-ee9b-4ce0-9807-6b62dbca38fc node 
DatanodeRegistration(127.0.0.1:42409, 
datanodeUuid=ef5921e3-b06f-4a9b-ba5f-f47d770f2bc9, infoPort=38396, 
infoSecurePort=0, ipcPort=33654, 
storageInfo=lv=-56;cid=testClusterID;nsid=1059742164;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 5 msecs
   [junit4]   2> 641689 INFO  (IPC Server handler 7 on 60738) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-c87cfae9-9f3a-457b-add2-af1bd167f82c node 
DatanodeRegistration(127.0.0.1:49534, 
datanodeUuid=b85f7871-882f-4cbd-91d4-1ef6b4cea3b8, infoPort=57098, 
infoSecurePort=0, ipcPort=61539, 
storageInfo=lv=-56;cid=testClusterID;nsid=1059742164;c=0), blocks: 0, 
hasStaleStorage: true, processing time: 15 msecs
   [junit4]   2> 641689 INFO  (IPC Server handler 5 on 60738) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-79c1283a-4df6-4fba-81ea-bdb0ab5f500e node 
DatanodeRegistration(127.0.0.1:42409, 
datanodeUuid=ef5921e3-b06f-4a9b-ba5f-f47d770f2bc9, infoPort=38396, 
infoSecurePort=0, ipcPort=33654, 
storageInfo=lv=-56;cid=testClusterID;nsid=1059742164;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 641689 INFO  (IPC Server handler 7 on 60738) [    ] 
BlockStateChange BLOCK* processReport: from storage 
DS-b3f8ad5a-168a-4b73-98be-fde081866c52 node 
DatanodeRegistration(127.0.0.1:49534, 
datanodeUuid=b85f7871-882f-4cbd-91d4-1ef6b4cea3b8, infoPort=57098, 
infoSecurePort=0, ipcPort=61539, 
storageInfo=lv=-56;cid=testClusterID;nsid=1059742164;c=0), blocks: 0, 
hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 642864 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 642892 INFO  (qtp75556400-4841) [n:127.0.0.1:48874_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> 642900 INFO  
(OverseerThreadFactory-2368-thread-1-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
recoverytest
   [junit4]   2> 643017 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 643021 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 643143 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_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> 643143 INFO  
(zkCallback-876-thread-10-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_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> 644054 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 644054 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 644113 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica1] Schema name=minimal
   [junit4]   2> 644122 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 644128 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 644159 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://solaris-vm:60738/data
   [junit4]   2> 644159 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 644163 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore 
[[recoverytest_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B5C5E6106B6B070E-001/tempDir-001/node1/recoverytest_shard1_replica1],
 dataDir=[hdfs://solaris-vm:60738/data/recoverytest/core_node2/data/]
   [junit4]   2> 644164 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e698239
   [junit4]   2> 644166 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://solaris-vm:60738/data/recoverytest/core_node2/data/snapshot_metadata
   [junit4]   2> 644173 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema 
[recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 644213 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 644215 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 644216 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://solaris-vm:60738/data
   [junit4]   2> 644216 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 644216 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore 
[[recoverytest_shard1_replica2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoveryZkTest_B5C5E6106B6B070E-001/tempDir-001/node2/recoverytest_shard1_replica2],
 dataDir=[hdfs://solaris-vm:60738/data/recoverytest/core_node1/data/]
   [junit4]   2> 644216 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e698239
   [junit4]   2> 644217 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://solaris-vm:60738/data/recoverytest/core_node1/data/snapshot_metadata
   [junit4]   2> 644279 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 644279 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 644279 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 644298 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 644299 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 648164 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 648178 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 648182 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://solaris-vm:60738/data/recoverytest/core_node1/data
   [junit4]   2> 648182 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://solaris-vm:60738/data/recoverytest/core_node2/data
   [junit4]   2> 648232 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://solaris-vm:60738/data/recoverytest/core_node2/data/index
   [junit4]   2> 648243 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 648243 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 648252 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 648281 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.HdfsDirectoryFactory creating directory factory for path 
hdfs://solaris-vm:60738/data/recoverytest/core_node1/data/index
   [junit4]   2> 648396 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 648396 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 648499 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 648828 INFO  (IPC Server handler 7 on 60738) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49534 is 
added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-b3f8ad5a-168a-4b73-98be-fde081866c52:NORMAL:127.0.0.1:49534|RBW],
 
ReplicaUC[[DISK]DS-3a90dbed-ee9b-4ce0-9807-6b62dbca38fc:NORMAL:127.0.0.1:42409|RBW]]}
 size 71
   [junit4]   2> 648829 INFO  (IPC Server handler 5 on 60738) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42409 is 
added to blk_1073741825_1001 size 71
   [junit4]   2> 648832 INFO  (IPC Server handler 8 on 60738) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:49534 is 
added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, 
primaryNodeIndex=-1, 
replicas=[ReplicaUC[[DISK]DS-c87cfae9-9f3a-457b-add2-af1bd167f82c:NORMAL:127.0.0.1:49534|RBW],
 
ReplicaUC[[DISK]DS-3a90dbed-ee9b-4ce0-9807-6b62dbca38fc:NORMAL:127.0.0.1:42409|RBW]]}
 size 71
   [junit4]   2> 648832 INFO  (IPC Server handler 9 on 60738) [    ] 
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42409 is 
added to blk_1073741826_1002 size 71
   [junit4]   2> 649546 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 649546 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 649546 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 649567 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 649567 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 649567 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.HdfsUpdateLog 
Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 649569 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 649569 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 649587 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 649587 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 649807 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5ee809ca[recoverytest_shard1_replica2] main]
   [junit4]   2> 649810 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 649811 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@28d51f8b[recoverytest_shard1_replica1] main]
   [junit4]   2> 649811 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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> 649815 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 649825 INFO  
(searcherExecutor-2374-thread-1-processing-n:127.0.0.1:48874_solr 
x:recoverytest_shard1_replica2 s:shard1 c:recoverytest) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore 
[recoverytest_shard1_replica2] Registered new searcher 
Searcher@5ee809ca[recoverytest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 649828 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 649830 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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> 649830 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 649831 INFO  
(searcherExecutor-2373-thread-1-processing-n:127.0.0.1:35120_solr 
x:recoverytest_shard1_replica1 s:shard1 c:recoverytest) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore 
[recoverytest_shard1_replica1] Registered new searcher 
Searcher@28d51f8b[recoverytest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 649840 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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 
1558956408012013568
   [junit4]   2> 649847 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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 
1558956408019353600
   [junit4]   2> 649850 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 649854 INFO  
(zkCallback-876-thread-9-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_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> 649854 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_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> 650354 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 650354 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 650354 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:48874/solr/recoverytest_shard1_replica2/
   [junit4]   2> 650354 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=recoverytest_shard1_replica2 url=http://127.0.0.1:48874/solr 
START replicas=[http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 650354 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.PeerSync 
PeerSync: core=recoverytest_shard1_replica2 url=http://127.0.0.1:48874/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 650358 INFO  (qtp568367700-4849) [n:127.0.0.1:35120_solr 
c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica1] 
o.a.s.c.S.Request [recoverytest_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 650359 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 650359 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
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> 650366 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:48874/solr/recoverytest_shard1_replica2/ shard1
   [junit4]   2> 650473 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_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> 650493 INFO  
(zkCallback-876-thread-9-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_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> 650519 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 650524 INFO  (qtp75556400-4840) [n:127.0.0.1:48874_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=7510
   [junit4]   2> 650628 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_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> 650628 INFO  
(zkCallback-876-thread-9-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_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> 650863 INFO  (qtp568367700-4850) [n:127.0.0.1:35120_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=7845
   [junit4]   2> 650870 INFO  (qtp75556400-4841) [n:127.0.0.1:48874_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> 650912 INFO  
(OverseerCollectionConfigSetProcessor-97434774088056837-127.0.0.1:35120_solr-n_0000000000)
 [n:127.0.0.1:35120_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> 650969 INFO  
(zkCallback-877-thread-1-processing-n:127.0.0.1:48874_solr) 
[n:127.0.0.1:48874_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> 650969 INFO  
(zkCallback-876-thread-9-processing-n:127.0.0.1:35120_solr) 
[n:127.0.0.1:35120_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> 651871 INFO  (qtp75556400-4841) [n:127.0.0.1:48874_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=8981
   [junit4]   2> 651873 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.c.RecoveryZkTest Indexing 1200 documents
   [junit4]   2> 652093 INFO  (qtp568367700-4853) [n:127.0.0.1:35120_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={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:48874/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-0
 (1558956410174177280)]} 0 100
   [junit4]   2> 652099 ERROR 
(updateExecutor-870-thread-1-processing-http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1
 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:48874_solr s:shard1 
c:recoverytest) [n:127.0.0.1:48874_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:210)
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]   2>        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [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.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:114)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652100 INFO  (qtp568367700-4847) [n:127.0.0.1:35120_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={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:48874/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-0
 (1558956410163691520)]} 0 114
   [junit4]   2> 652099 INFO  (qtp75556400-4838) [n:127.0.0.1:48874_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={wt=javabin&version=2}{add=[1-0 
(1558956410174177280)]} 0 197
   [junit4]   2> 652099 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[B5C5E6106B6B070E]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@609617f2{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 652144 INFO  
(TEST-HdfsRecoveryZkTest.test-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=864787446
   [junit4]   2> 652145 WARN  (qtp75556400-4837) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Error sending update to 
http://127.0.0.1:35120/solr
   [junit4]   2> java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:210)
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]   2>        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [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.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:114)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652145 ERROR 
(updateExecutor-870-thread-1-processing-http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1
 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:48874_solr s:shard1 
c:recoverytest) [n:127.0.0.1:48874_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652147 WARN  (qtp75556400-4843) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Error sending update to 
http://127.0.0.1:35120/solr
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652147 ERROR (qtp75556400-4843) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on 
replica http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652147 INFO  (qtp75556400-4843) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.c.ZkController Put replica core=recoverytest_shard1_replica1 
coreNodeName=core_node2 on 127.0.0.1:35120_solr into leader-initiated recovery.
   [junit4]   2> 652147 INFO  (qtp75556400-4843) [n:127.0.0.1:48874_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={wt=javabin&version=2}{add=[1-1 
(1558956410427932672)]} 0 3
   [junit4]   2> 652146 ERROR (qtp75556400-4837) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on 
replica http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/
   [junit4]   2> java.net.SocketException: Connection reset
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:210)
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]   2>        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [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.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:114)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652149 INFO  (qtp75556400-4837) [n:127.0.0.1:48874_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={wt=javabin&version=2}{add=[2-0 
(1558956410163691520)]} 0 257
   [junit4]   2> 652152 ERROR 
(updateExecutor-870-thread-2-processing-http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1
 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:48874_solr s:shard1 
c:recoverytest) [n:127.0.0.1:48874_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652153 INFO  (coreCloseExecutor-2383-thread-1) 
[n:127.0.0.1:35120_solr c:recoverytest s:shard1 r:core_node2 
x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1] 
 CLOSING SolrCore org.apache.solr.core.SolrCore@44aab9f4
   [junit4]   2> 652154 WARN  (qtp75556400-4844) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Error sending update to 
http://127.0.0.1:35120/solr
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652154 ERROR (qtp75556400-4844) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on 
replica http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652154 INFO  (qtp75556400-4844) [n:127.0.0.1:48874_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={wt=javabin&version=2}{delete=[1-0 
(-1558956410435272704)]} 0 3
   [junit4]   2> 652156 ERROR 
(updateExecutor-870-thread-2-processing-http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1
 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:48874_solr s:shard1 
c:recoverytest) [n:127.0.0.1:48874_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652198 ERROR 
(updateExecutor-870-thread-2-processing-http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1
 x:recoverytest_shard1_replica2 r:core_node1 n:127.0.0.1:48874_solr s:shard1 
c:recoverytest) [n:127.0.0.1:48874_solr c:recoverytest s:shard1 r:core_node1 
x:recoverytest_shard1_replica2] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652199 INFO  
(updateExecutor-870-thread-1-processing-x:recoverytest_shard1_replica2 
r:core_node1 http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1// 
n:127.0.0.1:48874_solr s:shard1 c:recoverytest) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread Put replica 
core=recoverytest_shard1_replica1 coreNodeName=core_node2 on 
127.0.0.1:35120_solr into leader-initiated recovery.
   [junit4]   2> 652199 WARN  
(updateExecutor-870-thread-1-processing-x:recoverytest_shard1_replica2 
r:core_node1 http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1// 
n:127.0.0.1:48874_solr s:shard1 c:recoverytest) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread Leader is publishing 
core=recoverytest_shard1_replica1 coreNodeName =core_node2 state=down on behalf 
of un-reachable replica 
http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/
   [junit4]   2> 652200 INFO  
(updateExecutor-870-thread-1-processing-x:recoverytest_shard1_replica2 
r:core_node1 http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1// 
n:127.0.0.1:48874_solr s:shard1 c:recoverytest) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread 
LeaderInitiatedRecoveryThread-recoverytest_shard1_replica1 started running to 
send REQUESTRECOVERY command to 
http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/; will try for a max 
of 600 secs
   [junit4]   2> 652201 INFO  
(updateExecutor-870-thread-1-processing-x:recoverytest_shard1_replica2 
r:core_node1 http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1// 
n:127.0.0.1:48874_solr s:shard1 c:recoverytest) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread Asking core=recoverytest_shard1_replica1 
coreNodeName=core_node2 on http://127.0.0.1:35120/solr to recover
   [junit4]   2> 652203 ERROR 
(updateExecutor-870-thread-1-processing-x:recoverytest_shard1_replica2 
r:core_node1 http:////127.0.0.1:35120//solr//recoverytest_shard1_replica1// 
n:127.0.0.1:48874_solr s:shard1 c:recoverytest) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.c.LeaderInitiatedRecoveryThread http://127.0.0.1:35120/solr: Could not 
tell a replica to recover:org.apache.solr.client.solrj.SolrServerException: 
Server refused connection at: http://127.0.0.1:35120/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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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 
(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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
   [junit4]   2>        ... 10 more
   [junit4]   2> 
   [junit4]   2> 652208 WARN  (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Error sending update to 
http://127.0.0.1:35120/solr
   [junit4]   2> java.net.ConnectException: Connection refused (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 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]   2>        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]   2>        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [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 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 652209 ERROR (qtp75556400-4840) [n:127.0.0.1:48874_solr 
c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica2] 
o.a.s.u.p.DistributedUpdateProcessor Setting up to try to start recovery on 
replica http://127.0.0.1:35120/solr/recoverytest_shard1_replica1/
   [junit4]   2> java.net.ConnectException: Connection refused (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 org.apache.http.conn.scheme.Pl

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

nit4]   2> 2218111 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
   [junit4]   2> 2218114 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDiff
   [junit4]   2> 2218115 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=0
   [junit4]   2> 2218163 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=46
   [junit4]   2> 2218166 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[B5C5E6106B6B070E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDiff
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MBeansHandlerTest 
-Dtests.method=testDiff -Dtests.seed=B5C5E6106B6B070E -Dtests.slow=true 
-Dtests.locale=sv-SE -Dtests.timezone=America/Matamoros -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.06s J1 | MBeansHandlerTest.testDiff <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1, 
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B5C5E6106B6B070E:70D3228B7BDD3F6E]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2218169 INFO  
(SUITE-MBeansHandlerTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2218169 INFO  
(SUITE-MBeansHandlerTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=135429125
   [junit4]   2> 2218170 INFO  (coreCloseExecutor-7651-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@72b71852
   [junit4]   2> 2218193 INFO  (coreCloseExecutor-7651-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 2218196 INFO  
(SUITE-MBeansHandlerTest-seed#[B5C5E6106B6B070E]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_B5C5E6106B6B070E-001
   [junit4]   2> Feb 10, 2017 2:50:55 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1071, maxMBSortInHeap=7.08286675968216, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=sv-SE, 
timezone=America/Matamoros
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=103086640,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ExplicitHLLTest, 
TestLocalFSCloudBackupRestore, TestMergePolicyConfig, SolrIndexMetricsTest, 
AutoCommitTest, HighlighterConfigTest, TestSubQueryTransformerDistrib, 
TestRandomFlRTGCloud, SolrCmdDistributorTest, TolerantUpdateProcessorTest, 
StatsReloadRaceTest, TestFieldCollectionResource, HdfsLockFactoryTest, 
TestCustomSort, AnalysisErrorHandlingTest, HdfsThreadLeakTest, 
CdcrRequestHandlerTest, LeaderElectionIntegrationTest, 
BinaryUpdateRequestHandlerTest, DeleteStatusTest, TestCoreAdminApis, 
TestLuceneMatchVersion, TestRebalanceLeaders, TestRequestForwarding, 
TestManagedSchemaThreadSafety, TestFoldingMultitermQuery, 
HttpSolrCallGetCoreTest, SortSpecParsingTest, TestFieldCacheSortRandom, 
RemoteQueryErrorTest, BasicZkTest, MinimalSchemaTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestSolrCoreProperties, 
ResourceLoaderTest, TestNoOpRegenerator, TestSchemalessBufferedUpdates, 
TestAuthenticationFramework, DefaultValueUpdateProcessorTest, 
ClassificationUpdateProcessorIntegrationTest, TestDeleteCollectionOnDownNodes, 
BasicDistributedZk2Test, TestRawResponseWriter, ExitableDirectoryReaderTest, 
TestTrie, StressHdfsTest, TestLMDirichletSimilarityFactory, 
TestLeaderElectionZkExpiry, TestLMJelinekMercerSimilarityFactory, 
TestConfigOverlay, TestRandomFaceting, TestOmitPositions, 
RegexBoostProcessorTest, SmileWriterTest, SignatureUpdateProcessorFactoryTest, 
DistanceUnitsTest, TestSolrConfigHandlerConcurrent, TestConfigSetsAPI, 
NotRequiredUniqueKeyTest, SpatialHeatmapFacetsTest, 
HdfsRestartWhileUpdatingTest, TestDownShardTolerantSearch, BadIndexSchemaTest, 
TestSQLHandlerNonCloud, IndexSchemaTest, TestCloudSchemaless, 
FacetPivotSmallTest, DistanceFunctionTest, DeleteReplicaTest, 
TestSchemaNameResource, BigEndianAscendingWordSerializerTest, 
TestSolrCoreParser, ExternalFileFieldSortTest, SaslZkACLProviderTest, 
CSVRequestHandlerTest, UpdateRequestProcessorFactoryTest, SuggesterTSTTest, 
TestRecovery, TestClusterProperties, BadCopyFieldTest, QueryParsingTest, 
CoreAdminRequestStatusTest, TestCoreDiscovery, CacheHeaderTest, RulesTest, 
ShowFileRequestHandlerTest, TestSolrDeletionPolicy2, 
TestClassicSimilarityFactory, FullSolrCloudDistribCmdsTest, TestDynamicLoading, 
TestQuerySenderListener, TestNRTOpen, HdfsRecoverLeaseTest, 
SpellPossibilityIteratorTest, BasicFunctionalityTest, NoCacheHeaderTest, 
TestExactSharedStatsCache, TestFieldCache, MergeStrategyTest, 
SolrGraphiteReporterTest, CheckHdfsIndexTest, TestSolrDynamicMBean, 
TestGeoJSONResponseWriter, TestWriterPerf, TestZkChroot, 
CloudExitableDirectoryReaderTest, AssignTest, 
TestSolrCloudWithSecureImpersonation, ConjunctionSolrSpellCheckerTest, 
TestCloudManagedSchema, LeaderInitiatedRecoveryOnCommitTest, 
CloudMLTQParserTest, TestJettySolrRunner, HdfsCollectionsAPIDistributedZkTest, 
TestUseDocValuesAsStored2, V2ApiIntegrationTest, 
DirectUpdateHandlerOptimizeTest, AnalyticsQueryTest, JvmMetricsTest, 
SharedFSAutoReplicaFailoverTest, TestDocSet, FieldAnalysisRequestHandlerTest, 
DistributedQueueTest, UpdateParamsTest, TestReplicationHandlerBackup, 
TestOrdValues, ShardRoutingCustomTest, 
TestPerFieldSimilarityWithDefaultOverride, DistributedFacetPivotLargeTest, 
TriLevelCompositeIdRoutingTest, CdcrReplicationDistributedZkTest, 
SpellingQueryConverterTest, TestSolrQueryParser, 
DistributedFacetPivotWhiteBoxTest, TestBadConfig, HighlighterMaxOffsetTest, 
TestTolerantUpdateProcessorRandomCloud, JsonLoaderTest, TestScoreJoinQPScore, 
ConcurrentDeleteAndCreateCollectionTest, TestConfigReload, SuggesterTest, 
InfoHandlerTest, TestQuerySenderNoQuery, TestTrieFacet, BufferStoreTest, 
TestSolrCloudSnapshots, TestMaxScoreQueryParser, 
PKIAuthenticationIntegrationTest, TestJoin, SolrCloudExampleTest, 
TestTrackingShardHandlerFactory, TestQueryUtils, SortByFunctionTest, 
SolrIndexConfigTest, CoreSorterTest, MigrateRouteKeyTest, TestFiltering, 
TestCustomDocTransformer, LukeRequestHandlerTest, TestStressLiveNodes, 
TestMacros, TestStandardQParsers, ReturnFieldsTest, 
TestSlowCompositeReaderWrapper, TestHashQParserPlugin, BlockCacheTest, 
TestCrossCoreJoin, URLClassifyProcessorTest, GraphQueryTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, 
ShardRoutingTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, 
TestRandomDVFaceting, TestDistributedSearch, TestDistributedGrouping, 
TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, 
TestRealTimeGet, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, 
TestRangeQuery, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, 
SpellCheckComponentTest, TestGroupingSearch, PeerSyncTest, TestIndexSearcher, 
SoftAutoCommitTest, SolrIndexSplitterTest, SimplePostToolTest, 
SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, 
TestStressLucene, TestCSVLoader, PolyFieldTest, SolrCoreCheckLockOnStartupTest, 
TestUpdate, TestAtomicUpdateErrorCases, TestRemoteStreaming, 
TestSolrDeletionPolicy1, SolrInfoMBeanTest, IndexBasedSpellCheckerTest, 
DisMaxRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, 
RequestHandlersTest, TestValueSourceCache, TestIndexingPerformance, 
FastVectorHighlighterTest, LoggingHandlerTest, JSONWriterTest, 
MBeansHandlerTest]
   [junit4] Completed [422/691 (2!)] on J1 in 0.89s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 63125 lines...]
-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...
     [exec] 
     [exec] 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/docs/solr-solrj/overview-summary.html
     [exec]   missing: org.apache.solr.client.solrj.io.eval
     [exec] 
     [exec] Missing javadocs were found!

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:775: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/build.xml:101: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:654: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build.xml:670: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/lucene/common-build.xml:2490:
 exec returned: 1

Total time: 96 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to