Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.6/1/

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/7)={
   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"http://127.0.0.1:57526/solr";,           
"node_name":"127.0.0.1:57526_solr",           "state":"active",           
"leader":"true"},         "core_node2":{           
"core":"MissingSegmentRecoveryTest_shard1_replica1",           
"base_url":"http://127.0.0.1:51929/solr";,           
"node_name":"127.0.0.1:51929_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/7)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:57526/solr";,
          "node_name":"127.0.0.1:57526_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:51929/solr";,
          "node_name":"127.0.0.1:51929_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([AAC2E18160FEC499:FA97798239DF7284]: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 11325 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/init-core-data-001
   [junit4]   2> 230285 WARN  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 230286 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 230287 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 230288 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001
   [junit4]   2> 230288 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 230297 INFO  (Thread-456) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 230297 INFO  (Thread-456) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 230362 ERROR (Thread-456) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 230397 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45495
   [junit4]   2> 230434 INFO  (jetty-launcher-254-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 230466 INFO  (jetty-launcher-254-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 230499 INFO  (jetty-launcher-254-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5298a5e6{/solr,null,AVAILABLE}
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7a8161{HTTP/1.1,[http/1.1]}{127.0.0.1:51929}
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.e.j.s.Server Started @233720ms
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51929}
   [junit4]   2> 230500 ERROR (jetty-launcher-254-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.0
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 230500 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-11T02:09:30.050Z
   [junit4]   2> 230521 INFO  (jetty-launcher-254-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17b4a6cb{/solr,null,AVAILABLE}
   [junit4]   2> 230522 INFO  (jetty-launcher-254-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2fd1076d{HTTP/1.1,[http/1.1]}{127.0.0.1:57526}
   [junit4]   2> 230522 INFO  (jetty-launcher-254-thread-2) [    ] 
o.e.j.s.Server Started @233742ms
   [junit4]   2> 230539 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57526}
   [junit4]   2> 230539 ERROR (jetty-launcher-254-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 230539 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.0
   [junit4]   2> 230539 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 230539 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 230539 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-11T02:09:30.089Z
   [junit4]   2> 230548 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 230567 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 230571 INFO  (jetty-launcher-254-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45495/solr
   [junit4]   2> 230574 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 230586 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 230589 INFO  (jetty-launcher-254-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45495/solr
   [junit4]   2> 230652 INFO  (jetty-launcher-254-thread-2) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 230653 INFO  (jetty-launcher-254-thread-1) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 230654 INFO  (jetty-launcher-254-thread-1) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51929_solr
   [junit4]   2> 230660 INFO  (jetty-launcher-254-thread-2) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57526_solr
   [junit4]   2> 230662 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 230664 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 230673 INFO  (jetty-launcher-254-thread-2) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.Overseer Overseer 
(id=97941492194279430-127.0.0.1:57526_solr-n_0000000000) starting
   [junit4]   2> 230704 INFO  (jetty-launcher-254-thread-2) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57526_solr
   [junit4]   2> 230705 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 230705 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 230841 INFO  (jetty-launcher-254-thread-1) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/.
   [junit4]   2> 230847 INFO  (jetty-launcher-254-thread-2) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node2/.
   [junit4]   2> 231127 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 231128 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45495/solr ready
   [junit4]   2> 231151 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 231163 INFO  (qtp884006754-1975) [n:127.0.0.1:57526_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> 231167 INFO  
(OverseerThreadFactory-928-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 231317 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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> 231318 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 231318 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 231318 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 231428 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 231428 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 232337 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.0
   [junit4]   2> 232339 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.6.0
   [junit4]   2> 232347 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 232347 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 232350 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232350 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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> 232350 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 232350 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 232371 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 232371 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 232371 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 232371 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 232441 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 232441 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232442 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 232442 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 232444 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@22dbc0[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 232446 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 232446 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232446 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 232447 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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 1567063877350326272
   [junit4]   2> 232449 INFO  
(searcherExecutor-933-thread-1-processing-n:127.0.0.1:57526_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@22dbc0[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 232449 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 232449 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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> 232450 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 232450 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 232452 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@592c4ea1[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 232453 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 232454 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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> 232454 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 232454 INFO  
(searcherExecutor-934-thread-1-processing-n:127.0.0.1:51929_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@592c4ea1[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 232454 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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 1567063877357666304
   [junit4]   2> 232454 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232561 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 232561 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 232955 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 232955 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232955 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:57526/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 232956 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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:57526/solr 
START 
replicas=[http://127.0.0.1:51929/solr/MissingSegmentRecoveryTest_shard1_replica1/]
 nUpdates=100
   [junit4]   2> 232956 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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:57526/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 232959 INFO  (qtp1100861248-1967) [n:127.0.0.1:51929_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> 232960 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232960 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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> 232960 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 232966 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57526/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 233069 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 233069 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 233117 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 233120 INFO  (qtp884006754-1968) [n:127.0.0.1:57526_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=1801
   [junit4]   2> 233223 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 233223 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 233463 INFO  (qtp1100861248-1962) [n:127.0.0.1:51929_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=2145
   [junit4]   2> 233472 INFO  (qtp884006754-1975) [n:127.0.0.1:57526_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> 233570 INFO  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 233570 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 234472 INFO  (qtp884006754-1975) [n:127.0.0.1:57526_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=3308
   [junit4]   2> 234497 INFO  (qtp1100861248-1969) [n:127.0.0.1:51929_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=http://127.0.0.1:57526/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1567063879486275584), 1 (1567063879489421312), 2 (1567063879489421313), 3 
(1567063879489421314), 4 (1567063879489421315), 5 (1567063879490469888), 6 
(1567063879490469889), 7 (1567063879490469890), 8 (1567063879490469891), 9 
(1567063879490469892)]} 0 7
   [junit4]   2> 234499 INFO  (qtp884006754-1976) [n:127.0.0.1:57526_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 (1567063879486275584), 1 
(1567063879489421312), 2 (1567063879489421313), 3 (1567063879489421314), 4 
(1567063879489421315), 5 (1567063879490469888), 6 (1567063879490469889), 7 
(1567063879490469890), 8 (1567063879490469891), 9 (1567063879490469892)]} 0 14
   [junit4]   2> 234505 INFO  (qtp884006754-1966) [n:127.0.0.1:57526_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> 234505 INFO  (qtp884006754-1966) [n:127.0.0.1:57526_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@2a02e3a6
   [junit4]   2> 234511 INFO  (qtp1100861248-1971) [n:127.0.0.1:51929_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> 234511 INFO  (qtp1100861248-1971) [n:127.0.0.1:51929_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@8cd2cfa
   [junit4]   2> 234544 INFO  (qtp884006754-1966) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@238fd473[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 234544 INFO  (qtp1100861248-1971) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45f4d1d1[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 234544 INFO  (qtp1100861248-1971) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 234544 INFO  (qtp884006754-1966) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 234545 INFO  
(searcherExecutor-934-thread-1-processing-n:127.0.0.1:51929_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:51929_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@45f4d1d1[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 234545 INFO  
(searcherExecutor-933-thread-1-processing-n:127.0.0.1:57526_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:57526_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@238fd473[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 234545 INFO  (qtp884006754-1966) [n:127.0.0.1:57526_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=http://127.0.0.1:57526/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 40
   [junit4]   2> 234545 INFO  (qtp1100861248-1971) [n:127.0.0.1:51929_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=http://127.0.0.1:57526/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 33
   [junit4]   2> 234545 INFO  (qtp884006754-1978) [n:127.0.0.1:57526_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 42
   [junit4]   2> 234549 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@7a8161{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 234549 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1672334435
   [junit4]   2> 234549 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 234549 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 234550 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 234554 INFO  (coreCloseExecutor-943-thread-1) 
[n:127.0.0.1:51929_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@494dd15c
   [junit4]   2> 234557 INFO  (coreCloseExecutor-943-thread-1) 
[n:127.0.0.1:51929_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> 234563 INFO  (zkCallback-272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 234563 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 234658 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 235170 INFO  
(OverseerCollectionConfigSetProcessor-97941492194279430-127.0.0.1:57526_solr-n_0000000000)
 [n:127.0.0.1:57526_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> 236063 WARN  
(zkCallback-263-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 236064 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5298a5e6{/solr,null,UNAVAILABLE}
   [junit4]   2> 236065 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 236067 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@208b558e{/solr,null,AVAILABLE}
   [junit4]   2> 236068 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@31b8108d{HTTP/1.1,[http/1.1]}{127.0.0.1:51929}
   [junit4]   2> 236068 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.e.j.s.Server Started @239288ms
   [junit4]   2> 236068 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=51929}
   [junit4]   2> 236068 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 236069 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 6.6.0
   [junit4]   2> 236069 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 236069 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 236069 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-11T02:09:35.619Z
   [junit4]   2> 236090 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 236105 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 236106 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45495/solr
   [junit4]   2> 236131 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 236133 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 236137 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51929_solr
   [junit4]   2> 236139 INFO  (zkCallback-272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 236139 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 236153 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 236212 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/.
   [junit4]   2> 236212 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 236219 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 236234 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236250 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236253 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236253 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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, trusted=true
   [junit4]   2> 236253 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 236253 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 236300 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236300 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236301 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 236301 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 236304 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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@37b0e6d3
   [junit4]   2> 236305 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236307 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236307 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170510170935857
   [junit4]   2> 236311 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 236311 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 236322 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/
 afterReload=false
   [junit4]   2> 236324 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_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> 236325 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index.20170510170935857
   [junit4]   2> 236327 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/
 afterReload=false
   [junit4]   2> 236332 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:51929_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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 236332 INFO  
(zkCallback-277-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236384 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236384 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236385 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 236385 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 236389 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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@2249424b
   [junit4]   2> 236390 INFO  
(coreLoadExecutor-950-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 236391 ERROR 
(coreContainerWorkExecutor-946-thread-1-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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:583)
   [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$5(CoreContainer.java:555)
   [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:973)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [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:973)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [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:2040)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-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:930)
   [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:2001)
   [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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-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:2040)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [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.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170510170935857
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@17c6597f): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:925)
   [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:2001)
   [junit4]   2>        ... 13 more
   [junit4]   2> 326722 INFO  (qtp884006754-1977) [n:127.0.0.1:57526_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> 326726 INFO  
(OverseerThreadFactory-928-thread-2-processing-n:127.0.0.1:57526_solr) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 326728 INFO  (qtp884006754-1979) [n:127.0.0.1:57526_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 326728 INFO  (qtp884006754-1979) [n:127.0.0.1:57526_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c4ec3c9
   [junit4]   2> 326738 INFO  (qtp884006754-1979) [n:127.0.0.1:57526_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 326753 INFO  (qtp1340799489-2042) [n:127.0.0.1:51929_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> 326757 INFO  (qtp884006754-1979) [n:127.0.0.1:57526_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=29
   [junit4]   2> 326758 INFO  
(zkCallback-277-thread-2-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 326866 INFO  
(zkCallback-277-thread-2-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_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> 327466 INFO  (qtp884006754-1977) [n:127.0.0.1:57526_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=743
   [junit4]   2> 327466 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[AAC2E18160FEC499]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=AAC2E18160FEC499 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=en -Dtests.timezone=America/Adak -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 96.3s 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_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:57526/solr";,
   [junit4]    >           "node_name":"127.0.0.1:57526_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:51929/solr";,
   [junit4]    >           "node_name":"127.0.0.1:51929_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AAC2E18160FEC499:FA97798239DF7284]: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> 327476 INFO  (jetty-closer-255-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2fd1076d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 327483 INFO  (jetty-closer-255-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=849125768
   [junit4]   2> 327483 INFO  (jetty-closer-255-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 327483 INFO  (jetty-closer-255-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 327483 INFO  (jetty-closer-255-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 327488 INFO  (jetty-closer-255-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=97941492194279430-127.0.0.1:57526_solr-n_0000000000) closing
   [junit4]   2> 327488 INFO  
(OverseerStateUpdate-97941492194279430-127.0.0.1:57526_solr-n_0000000000) 
[n:127.0.0.1:57526_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57526_solr
   [junit4]   2> 327489 INFO  (jetty-closer-255-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@31b8108d{HTTP/1.1,[http/1.1]}{127.0.0.1:51929}
   [junit4]   2> 327503 INFO  (jetty-closer-255-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2018130860
   [junit4]   2> 327503 INFO  (jetty-closer-255-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 327503 INFO  (jetty-closer-255-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 327503 INFO  (jetty-closer-255-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 327514 INFO  
(zkCallback-277-thread-2-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 327514 WARN  
(zkCallback-277-thread-2-processing-n:127.0.0.1:51929_solr) 
[n:127.0.0.1:51929_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 327515 INFO  (jetty-closer-255-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@17b4a6cb{/solr,null,UNAVAILABLE}
   [junit4]   2> 327521 INFO  (jetty-closer-255-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@208b558e{/solr,null,UNAVAILABLE}
   [junit4]   2> 327524 ERROR 
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 327525 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45495 45495
   [junit4]   2> 327636 INFO  (Thread-456) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45495 45495
   [junit4]   2> 327637 WARN  (Thread-456) [    ] 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>        2       
/solr/overseer_elect/election/97941492194279430-127.0.0.1:57526_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 327637 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[AAC2E18160FEC499]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_AAC2E18160FEC499-001
   [junit4]   2> May 11, 2017 2:11:07 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en, 
timezone=America/Adak
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=186829096,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [DisMaxRequestHandlerTest, 
TestJmxIntegration, TestFreeTextSuggestions, TestJsonFacetRefinement, 
TestDistribIDF, ConfigureRecoveryStrategyTest, 
SignatureUpdateProcessorFactoryTest, QueryElevationComponentTest, 
TestSSLRandomization, NumericFieldsTest, XsltUpdateRequestHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, TestDFISimilarityFactory, 
BasicDistributedZkTest, SSLMigrationTest, 
ClassificationUpdateProcessorIntegrationTest, 
LeaderInitiatedRecoveryOnCommitTest, HdfsLockFactoryTest, TestStressLucene, 
TestRemoteStreaming, SmileWriterTest, TestRuleBasedAuthorizationPlugin, 
SolrGraphiteReporterTest, ResourceLoaderTest, TestRangeQuery, 
BaseCdcrDistributedZkTest, TestOmitPositions, TestAnalyzeInfixSuggestions, 
TestSolrDeletionPolicy2, MissingSegmentRecoveryTest]
   [junit4] Completed [85/711 (1!)] on J0 in 98.44s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 45488 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to