Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/752/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseG1GC

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

Error Message:
Expected a collection with one shard and two replicas null Last available 
state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",   
        "base_url":"http://127.0.0.1:63482/solr";,           
"node_name":"127.0.0.1:63482_solr",           "state":"down"},         
"core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"http://127.0.0.1:63477/solr";,           
"node_name":"127.0.0.1:63477_solr",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:63482/solr";,
          "node_name":"127.0.0.1:63482_solr",
          "state":"down"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:63477/solr";,
          "node_name":"127.0.0.1:63477_solr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([867CBA57F3917AF6:D6292254AAB0CCEB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
        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)


FAILED:  org.apache.solr.util.UtilsToolTest.testRelativePath

Error Message:
expected:<14> but was:<16>

Stack Trace:
java.lang.AssertionError: expected:<14> but was:<16>
        at 
__randomizedtesting.SeedInfo.seed([867CBA57F3917AF6:72E0DD68EC6D8BC7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.util.UtilsToolTest.testRelativePath(UtilsToolTest.java:124)
        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 11379 lines...]
   [junit4] Suite: org.apache.solr.util.UtilsToolTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.UtilsToolTest_867CBA57F3917AF6-001\init-core-data-001
   [junit4]   2> 679447 INFO  
(SUITE-UtilsToolTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 679447 INFO  
(SUITE-UtilsToolTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 679447 INFO  
(TEST-UtilsToolTest.testRemoveOldGcLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRemoveOldGcLogs
   [junit4]   1> Archiving 5 old GC log files to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.UtilsToolTest_867CBA57F3917AF6-001\Utils
 Tool Test-001\archived
   [junit4]   2> 679572 INFO  
(TEST-UtilsToolTest.testRemoveOldGcLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRemoveOldGcLogs
   [junit4]   2> 679587 INFO  
(TEST-UtilsToolTest.testNonexisting-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNonexisting
   [junit4]   2> 679604 INFO  
(TEST-UtilsToolTest.testNonexisting-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNonexisting
   [junit4]   2> 679619 INFO  
(TEST-UtilsToolTest.testRemoveOldSolrLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRemoveOldSolrLogs
   [junit4]   1> Deleting 1 solr_log_* files older than 1 days.
   [junit4]   1> Deleting 1 solr_log_* files older than 1 days.
   [junit4]   2> 679650 INFO  
(TEST-UtilsToolTest.testRemoveOldSolrLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRemoveOldSolrLogs
   [junit4]   2> 679665 INFO  
(TEST-UtilsToolTest.testRelativePath-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRelativePath
   [junit4]   2> 679682 INFO  
(TEST-UtilsToolTest.testRelativePath-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRelativePath
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UtilsToolTest 
-Dtests.method=testRelativePath -Dtests.seed=867CBA57F3917AF6 -Dtests.slow=true 
-Dtests.locale=sk -Dtests.timezone=Asia/Phnom_Penh -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.05s J0 | UtilsToolTest.testRelativePath <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<14> but 
was:<16>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([867CBA57F3917AF6:72E0DD68EC6D8BC7]:0)
   [junit4]    >        at 
org.apache.solr.util.UtilsToolTest.testRelativePath(UtilsToolTest.java:124)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 679712 INFO  
(TEST-UtilsToolTest.testRotateSolrLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRotateSolrLogs
   [junit4]   1> Rotating solr logs, keeping a max of 9 generations
   [junit4]   2> 679744 INFO  
(TEST-UtilsToolTest.testRotateSolrLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRotateSolrLogs
   [junit4]   2> 679759 INFO  
(TEST-UtilsToolTest.testEmptyAndQuiet-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEmptyAndQuiet
   [junit4]   2> 679791 INFO  
(TEST-UtilsToolTest.testEmptyAndQuiet-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEmptyAndQuiet
   [junit4]   2> 679806 INFO  
(TEST-UtilsToolTest.testRelativePathError-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRelativePathError
   [junit4]   2> 679822 INFO  
(TEST-UtilsToolTest.testRelativePathError-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRelativePathError
   [junit4]   2> 679837 INFO  
(TEST-UtilsToolTest.testArchiveConsoleLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testArchiveConsoleLogs
   [junit4]   1> Archiving 1 console log files to 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.UtilsToolTest_867CBA57F3917AF6-001\Utils
 Tool Test-001\archived
   [junit4]   2> 679869 INFO  
(TEST-UtilsToolTest.testArchiveConsoleLogs-seed#[867CBA57F3917AF6]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testArchiveConsoleLogs
   [junit4]   2> 679885 INFO  
(SUITE-UtilsToolTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.util.UtilsToolTest_867CBA57F3917AF6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sk, 
timezone=Asia/Phnom_Penh
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=3,threads=1,free=220322064,total=365953024
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedSearch, 
CollectionTooManyReplicasTest, TestCoreAdminApis, TestLRUCache, 
HdfsUnloadDistributedZkTest, UnloadDistributedZkTest, TestRawResponseWriter, 
TestFileDictionaryLookup, PrimUtilsTest, CursorPagingTest, ZkNodePropsTest, 
HardAutoCommitTest, TestFieldTypeCollectionResource, TestOrdValues, 
TestFaceting, TestQueryWrapperFilter, TestStressReorder, CdcrUpdateLogTest, 
TestComplexPhraseLeadingWildcard, TestFastOutputStream, 
TestExclusionRuleCollectionAccess, LeaderElectionTest, 
PeerSyncWithIndexFingerprintCachingTest, TestMacros, DocValuesMissingTest, 
BadCopyFieldTest, RecoveryZkTest, SmileWriterTest, 
TestTrackingShardHandlerFactory, AnalysisAfterCoreReloadTest, 
TestStandardQParsers, ReplicaListTransformerTest, 
TestSolrConfigHandlerConcurrent, DistributedVersionInfoTest, 
TestNonDefinedSimilarityFactory, MultiTermTest, TestPostingsSolrHighlighter, 
RankQueryTest, ChangedSchemaMergeTest, AsyncCallRequestStatusResponseTest, 
TestExtendedDismaxParser, TestMaxScoreQueryParser, TestStressLiveNodes, 
CursorMarkTest, DocValuesTest, BasicAuthStandaloneTest, 
TestIBSimilarityFactory, TestSegmentSorting, 
TestTolerantUpdateProcessorRandomCloud, TestAuthorizationFramework, 
TestClassicSimilarityFactory, UtilsToolTest]
   [junit4] Completed [122/696 (1!)] on J0 in 0.47s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 327 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\init-core-data-001
   [junit4]   2> 1118202 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1118208 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1118211 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001
   [junit4]   2> 1118211 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1118211 INFO  (Thread-1546) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1118211 INFO  (Thread-1546) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1118311 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63473
   [junit4]   2> 1118324 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1118325 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1de51bb{/solr,null,AVAILABLE}
   [junit4]   2> 1118326 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@67beb9{HTTP/1.1,[http/1.1]}{127.0.0.1:63477}
   [junit4]   2> 1118326 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.e.j.s.Server Started @1123440ms
   [junit4]   2> 1118326 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63477}
   [junit4]   2> 1118326 ERROR (jetty-launcher-1833-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1118326 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 1118326 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1118328 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1118328 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-26T10:40:21.744Z
   [junit4]   2> 1118330 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1118331 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c86d00{/solr,null,AVAILABLE}
   [junit4]   2> 1118331 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@50e854{HTTP/1.1,[http/1.1]}{127.0.0.1:63482}
   [junit4]   2> 1118331 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.e.j.s.Server Started @1123445ms
   [junit4]   2> 1118331 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63482}
   [junit4]   2> 1118331 ERROR (jetty-launcher-1833-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1118332 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 1118332 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1118332 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1118332 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-26T10:40:21.748Z
   [junit4]   2> 1118343 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1118357 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1118357 INFO  (jetty-launcher-1833-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63473/solr
   [junit4]   2> 1118360 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1118370 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1118371 INFO  (jetty-launcher-1833-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63473/solr
   [junit4]   2> 1118412 INFO  (jetty-launcher-1833-thread-2) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1118418 INFO  (jetty-launcher-1833-thread-2) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63482_solr
   [junit4]   2> 1118421 INFO  (jetty-launcher-1833-thread-2) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.Overseer Overseer 
(id=97524490019209221-127.0.0.1:63482_solr-n_0000000000) starting
   [junit4]   2> 1118432 INFO  (jetty-launcher-1833-thread-1) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1118434 INFO  (jetty-launcher-1833-thread-2) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63482_solr
   [junit4]   2> 1118435 INFO  (jetty-launcher-1833-thread-1) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63477_solr
   [junit4]   2> 1118468 INFO  
(zkCallback-1844-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1118469 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1118624 INFO  (jetty-launcher-1833-thread-2) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.
   [junit4]   2> 1118626 INFO  (jetty-launcher-1833-thread-1) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node1\.
   [junit4]   2> 1118960 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1118962 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63473/solr ready
   [junit4]   2> 1119006 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1119016 INFO  (qtp11574399-9040) [n:127.0.0.1:63477_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> 1119023 INFO  
(OverseerThreadFactory-2868-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 1119137 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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> 1119141 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1119260 INFO  
(zkCallback-1844-thread-3-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_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> 1119260 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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> 1120176 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 1120176 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 1120184 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1120184 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1120189 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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> 1120189 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120194 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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> 1120194 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120195 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1120195 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\]
   [junit4]   2> 1120356 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1120356 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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> 1120356 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1120356 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120358 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1120358 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1120358 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1120358 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1120360 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e9b39b[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1120360 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d08cd[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1120363 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1120363 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1120363 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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> 1120364 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1120364 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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 1560391842560737280
   [junit4]   2> 1120366 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120366 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1120366 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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 1560391842562834432
   [junit4]   2> 1120375 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1120375 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120375 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:63477/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 1120375 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:63477/solr 
START 
replicas=[http://127.0.0.1:63482/solr/MissingSegmentRecoveryTest_shard1_replica1/]
 nUpdates=100
   [junit4]   2> 1120375 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:63477/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1120378 INFO  
(searcherExecutor-2873-thread-1-processing-n:127.0.0.1:63482_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@e9b39b[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1120378 INFO  
(searcherExecutor-2874-thread-1-processing-n:127.0.0.1:63477_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@d08cd[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1120381 INFO  (qtp4868403-9055) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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> 1120381 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120381 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1120381 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1120386 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63477/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 1120491 INFO  
(zkCallback-1844-thread-2-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_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> 1120491 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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> 1120540 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1120546 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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=1404
   [junit4]   2> 1120647 INFO  
(zkCallback-1844-thread-3-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_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> 1120647 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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> 1121381 INFO  (qtp4868403-9059) [n:127.0.0.1:63482_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=2243
   [junit4]   2> 1121387 INFO  (qtp11574399-9040) [n:127.0.0.1:63477_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> 1121483 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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> 1121483 INFO  
(zkCallback-1844-thread-2-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_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> 1122387 INFO  (qtp11574399-9040) [n:127.0.0.1:63477_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=3370
   [junit4]   2> 1122408 INFO  (qtp4868403-9054) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63477/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1560391844686200832), 1 (1560391844692492288), 2 (1560391844692492289), 3 
(1560391844692492290), 4 (1560391844692492291), 5 (1560391844692492292), 6 
(1560391844692492293), 7 (1560391844692492294), 8 (1560391844693540864), 9 
(1560391844693540865)]} 0 5
   [junit4]   2> 1122408 INFO  (qtp11574399-9047) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1560391844686200832), 1 
(1560391844692492288), 2 (1560391844692492289), 3 (1560391844692492290), 4 
(1560391844692492291), 5 (1560391844692492292), 6 (1560391844692492293), 7 
(1560391844692492294), 8 (1560391844693540864), 9 (1560391844693540865)]} 0 17
   [junit4]   2> 1122412 INFO  (qtp4868403-9053) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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> 1122412 INFO  (qtp4868403-9053) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@aee3a3
   [junit4]   2> 1122414 INFO  (qtp11574399-9045) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
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> 1122414 INFO  (qtp11574399-9045) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef8e5
   [junit4]   2> 1122456 INFO  (qtp11574399-9045) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17d8947[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1122456 INFO  (qtp11574399-9045) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1122456 INFO  
(searcherExecutor-2874-thread-1-processing-n:127.0.0.1:63477_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@17d8947[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 1122458 INFO  (qtp11574399-9045) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
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=http://127.0.0.1:63477/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 43
   [junit4]   2> 1122463 INFO  (qtp4868403-9053) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1350778[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1122463 INFO  
(searcherExecutor-2873-thread-1-processing-n:127.0.0.1:63482_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@1350778[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 1122463 INFO  (qtp4868403-9053) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1122464 INFO  (qtp4868403-9053) [n:127.0.0.1:63482_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
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=http://127.0.0.1:63477/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 51
   [junit4]   2> 1122464 INFO  (qtp11574399-9046) [n:127.0.0.1:63477_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 54
   [junit4]   2> 1122474 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@50e854{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1122476 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=24603257
   [junit4]   2> 1122490 INFO  (coreCloseExecutor-2883-thread-1) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c71fee
   [junit4]   2> 1122493 INFO  (coreCloseExecutor-2883-thread-1) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1122497 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.c.Overseer Overseer 
(id=97524490019209221-127.0.0.1:63482_solr-n_0000000000) closing
   [junit4]   2> 1122498 INFO  
(OverseerStateUpdate-97524490019209221-127.0.0.1:63482_solr-n_0000000000) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:63482_solr
   [junit4]   2> 1122504 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a7a01c87f0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1122505 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1122507 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c86d00{/solr,null,UNAVAILABLE}
   [junit4]   2> 1122508 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:63477_solr
   [junit4]   2> 1122508 INFO  
(zkCallback-1845-thread-2-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1122509 INFO  (zkCallback-1851-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1122511 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1122512 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.Overseer Overseer 
(id=97524490019209222-127.0.0.1:63477_solr-n_0000000001) starting
   [junit4]   2> 1122513 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f739c4{/solr,null,AVAILABLE}
   [junit4]   2> 1122515 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@1538715{HTTP/1.1,[http/1.1]}{127.0.0.1:63482}
   [junit4]   2> 1122515 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.e.j.s.Server Started @1127628ms
   [junit4]   2> 1122515 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63482}
   [junit4]   2> 1122515 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1122526 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.5.0
   [junit4]   2> 1122526 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1122526 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1122526 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-26T10:40:25.942Z
   [junit4]   2> 1122545 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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: [1])
   [junit4]   2> 1122549 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1122571 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1122572 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63473/solr
   [junit4]   2> 1122577 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a7a01c87f000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1122594 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1122596 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1122599 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63482_solr
   [junit4]   2> 1122616 INFO  
(zkCallback-1856-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1122616 INFO  (zkCallback-1851-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1122616 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1122720 INFO  
(zkCallback-1845-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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> 1122933 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.
   [junit4]   2> 1122933 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 1123112 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 1123131 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1123146 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1123173 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 1123174 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1123212 INFO  
(zkCallback-1845-thread-3-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_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> 1123213 INFO  
(zkCallback-1856-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_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> 1123381 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1123381 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1123385 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1123385 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1123391 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1de4bd5
   [junit4]   2> 1123396 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1123403 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1123403 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170226044026819
   [junit4]   2> 1123411 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
   [junit4]   2> 1123426 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\
 afterReload=false
   [junit4]   2> 1123433 ERROR 
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Failed 
to delete old directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170226044026819
 due to: java.io.IOException: Unable to delete directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170226044026819.
   [junit4]   2> 1123435 ERROR 
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Error 
closing IndexWriter
   [junit4]   2> java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170226044026819\write.lock
   [junit4]   2>        at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
   [junit4]   2>        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
   [junit4]   2>        at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
   [junit4]   2>        at 
sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
   [junit4]   2>        at 
sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
   [junit4]   2>        at 
sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193)
   [junit4]   2>        at java.nio.file.Files.readAttributes(Files.java:1737)
   [junit4]   2>        at 
org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:177)
   [junit4]   2>        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:67)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentInfos.write(SegmentInfos.java:474)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:775)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4706)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3093)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3252)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1136)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1179)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:291)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:711)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:894)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:991)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:919)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:552)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [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> 1123460 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\
 afterReload=false
   [junit4]   2> 1123599 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\index
   [junit4]   2> 1123645 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1123645 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1123650 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1123650 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1123656 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d8f91
   [junit4]   2> 1123661 INFO  
(coreLoadExecutor-2892-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1123661 ERROR 
(coreContainerWorkExecutor-2888-thread-1-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore 
to be created
   [junit4]   2> java.util.concurrent.ExecutionException: 
org.apache.solr.common.SolrException: Unable to create core 
[MissingSegmentRecoveryTest_shard1_replica1]
   [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.core.CoreContainer.lambda$load$4(CoreContainer.java:580)
   [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.common.SolrException: Unable to 
create core [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:552)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2>        ... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:991)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:919)
   [junit4]   2>        ... 7 more
   [junit4]   2>        Suppressed: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:917)
   [junit4]   2>                ... 7 more
   [junit4]   2>        Caused by: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1988)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2108)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1036)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:920)
   [junit4]   2>                ... 9 more
   [junit4]   2>        Caused by: 
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while 
reading index. 
(resource=BufferedChecksumIndexInput(SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1\data\index\segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:938)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1949)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1\data\index\segments_2")
   [junit4]   2>                at 
org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:336)
   [junit4]   2>                at 
org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54)
   [junit4]   2>                at 
org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2>                at 
org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:300)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:288)
   [junit4]   2>                ... 18 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2108)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1036)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:920)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(MetricsDirectory(SimpleFSDirectory@C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1\data\index.20170226044026819
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@190ee9f)): files: 
[pending_segments_1, write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:933)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1949)
   [junit4]   2>        ... 13 more
   [junit4]   2> 1213708 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_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> 1213715 INFO  
(OverseerThreadFactory-2886-thread-1-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1213721 INFO  (qtp11574399-9046) [n:127.0.0.1:63477_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1213721 INFO  (qtp11574399-9046) [n:127.0.0.1:63477_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@15e124e
   [junit4]   2> 1213725 INFO  (qtp11574399-9046) [n:127.0.0.1:63477_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1213753 INFO  (qtp25693105-9128) [n:127.0.0.1:63482_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=32
   [junit4]   2> 1213757 INFO  (qtp11574399-9046) [n:127.0.0.1:63477_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=37
   [junit4]   2> 1213759 INFO  
(zkCallback-1856-thread-2-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_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> 1213867 INFO  
(zkCallback-1856-thread-2-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDeleted 
path:/collections/MissingSegmentRecoveryTest/state.json] for collection 
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1214465 INFO  (qtp11574399-9064) [n:127.0.0.1:63477_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=756
   [junit4]   2> 1214465 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[867CBA57F3917AF6]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=867CBA57F3917AF6 -Dtests.slow=true -Dtests.locale=it 
-Dtests.timezone=America/North_Dakota/New_Salem -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 95.5s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection 
with one shard and two replicas
   [junit4]    > null
   [junit4]    > Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:63482/solr";,
   [junit4]    >           "node_name":"127.0.0.1:63482_solr",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:63477/solr";,
   [junit4]    >           "node_name":"127.0.0.1:63477_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([867CBA57F3917AF6:D6292254AAB0CCEB]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
   [junit4]    >        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1214469 INFO  (jetty-closer-1834-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1538715{HTTP/1.1,[http/1.1]}{127.0.0.1:63482}
   [junit4]   2> 1214469 INFO  (jetty-closer-1834-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@67beb9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1214470 INFO  (jetty-closer-1834-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=23849244
   [junit4]   2> 1214470 INFO  (jetty-closer-1834-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=16147447
   [junit4]   2> 1214475 INFO  (jetty-closer-1834-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97524490019209222-127.0.0.1:63477_solr-n_0000000001) closing
   [junit4]   2> 1214475 INFO  
(OverseerStateUpdate-97524490019209222-127.0.0.1:63477_solr-n_0000000001) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:63477_solr
   [junit4]   2> 1214476 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a7a01c87f000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1214476 WARN  
(zkCallback-1856-thread-2-processing-n:127.0.0.1:63482_solr) 
[n:127.0.0.1:63482_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1214477 INFO  (jetty-closer-1834-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1214479 INFO  
(zkCallback-1845-thread-5-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1214479 INFO  (jetty-closer-1834-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f739c4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1214479 WARN  
(zkCallback-1845-thread-5-processing-n:127.0.0.1:63477_solr) 
[n:127.0.0.1:63477_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1214481 INFO  (jetty-closer-1834-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1214484 INFO  (jetty-closer-1834-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1de51bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1214485 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63473 63473
   [junit4]   2> 1214488 INFO  (Thread-1546) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63473 63473
   [junit4]   2> 1214489 WARN  (Thread-1546) [    ] 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>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        92      /solr/overseer/collection-queue-work
   [junit4]   2>        19      /solr/overseer/queue
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1214489 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[867CBA57F3917AF6]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_867CBA57F3917AF6-001
   [junit4]   2> Feb 26, 2017 10:41:57 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=FST50, id=PostingsFormat(name=Asserting)}, docValues:{}, 
maxPointsInLeafNode=878, maxMBSortInHeap=5.6108642465839775, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=it, 
timezone=America/North_Dakota/New_Salem
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=3,threads=1,free=130437904,total=401604608
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedSearch, 
CollectionTooManyReplicasTest, TestCoreAdminApis, TestLRUCache, 
HdfsUnloadDistributedZkTest, UnloadDistributedZkTest, TestRawResponseWriter, 
TestFileDictionaryLookup, PrimUtilsTest, CursorPagingTest, ZkNodePropsTest, 
HardAutoCommitTest, TestFieldTypeCollectionResource, TestOrdValues, 
TestFaceting, TestQueryWrapperFilter, TestStressReorder, CdcrUpdateLogTest, 
TestComplexPhraseLeadingWildcard, TestFastOutputStream, 
TestExclusionRuleCollectionAccess, LeaderElectionTest, 
PeerSyncWithIndexFingerprintCachingTest, TestMacros, DocValuesMissingTest, 
BadCopyFieldTest, RecoveryZkTest, SmileWriterTest, 
TestTrackingShardHandlerFactory, AnalysisAfterCoreReloadTest, 
TestStandardQParsers, ReplicaListTransformerTest, 
TestSolrConfigHandlerConcurrent, DistributedVersionInfoTest, 
TestNonDefinedSimilarityFactory, MultiTermTest, TestPostingsSolrHighlighter, 
RankQueryTest, ChangedSchemaMergeTest, AsyncCallRequestStatusResponseTest, 
TestExtendedDismaxParser, TestMaxScoreQueryParser, TestStressLiveNodes, 
CursorMarkTest, DocValuesTest, BasicAuthStandaloneTest, 
TestIBSimilarityFactory, TestSegmentSorting, 
TestTolerantUpdateProcessorRandomCloud, TestAuthorizationFramework, 
TestClassicSimilarityFactory, UtilsToolTest, HdfsDirectoryTest, ShardSplitTest, 
SharedFSAutoReplicaFailoverUtilsTest, DeleteInactiveReplicaTest, FileUtilsTest, 
LeaderFailureAfterFreshStartTest, TestTolerantSearch, TestHdfsUpdateLog, 
TestSchemaManager, DisMaxRequestHandlerTest, TestDocumentBuilder, 
TestStressLucene, BadComponentTest, TestFunctionQuery, TestJmxIntegration, 
TestSizeLimitedDistributedMap, SparseHLLTest, SuggestComponentTest, 
TestRuleBasedAuthorizationPlugin, TestUseDocValuesAsStored, TestNRTOpen, 
SolrSlf4jReporterTest, BlockJoinFacetRandomTest, 
TestSerializedLuceneMatchVersion, OverseerRolesTest, SimplePostToolTest, 
TestReplicaProperties, TestStressRecovery, ResponseLogComponentTest, 
MissingSegmentRecoveryTest]
   [junit4] Completed [224/696 (2!)] on J0 in 96.62s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 56430 lines...]

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

Reply via email to