You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/03/12 08:58:36 UTC

[JENKINS] Lucene-Solr-Tests-6.x - Build # 784 - Unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason: <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
<pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([E157BA2BC97F27ED:B1022228905E91F0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:107)
	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 11452 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/init-core-data-001
   [junit4]   2> 483359 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 483359 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 483361 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 483361 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001
   [junit4]   2> 483361 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 483362 INFO  (Thread-1348) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 483362 INFO  (Thread-1348) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 483462 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49132
   [junit4]   2> 483495 INFO  (jetty-launcher-713-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 483496 INFO  (jetty-launcher-713-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 483497 INFO  (jetty-launcher-713-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ce6b587{/solr,null,AVAILABLE}
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@158a3c97{SSL,[ssl, http/1.1]}{127.0.0.1:36217}
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.e.j.s.Server Started @484555ms
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36217}
   [junit4]   2> 483498 ERROR (jetty-launcher-713-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 483498 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T08:14:35.068Z
   [junit4]   2> 483505 INFO  (jetty-launcher-713-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76273f09{/solr,null,AVAILABLE}
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3a093573{SSL,[ssl, http/1.1]}{127.0.0.1:55315}
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.e.j.s.Server Started @484562ms
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55315}
   [junit4]   2> 483506 ERROR (jetty-launcher-713-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 483506 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T08:14:35.076Z
   [junit4]   2> 483510 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 483514 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 483519 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 483520 INFO  (jetty-launcher-713-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49132/solr
   [junit4]   2> 483522 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 483527 INFO  (jetty-launcher-713-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49132/solr
   [junit4]   2> 483564 INFO  (jetty-launcher-713-thread-2) [n:127.0.0.1:55315_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 483567 INFO  (jetty-launcher-713-thread-2) [n:127.0.0.1:55315_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55315_solr
   [junit4]   2> 483568 INFO  (jetty-launcher-713-thread-2) [n:127.0.0.1:55315_solr    ] o.a.s.c.Overseer Overseer (id=97603189141340165-127.0.0.1:55315_solr-n_0000000000) starting
   [junit4]   2> 483573 INFO  (jetty-launcher-713-thread-1) [n:127.0.0.1:36217_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 483574 INFO  (jetty-launcher-713-thread-1) [n:127.0.0.1:36217_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36217_solr
   [junit4]   2> 483606 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 483614 INFO  (zkCallback-723-thread-1-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 483615 INFO  (jetty-launcher-713-thread-2) [n:127.0.0.1:55315_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55315_solr
   [junit4]   2> 483616 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 483617 INFO  (zkCallback-723-thread-1-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 483725 INFO  (jetty-launcher-713-thread-1) [n:127.0.0.1:36217_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/.
   [junit4]   2> 483725 INFO  (jetty-launcher-713-thread-2) [n:127.0.0.1:55315_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node2/.
   [junit4]   2> 484037 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 484038 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49132/solr ready
   [junit4]   2> 484057 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 484116 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 484118 INFO  (OverseerThreadFactory-2394-thread-1-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 484235 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 484281 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 484384 INFO  (zkCallback-723-thread-4-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 484384 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 485249 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 485258 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 485260 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 485261 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from collection MissingSegmentRecoveryTest
   [junit4]   2> 485261 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 485292 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 485294 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 485294 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 485295 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 485295 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 485296 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@648d46d9[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 485297 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 485297 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 485297 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 485297 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561651028287291392
   [junit4]   2> 485298 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 485300 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 485301 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from collection MissingSegmentRecoveryTest
   [junit4]   2> 485301 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 485301 INFO  (searcherExecutor-2399-thread-1-processing-n:127.0.0.1:55315_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@648d46d9[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485307 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_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> 485333 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 485333 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 485333 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 485333 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 485335 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ea952bb[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 485338 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 485338 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 485339 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 485339 INFO  (searcherExecutor-2404-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@ea952bb[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 485339 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561651028331331584
   [junit4]   2> 485409 INFO  (zkCallback-723-thread-3-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 485409 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 485807 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 485807 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 485808 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:55315/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 485808 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica2 url=https://127.0.0.1:55315/solr START replicas=[https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest_shard1_replica1/] nUpdates=100
   [junit4]   2> 485808 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica2 url=https://127.0.0.1:55315/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 485822 INFO  (qtp296514845-4875) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.S.Request [MissingSegmentRecoveryTest_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> 485823 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 485823 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_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> 485823 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 485826 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:55315/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 485930 INFO  (zkCallback-723-thread-3-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 485930 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 485976 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 485979 INFO  (qtp92635066-4886) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2} status=0 QTime=1743
   [junit4]   2> 486082 INFO  (zkCallback-723-thread-1-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 486082 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 486345 INFO  (qtp296514845-4876) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2} status=0 QTime=2064
   [junit4]   2> 486348 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_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> 486453 INFO  (zkCallback-723-thread-1-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 486453 INFO  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 487348 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3231
   [junit4]   2> 487368 INFO  (qtp296514845-4873) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:55315/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0 (1561651030448406528), 1 (1561651030451552256), 2 (1561651030451552257), 3 (1561651030452600832), 4 (1561651030452600833), 5 (1561651030452600834), 6 (1561651030452600835), 7 (1561651030452600836), 8 (1561651030452600837), 9 (1561651030452600838)]} 0 2
   [junit4]   2> 487369 INFO  (qtp92635066-4890) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1561651030448406528), 1 (1561651030451552256), 2 (1561651030451552257), 3 (1561651030452600832), 4 (1561651030452600833), 5 (1561651030452600834), 6 (1561651030452600835), 7 (1561651030452600836), 8 (1561651030452600837), 9 (1561651030452600838)]} 0 11
   [junit4]   2> 487375 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 487375 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@76573b99
   [junit4]   2> 487378 INFO  (qtp296514845-4878) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 487378 INFO  (qtp296514845-4878) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@50b1d0d0
   [junit4]   2> 487415 INFO  (qtp296514845-4878) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72ade04f[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 487415 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d19591f[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 487416 INFO  (searcherExecutor-2404-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@72ade04f[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 487416 INFO  (qtp296514845-4878) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 487416 INFO  (qtp296514845-4878) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:55315/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 37
   [junit4]   2> 487416 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 487416 INFO  (searcherExecutor-2399-thread-1-processing-n:127.0.0.1:55315_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@5d19591f[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 487416 INFO  (qtp92635066-4889) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:55315/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 41
   [junit4]   2> 487416 INFO  (qtp92635066-4888) [n:127.0.0.1:55315_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 45
   [junit4]   2> 487426 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@158a3c97{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 487430 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=591830618
   [junit4]   2> 487435 INFO  (coreCloseExecutor-2409-thread-1) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ecb44c8
   [junit4]   2> 487437 INFO  (coreCloseExecutor-2409-thread-1) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 487447 WARN  (zkCallback-725-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 487447 INFO  (zkCallback-731-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 487447 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 487447 INFO  (zkCallback-723-thread-4-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 487450 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6ce6b587{/solr,null,UNAVAILABLE}
   [junit4]   2> 487452 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 487455 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a0fe5a5{/solr,null,AVAILABLE}
   [junit4]   2> 487455 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@69cda1af{SSL,[ssl, http/1.1]}{127.0.0.1:36217}
   [junit4]   2> 487456 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.e.j.s.Server Started @488512ms
   [junit4]   2> 487456 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36217}
   [junit4]   2> 487456 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 487458 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 487458 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 487458 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 487458 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T08:14:39.028Z
   [junit4]   2> 487463 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 487469 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 487470 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49132/solr
   [junit4]   2> 487475 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 487479 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [n:127.0.0.1:36217_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 487481 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [n:127.0.0.1:36217_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36217_solr
   [junit4]   2> 487484 INFO  (zkCallback-731-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 487484 INFO  (zkCallback-723-thread-4-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 487496 INFO  (zkCallback-736-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 487576 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [n:127.0.0.1:36217_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/.
   [junit4]   2> 487576 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [n:127.0.0.1:36217_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 487589 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 487595 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 487597 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 487598 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from collection MissingSegmentRecoveryTest
   [junit4]   2> 487598 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 487625 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 487625 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 487626 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 487626 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 487628 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@23bab645
   [junit4]   2> 487628 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 487630 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core and recover.
   [junit4]   2> 487631 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index properties... index=index.20170312161439201
   [junit4]   2> 487633 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 487640 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 487643 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted old index directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 487664 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 487664 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 487665 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 487665 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 487666 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@569a7203[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 487667 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 487667 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 487667 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 487667 INFO  (coreLoadExecutor-2416-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 487667 INFO  (searcherExecutor-2422-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@569a7203[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 487670 INFO  (coreZkRegister-2411-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.ZkController Core needs to recover:MissingSegmentRecoveryTest_shard1_replica1
   [junit4]   2> 487671 INFO  (updateExecutor-733-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 487671 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 487671 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[1561651030452600838, 1561651030452600837, 1561651030452600836, 1561651030452600835, 1561651030452600834, 1561651030452600833, 1561651030452600832, 1561651030451552257, 1561651030451552256, 1561651030448406528]]
   [junit4]   2> 487671 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 487671 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 487672 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Publishing state of core [MissingSegmentRecoveryTest_shard1_replica1] as recovering, leader is [https://127.0.0.1:55315/solr/MissingSegmentRecoveryTest_shard1_replica2/] and I am [https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest_shard1_replica1/]
   [junit4]   2> 487673 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:55315/solr]; [WaitForState: action=PREPRECOVERY&core=MissingSegmentRecoveryTest_shard1_replica2&nodeName=127.0.0.1:36217_solr&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 487676 INFO  (qtp92635066-4887) [n:127.0.0.1:55315_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 487676 INFO  (qtp92635066-4887) [n:127.0.0.1:55315_solr    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see MissingSegmentRecoveryTest_shard1_replica2 (shard1 of MissingSegmentRecoveryTest) have state: recovering
   [junit4]   2> 487676 INFO  (qtp92635066-4887) [n:127.0.0.1:55315_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=MissingSegmentRecoveryTest, shard=shard1, thisCore=MissingSegmentRecoveryTest_shard1_replica2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=active, localState=active, nodeName=127.0.0.1:36217_solr, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"MissingSegmentRecoveryTest_shard1_replica1","base_url":"https://127.0.0.1:36217/solr","node_name":"127.0.0.1:36217_solr","state":"active"}
   [junit4]   2> 487774 INFO  (zkCallback-723-thread-4-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 487774 INFO  (zkCallback-736-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 487828 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection MissingSegmentRecoveryTest failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 510 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 510</h2>
   [junit4]   2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]   2> <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 0
   [junit4]   2> 487829 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) MissingSegmentRecoveryTest after stale state error from server.
   [junit4]   2> 487831 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection MissingSegmentRecoveryTest failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 510 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 510</h2>
   [junit4]   2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]   2> <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 1
   [junit4]   2> 487831 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) MissingSegmentRecoveryTest after stale state error from server.
   [junit4]   2> 487835 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection MissingSegmentRecoveryTest failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 510 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 510</h2>
   [junit4]   2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]   2> <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 2
   [junit4]   2> 487835 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) MissingSegmentRecoveryTest after stale state error from server.
   [junit4]   2> 487837 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection MissingSegmentRecoveryTest failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 510 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 510</h2>
   [junit4]   2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]   2> <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 3
   [junit4]   2> 487837 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) MissingSegmentRecoveryTest after stale state error from server.
   [junit4]   2> 487842 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection MissingSegmentRecoveryTest failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 510 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 510</h2>
   [junit4]   2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]   2> <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 4
   [junit4]   2> 487842 WARN  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Re-trying request to  collection(s) MissingSegmentRecoveryTest after stale state error from server.
   [junit4]   2> 487844 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.c.s.i.CloudSolrClient Request to collection MissingSegmentRecoveryTest failed due to (510) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]   2> <title>Error 510 </title>
   [junit4]   2> </head>
   [junit4]   2> <body>
   [junit4]   2> <h2>HTTP ERROR: 510</h2>
   [junit4]   2> <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]   2> <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]   2> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> , retry? 5
   [junit4]   2> 487846 INFO  (qtp92635066-4884) [n:127.0.0.1:55315_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 487848 INFO  (OverseerThreadFactory-2394-thread-2-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 487848 INFO  (OverseerCollectionConfigSetProcessor-97603189141340165-127.0.0.1:55315_solr-n_0000000000) [n:127.0.0.1:55315_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> 487853 INFO  (qtp92635066-4888) [n:127.0.0.1:55315_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 487853 INFO  (qtp2042311070-4948) [n:127.0.0.1:36217_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 487853 INFO  (qtp92635066-4888) [n:127.0.0.1:55315_solr    ] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@329d6400
   [junit4]   2> 487855 WARN  (qtp2042311070-4948) [n:127.0.0.1:36217_solr    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[MissingSegmentRecoveryTest_shard1_replica1] coreNodeName=[core_node2]
   [junit4]   2> 487855 INFO  (qtp2042311070-4948) [n:127.0.0.1:36217_solr    ] o.a.s.c.SolrCore Core MissingSegmentRecoveryTest_shard1_replica1 is not yet closed, waiting 100 ms before checking again.
   [junit4]   2> 487856 ERROR (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Error while trying to recover. core=MissingSegmentRecoveryTest_shard1_replica1:java.util.concurrent.ExecutionException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:55315/solr
   [junit4]   2> 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:616)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:591)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:351)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:222)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [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: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:55315/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:624)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.lambda$httpUriRequest$0(HttpSolrClient.java:319)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: java.net.SocketException: Socket closed
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:204)
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2> 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]   2> 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
   [junit4]   2> 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
   [junit4]   2> 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [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.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.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
   [junit4]   2> 	... 6 more
   [junit4]   2> 
   [junit4]   2> 487857 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Replay not started, or was not successful... still buffering updates.
   [junit4]   2> 487857 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 487857 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 487857 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1fef706a
   [junit4]   2> 487862 INFO  (qtp92635066-4888) [n:127.0.0.1:55315_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 487862 WARN  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[MissingSegmentRecoveryTest_shard1_replica1] coreNodeName=[core_node2]
   [junit4]   2> 487864 INFO  (recoveryExecutor-734-thread-1-processing-n:127.0.0.1:36217_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:36217_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 487867 WARN  (zkCallback-736-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not found:MissingSegmentRecoveryTest_shard1_replica1 in []
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:292)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:268)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [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> 487867 INFO  (qtp92635066-4888) [n:127.0.0.1:55315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 487956 INFO  (qtp2042311070-4948) [n:127.0.0.1:36217_solr    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 487957 INFO  (qtp2042311070-4948) [n:127.0.0.1:36217_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=103
   [junit4]   2> 488664 INFO  (qtp92635066-4884) [n:127.0.0.1:55315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} status=0 QTime=817
   [junit4]   2> 488664 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[E157BA2BC97F27ED]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery -Dtests.seed=E157BA2BC97F27ED -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Asia/Ulan_Bator -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   4.63s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream but got text/html. <html>
   [junit4]    > <head>
   [junit4]    > <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   [junit4]    > <title>Error 510 </title>
   [junit4]    > </head>
   [junit4]    > <body>
   [junit4]    > <h2>HTTP ERROR: 510</h2>
   [junit4]    > <p>Problem accessing /solr/MissingSegmentRecoveryTest/select. Reason:
   [junit4]    > <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;MissingSegmentRecoveryTest&quot;:6},code=510}</pre></p>
   [junit4]    > <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
   [junit4]    > </body>
   [junit4]    > </html>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E157BA2BC97F27ED:B1022228905E91F0]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
   [junit4]    > 	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:107)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 488668 INFO  (jetty-closer-714-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a093573{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 488669 INFO  (jetty-closer-714-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=800671917
   [junit4]   2> 488670 INFO  (jetty-closer-714-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@69cda1af{SSL,[ssl, http/1.1]}{127.0.0.1:36217}
   [junit4]   2> 488671 INFO  (jetty-closer-714-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=961300745
   [junit4]   2> 488671 INFO  (jetty-closer-714-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97603189141340165-127.0.0.1:55315_solr-n_0000000000) closing
   [junit4]   2> 488671 INFO  (OverseerStateUpdate-97603189141340165-127.0.0.1:55315_solr-n_0000000000) [n:127.0.0.1:55315_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55315_solr
   [junit4]   2> 488673 INFO  (zkCallback-736-thread-1-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 488673 INFO  (zkCallback-736-thread-2-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36217_solr
   [junit4]   2> 488676 ERROR (qtp92635066-4887) [n:127.0.0.1:55315_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Solr is shutting down
   [junit4]   2> 	at org.apache.solr.handler.admin.PrepRecoveryOp.execute(PrepRecoveryOp.java:183)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 488677 INFO  (qtp92635066-4887) [n:127.0.0.1:55315_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36217_solr&onlyIfLeaderActive=true&core=MissingSegmentRecoveryTest_shard1_replica2&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=1000
   [junit4]   2> 488678 WARN  (zkCallback-736-thread-2-processing-n:127.0.0.1:36217_solr) [n:127.0.0.1:36217_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 488678 INFO  (jetty-closer-714-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 488678 INFO  (jetty-closer-714-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a0fe5a5{/solr,null,UNAVAILABLE}
   [junit4]   2> 490173 WARN  (zkCallback-723-thread-4-processing-n:127.0.0.1:55315_solr) [n:127.0.0.1:55315_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 490173 INFO  (jetty-closer-714-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 490174 INFO  (jetty-closer-714-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76273f09{/solr,null,UNAVAILABLE}
   [junit4]   2> 490174 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49132 49132
   [junit4]   2> 490272 INFO  (Thread-1348) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49132 49132
   [junit4]   2> 490273 WARN  (Thread-1348) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97603189141340165-127.0.0.1:55315_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/97603189141340165-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 490273 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[E157BA2BC97F27ED]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_E157BA2BC97F27ED-001
   [junit4]   2> Mar 12, 2017 8:14:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=283, maxMBSortInHeap=7.396407265159942, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=de, timezone=Asia/Ulan_Bator
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=169830784,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestCSVLoader, DataDrivenBlockJoinTest, TestFieldCacheVsDocValues, TestConfigSetsAPI, TestOmitPositions, JvmMetricsTest, TestXmlQParser, CloneFieldUpdateProcessorFactoryTest, TestSolr4Spatial, DeleteStatusTest, UUIDFieldTest, TestSizeLimitedDistributedMap, UniqFieldsUpdateProcessorFactoryTest, TestFieldTypeCollectionResource, ReplaceNodeTest, TestJettySolrRunner, TestStressLucene, CacheHeaderTest, TestShardHandlerFactory, DistributedQueryElevationComponentTest, TlogReplayBufferedWhileIndexingTest, TestFunctionQuery, TestBadConfig, TestSSLRandomization, ConfigSetsAPITest, TestSchemaManager, RequiredFieldsTest, OverriddenZkACLAndCredentialsProvidersTest, ExternalFileFieldSortTest, SyncSliceTest, NotRequiredUniqueKeyTest, PeerSyncReplicationTest, TestPseudoReturnFields, CursorMarkTest, TestCoreAdminApis, TestCustomDocTransformer, DistribJoinFromCollectionTest, HdfsBasicDistributedZk2Test, UUIDUpdateProcessorFallbackTest, TestFieldSortValues, BasicZkTest, RegexBoostProcessorTest, SparseHLLTest, HdfsChaosMonkeySafeLeaderTest, TestSolrDeletionPolicy2, DistributedQueryComponentCustomSortTest, DistributedSpellCheckComponentTest, StandardRequestHandlerTest, FacetPivotSmallTest, MBeansHandlerTest, DeleteNodeTest, TestTestInjection, BasicDistributedZkTest, TestDynamicFieldResource, CoreSorterTest, TestDownShardTolerantSearch, SolrGraphiteReporterTest, TestJmxIntegration, TestScoreJoinQPNoScore, TestLeaderElectionWithEmptyReplica, SuggestComponentTest, TestComponentsName, TestReplicationHandler, ZkNodePropsTest, TestComplexPhraseLeadingWildcard, MissingSegmentRecoveryTest]
   [junit4] Completed [153/697 (1!)] on J0 in 7.20s, 1 test, 1 error <<< FAILURES!

[...truncated 64425 lines...]