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/18 17:53:38 UTC

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

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

1 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/6)={   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",           "base_url":"https://127.0.0.1:53524/solr",           "node_name":"127.0.0.1:53524_solr",           "state":"active",           "leader":"true"},         "core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",           "base_url":"https://127.0.0.1:60036/solr",           "node_name":"127.0.0.1:60036_solr",           "state":"down"}}}},   "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/6)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"https://127.0.0.1:53524/solr",
          "node_name":"127.0.0.1:53524_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"https://127.0.0.1:60036/solr",
          "node_name":"127.0.0.1:60036_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([5A87CCF2EBBD91BE:AD254F1B29C27A3]: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)




Build Log:
[...truncated 11986 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_5A87CCF2EBBD91BE-001/init-core-data-001
   [junit4]   2> 813619 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 813620 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 813620 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-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_5A87CCF2EBBD91BE-001/tempDir-001
   [junit4]   2> 813620 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 813621 INFO  (Thread-1764) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 813621 INFO  (Thread-1764) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 813721 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44538
   [junit4]   2> 813729 INFO  (jetty-launcher-1091-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 813730 INFO  (jetty-launcher-1091-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 813731 INFO  (jetty-launcher-1091-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@55fa496{/solr,null,AVAILABLE}
   [junit4]   2> 813731 INFO  (jetty-launcher-1091-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4e716fad{/solr,null,AVAILABLE}
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e4f716c{SSL,[ssl, http/1.1]}{127.0.0.1:53524}
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.e.j.s.Server Started @817372ms
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53524}
   [junit4]   2> 813733 ERROR (jetty-launcher-1091-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 813733 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T17:16:20.779Z
   [junit4]   2> 813746 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 813747 INFO  (jetty-launcher-1091-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4d7f0f1e{SSL,[ssl, http/1.1]}{127.0.0.1:60036}
   [junit4]   2> 813747 INFO  (jetty-launcher-1091-thread-1) [    ] o.e.j.s.Server Started @817386ms
   [junit4]   2> 813747 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60036}
   [junit4]   2> 813748 ERROR (jetty-launcher-1091-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 813748 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 813748 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 813748 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 813748 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T17:16:20.794Z
   [junit4]   2> 813758 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 813758 INFO  (jetty-launcher-1091-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44538/solr
   [junit4]   2> 813760 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 813767 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 813768 INFO  (jetty-launcher-1091-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44538/solr
   [junit4]   2> 813785 INFO  (jetty-launcher-1091-thread-2) [n:127.0.0.1:53524_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 813786 INFO  (jetty-launcher-1091-thread-2) [n:127.0.0.1:53524_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53524_solr
   [junit4]   2> 813786 INFO  (jetty-launcher-1091-thread-1) [n:127.0.0.1:60036_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 813786 INFO  (jetty-launcher-1091-thread-2) [n:127.0.0.1:53524_solr    ] o.a.s.c.Overseer Overseer (id=97639293299392516-127.0.0.1:53524_solr-n_0000000000) starting
   [junit4]   2> 813787 INFO  (jetty-launcher-1091-thread-1) [n:127.0.0.1:60036_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60036_solr
   [junit4]   2> 813793 INFO  (zkCallback-1099-thread-1-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 813793 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 813796 INFO  (jetty-launcher-1091-thread-2) [n:127.0.0.1:53524_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53524_solr
   [junit4]   2> 813803 INFO  (zkCallback-1099-thread-1-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 813803 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 813855 INFO  (jetty-launcher-1091-thread-2) [n:127.0.0.1:53524_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_5A87CCF2EBBD91BE-001/tempDir-001/node2/.
   [junit4]   2> 813956 INFO  (jetty-launcher-1091-thread-1) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-001/tempDir-001/node1/.
   [junit4]   2> 814263 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 814264 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44538/solr ready
   [junit4]   2> 814286 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 814351 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_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> 814355 INFO  (OverseerThreadFactory-3602-thread-1-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 814485 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 814529 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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> 814632 INFO  (zkCallback-1099-thread-2-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_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> 814632 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 815493 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 815499 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 815501 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 815502 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 815502 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 815502 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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_5A87CCF2EBBD91BE-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_5A87CCF2EBBD91BE-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 815541 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 815546 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 815546 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 815547 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 815547 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 815547 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 815548 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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> 815549 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6e8b0166[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 815549 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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> 815550 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 815550 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 815550 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 815550 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 815550 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 815550 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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 1562228694812983296
   [junit4]   2> 815551 INFO  (searcherExecutor-3607-thread-1-processing-n:127.0.0.1:53524_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@6e8b0166[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 815556 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 815583 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 815583 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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> 815584 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 815584 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 815585 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c07edd3[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 815586 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 815586 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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> 815586 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 815586 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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 1562228694850732032
   [junit4]   2> 815590 INFO  (searcherExecutor-3612-thread-1-processing-n:127.0.0.1:60036_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@1c07edd3[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 815664 INFO  (zkCallback-1099-thread-1-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_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> 815664 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 816057 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 816057 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 816057 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:53524/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 816057 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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:53524/solr START replicas=[https://127.0.0.1:60036/solr/MissingSegmentRecoveryTest_shard1_replica1/] nUpdates=100
   [junit4]   2> 816070 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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:53524/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 816078 INFO  (qtp668928252-7148) [n:127.0.0.1:60036_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> 816079 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 816079 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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> 816079 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 816087 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:53524/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 816189 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 816189 INFO  (zkCallback-1099-thread-2-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_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> 816237 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 816239 INFO  (qtp987971821-7161) [n:127.0.0.1:53524_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=1754
   [junit4]   2> 816341 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 816341 INFO  (zkCallback-1099-thread-1-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_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> 816591 INFO  (qtp668928252-7156) [n:127.0.0.1:60036_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=2062
   [junit4]   2> 816595 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_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> 816695 INFO  (zkCallback-1099-thread-2-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_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> 816695 INFO  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817595 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_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=3243
   [junit4]   2> 817610 INFO  (qtp668928252-7151) [n:127.0.0.1:60036_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:53524/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0 (1562228696964661248), 1 (1562228696966758400), 2 (1562228696967806976), 3 (1562228696967806977), 4 (1562228696967806978), 5 (1562228696967806979), 6 (1562228696967806980), 7 (1562228696967806981), 8 (1562228696967806982), 9 (1562228696967806983)]} 0 2
   [junit4]   2> 817611 INFO  (qtp987971821-7165) [n:127.0.0.1:53524_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 (1562228696964661248), 1 (1562228696966758400), 2 (1562228696967806976), 3 (1562228696967806977), 4 (1562228696967806978), 5 (1562228696967806979), 6 (1562228696967806980), 7 (1562228696967806981), 8 (1562228696967806982), 9 (1562228696967806983)]} 0 9
   [junit4]   2> 817617 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_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> 817617 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_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@65aa75a9
   [junit4]   2> 817634 INFO  (qtp668928252-7153) [n:127.0.0.1:60036_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> 817634 INFO  (qtp668928252-7153) [n:127.0.0.1:60036_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@7782c
   [junit4]   2> 817654 INFO  (qtp668928252-7153) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@61b11a1d[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 817654 INFO  (qtp668928252-7153) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817654 INFO  (searcherExecutor-3612-thread-1-processing-n:127.0.0.1:60036_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@61b11a1d[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 817655 INFO  (qtp668928252-7153) [n:127.0.0.1:60036_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:53524/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 20
   [junit4]   2> 817655 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@44c9b411[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 817656 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 817656 INFO  (searcherExecutor-3607-thread-1-processing-n:127.0.0.1:53524_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:53524_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@44c9b411[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 817656 INFO  (qtp987971821-7163) [n:127.0.0.1:53524_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:53524/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 38
   [junit4]   2> 817656 INFO  (qtp987971821-7162) [n:127.0.0.1:53524_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 43
   [junit4]   2> 817659 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4d7f0f1e{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 817660 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2120335711
   [junit4]   2> 817666 INFO  (coreCloseExecutor-3617-thread-1) [n:127.0.0.1:60036_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@413ce2c
   [junit4]   2> 817667 INFO  (coreCloseExecutor-3617-thread-1) [n:127.0.0.1:60036_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> 817672 WARN  (zkCallback-1104-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 817673 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 817673 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 0x15ae26b813b0006, 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> 817673 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55fa496{/solr,null,UNAVAILABLE}
   [junit4]   2> 817673 INFO  (zkCallback-1109-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 817673 INFO  (zkCallback-1099-thread-3-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 817675 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 817681 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4231963{/solr,null,AVAILABLE}
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f1836ee{SSL,[ssl, http/1.1]}{127.0.0.1:60036}
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.e.j.s.Server Started @821321ms
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60036}
   [junit4]   2> 817682 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 817682 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-18T17:16:24.728Z
   [junit4]   2> 817684 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 817690 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 817690 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44538/solr
   [junit4]   2> 817696 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [n:127.0.0.1:60036_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 817697 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [n:127.0.0.1:60036_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 817699 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [n:127.0.0.1:60036_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60036_solr
   [junit4]   2> 817699 INFO  (zkCallback-1109-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 817699 INFO  (zkCallback-1099-thread-2-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 817700 INFO  (zkCallback-1114-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 817743 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-001/tempDir-001/node1/.
   [junit4]   2> 817743 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [n:127.0.0.1:60036_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 817773 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 817778 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817780 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817781 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817781 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 817781 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 817825 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817825 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817826 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 817826 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 817828 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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@77e21e72
   [junit4]   2> 817832 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817833 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817833 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index properties... index=index.20170318191624879
   [junit4]   2> 817837 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 817837 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 817840 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 817844 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index.20170318191624879
   [junit4]   2> 817846 INFO  (zkCallback-1114-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817847 INFO  (zkCallback-1099-thread-2-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_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> 817875 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 817881 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:60036_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_5A87CCF2EBBD91BE-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 817902 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817902 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817903 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 817903 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 817904 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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@20598f1a
   [junit4]   2> 817905 INFO  (coreLoadExecutor-3624-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 817905 ERROR (coreContainerWorkExecutor-3620-thread-1-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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$6(CoreContainer.java:581)
   [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:933)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:553)
   [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:965)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:831)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:992)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:920)
   [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:965)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:831)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:918)
   [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:2032)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2152)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1054)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:938)
   [junit4]   2> 		... 9 more
   [junit4]   2> 	Caused by: org.apache.lucene.index.CorruptIndexException: Unexpected file read error while reading index. (resource=BufferedChecksumIndexInput(MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_5A87CCF2EBBD91BE-001/tempDir-001/node1/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:928)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1993)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: java.io.EOFException: read past EOF: MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_5A87CCF2EBBD91BE-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")
   [junit4]   2> 		at org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75)
   [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:2032)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2152)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1054)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:938)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_5A87CCF2EBBD91BE-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170318191624879 lockFactory=org.apache.lucene.store.NativeFSLockFactory@567e59ad): files: [write.lock]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:923)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1993)
   [junit4]   2> 	... 13 more
   [junit4]   2> 818357 INFO  (OverseerCollectionConfigSetProcessor-97639293299392516-127.0.0.1:53524_solr-n_0000000000) [n:127.0.0.1:53524_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> 908208 INFO  (qtp987971821-7152) [n:127.0.0.1:53524_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> 908215 INFO  (OverseerThreadFactory-3602-thread-2-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 908219 INFO  (qtp987971821-7155) [n:127.0.0.1:53524_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 908219 INFO  (qtp987971821-7155) [n:127.0.0.1:53524_solr    ] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@958f129
   [junit4]   2> 908221 INFO  (qtp987971821-7155) [n:127.0.0.1:53524_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 908237 INFO  (qtp987971821-7155) [n:127.0.0.1:53524_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=18
   [junit4]   2> 908239 INFO  (zkCallback-1114-thread-2-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 908289 INFO  (qtp500585485-7228) [n:127.0.0.1:60036_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=2
   [junit4]   2> 908393 INFO  (zkCallback-1114-thread-2-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_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> 908993 INFO  (qtp987971821-7152) [n:127.0.0.1:53524_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} status=0 QTime=785
   [junit4]   2> 908994 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[5A87CCF2EBBD91BE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery -Dtests.seed=5A87CCF2EBBD91BE -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Africa/Lubumbashi -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 94.7s 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/6)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"https://127.0.0.1:53524/solr",
   [junit4]    >           "node_name":"127.0.0.1:53524_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:60036/solr",
   [junit4]    >           "node_name":"127.0.0.1:60036_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5A87CCF2EBBD91BE:AD254F1B29C27A3]: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> 908999 INFO  (jetty-closer-1092-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7e4f716c{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 909000 INFO  (jetty-closer-1092-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=190813142
   [junit4]   2> 909001 INFO  (jetty-closer-1092-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@f1836ee{SSL,[ssl, http/1.1]}{127.0.0.1:60036}
   [junit4]   2> 909001 INFO  (jetty-closer-1092-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=764752835
   [junit4]   2> 909005 WARN  (zkCallback-1114-thread-2-processing-n:127.0.0.1:60036_solr) [n:127.0.0.1:60036_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 909005 INFO  (zkCallback-1099-thread-31-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 909005 INFO  (jetty-closer-1092-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 909005 INFO  (jetty-closer-1092-thread-1) [    ] o.a.s.c.Overseer Overseer (id=97639293299392516-127.0.0.1:53524_solr-n_0000000000) closing
   [junit4]   2> 909005 INFO  (OverseerStateUpdate-97639293299392516-127.0.0.1:53524_solr-n_0000000000) [n:127.0.0.1:53524_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53524_solr
   [junit4]   2> 909005 INFO  (jetty-closer-1092-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4231963{/solr,null,UNAVAILABLE}
   [junit4]   2> 909006 WARN  (zkCallback-1099-thread-31-processing-n:127.0.0.1:53524_solr) [n:127.0.0.1:53524_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 909007 INFO  (jetty-closer-1092-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 909007 INFO  (jetty-closer-1092-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e716fad{/solr,null,UNAVAILABLE}
   [junit4]   2> 909009 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44538 44538
   [junit4]   2> 909244 INFO  (Thread-1764) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44538 44538
   [junit4]   2> 909246 WARN  (Thread-1764) [    ] 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> 	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> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97639293299392516-127.0.0.1:53524_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	91	/solr/overseer/collection-queue-work
   [junit4]   2> 	12	/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> 909246 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[5A87CCF2EBBD91BE]-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_5A87CCF2EBBD91BE-001
   [junit4]   2> Mar 18, 2017 5:17:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=he-IL, timezone=Africa/Lubumbashi
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=269366008,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [ReplicaListTransformerTest, SyncSliceTest, LeaderInitiatedRecoveryOnCommitTest, TestObjectReleaseTracker, ClassificationUpdateProcessorFactoryTest, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, FastVectorHighlighterTest, TestInfoStreamLogging, HdfsSyncSliceTest, BasicZkTest, RollingRestartTest, DeleteNodeTest, MBeansHandlerTest, DataDrivenBlockJoinTest, TestStressLucene, TestPushWriter, TestRemoteStreaming, TestConfigSetProperties, SolrGangliaReporterTest, TestDocTermOrds, TestSQLHandlerNonCloud, TestJmxIntegration, DistributedFacetPivotWhiteBoxTest, TestOmitPositions, TestTestInjection, JavabinLoaderTest, MergeStrategyTest, NotRequiredUniqueKeyTest, TestFastLRUCache, TestSolr4Spatial, TestDFISimilarityFactory, CurrencyFieldOpenExchangeTest, TestCSVLoader, HdfsChaosMonkeySafeLeaderTest, ReplaceNodeTest, TestMacros, SolrMetricManagerTest, ChangedSchemaMergeTest, TlogReplayBufferedWhileIndexingTest, QueryEqualityTest, HdfsBasicDistributedZk2Test, PeerSyncTest, MetricsHandlerTest, TestConfigReload, SuggestComponentContextFilterQueryTest, ReturnFieldsTest, BlockJoinFacetRandomTest, HdfsUnloadDistributedZkTest, ConfigSetsAPITest, TestRandomFaceting, SignatureUpdateProcessorFactoryTest, BlobRepositoryCloudTest, TestRealTimeGet, ZkNodePropsTest, CursorPagingTest, PeerSyncReplicationTest, TestSlowCompositeReaderWrapper, TestComponentsName, PKIAuthenticationIntegrationTest, TestBinaryResponseWriter, TestReplicationHandler, CollectionReloadTest, TestLRUStatsCache, TestFieldResource, PathHierarchyTokenizerFactoryTest, TestLeaderElectionWithEmptyReplica, CloneFieldUpdateProcessorFactoryTest, BaseCdcrDistributedZkTest, TestSizeLimitedDistributedMap, TestSolrDeletionPolicy2, TestJoin, TestFastWriter, CustomCollectionTest, TestHighFrequencyDictionaryFactory, FileBasedSpellCheckerTest, TestConfigsApi, AddBlockUpdateTest, AliasIntegrationTest, TestManagedSchema, TestPHPSerializedResponseWriter, TestHighlightDedupGrouping, TestComplexPhraseQParserPlugin, TestSolrCoreProperties, TestSchemaNameResource, SimpleCollectionCreateDeleteTest, TestMultiWordSynonyms, CloudMLTQParserTest, TestDocBasedVersionConstraints, TestNumericTerms32, TestCloudRecovery, TestFaceting, TestPseudoReturnFields, TestBackupRepositoryFactory, DisMaxRequestHandlerTest, TestSolrDynamicMBean, TestPointFields, TestSolrCoreSnapshots, TestIBSimilarityFactory, TestScoreJoinQPNoScore, UUIDUpdateProcessorFallbackTest, TestXmlQParser, TestAtomicUpdateErrorCases, EnumFieldTest, TestCryptoKeys, TestRuleBasedAuthorizationPlugin, TestDocSet, OverriddenZkACLAndCredentialsProvidersTest, TestReRankQParserPlugin, ResourceLoaderTest, MissingSegmentRecoveryTest]
   [junit4] Completed [315/700 (1!)] on J0 in 96.40s, 1 test, 1 failure <<< FAILURES!

[...truncated 63915 lines...]