Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1695/

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_replica1",   
        "base_url":"https://127.0.0.1:43464/solr";,           
"node_name":"127.0.0.1:43464_solr",           "state":"down"},         
"core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",   
        "base_url":"https://127.0.0.1:37304/solr";,           
"node_name":"127.0.0.1:37304_solr",           "state":"active",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"https://127.0.0.1:43464/solr";,
          "node_name":"127.0.0.1:43464_solr",
          "state":"down"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"https://127.0.0.1:37304/solr";,
          "node_name":"127.0.0.1:37304_solr",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([C1FFCD15F83EA31B:91AA5516A11F1506]: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 11848 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/init-core-data-001
   [junit4]   2> 838304 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 838305 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 838305 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001
   [junit4]   2> 838305 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 838309 INFO  (Thread-1900) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 838309 INFO  (Thread-1900) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 838409 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:49989
   [junit4]   2> 838421 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 838423 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 838424 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1138fbfe{/solr,null,AVAILABLE}
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4b31add{SSL,[ssl, 
http/1.1]}{127.0.0.1:43464}
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.e.j.s.Server Started @841521ms
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43464}
   [junit4]   2> 838425 ERROR (jetty-launcher-1874-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 838425 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-26T01:04:54.942Z
   [junit4]   2> 838427 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4f6f0783{/solr,null,AVAILABLE}
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4bd4d759{SSL,[ssl, 
http/1.1]}{127.0.0.1:37304}
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.e.j.s.Server Started @841524ms
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37304}
   [junit4]   2> 838428 ERROR (jetty-launcher-1874-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 838428 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-26T01:04:54.945Z
   [junit4]   2> 838441 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838447 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 838451 INFO  (jetty-launcher-1874-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49989/solr
   [junit4]   2> 838453 INFO  (jetty-launcher-1874-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49989/solr
   [junit4]   2> 838473 INFO  (jetty-launcher-1874-thread-2) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 838474 INFO  (jetty-launcher-1874-thread-2) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37304_solr
   [junit4]   2> 838475 INFO  (jetty-launcher-1874-thread-2) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.Overseer Overseer 
(id=97522227270582278-127.0.0.1:37304_solr-n_0000000000) starting
   [junit4]   2> 838476 INFO  (jetty-launcher-1874-thread-1) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 838477 INFO  (jetty-launcher-1874-thread-1) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43464_solr
   [junit4]   2> 838478 INFO  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 838492 INFO  
(zkCallback-1886-thread-1-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 838536 INFO  (jetty-launcher-1874-thread-2) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37304_solr
   [junit4]   2> 838537 INFO  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 838537 INFO  
(zkCallback-1886-thread-1-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 838592 INFO  (jetty-launcher-1874-thread-1) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/.
   [junit4]   2> 838593 INFO  (jetty-launcher-1874-thread-2) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node2/.
   [junit4]   2> 839055 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 839055 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49989/solr ready
   [junit4]   2> 839067 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 839085 INFO  (qtp2096287908-9478) [n:127.0.0.1:43464_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> 839087 INFO  
(OverseerThreadFactory-4012-thread-1-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 839199 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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> 839213 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 839317 INFO  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 839318 INFO  
(zkCallback-1886-thread-3-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 840220 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 840225 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 840231 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 840233 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 840233 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840234 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840234 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 840235 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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> 840236 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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> 840236 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 840275 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 840275 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840276 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 840276 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 840276 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 840276 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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> 840277 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 840277 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 840277 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34fa831b[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 840278 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26fc8602[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 840278 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 840279 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 840279 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840279 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 840279 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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> 840279 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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 1560355638393962496
   [junit4]   2> 840279 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 840279 INFO  
(searcherExecutor-4018-thread-1-processing-n:127.0.0.1:43464_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@26fc8602[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840279 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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 1560355638393962496
   [junit4]   2> 840282 INFO  
(searcherExecutor-4017-thread-1-processing-n:127.0.0.1:37304_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@34fa831b[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840284 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 840284 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840284 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:37304/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 840285 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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:37304/solr START 
replicas=[https://127.0.0.1:43464/solr/MissingSegmentRecoveryTest_shard1_replica1/]
 nUpdates=100
   [junit4]   2> 840285 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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:37304/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 840287 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 840287 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840288 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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> 840288 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 840292 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37304/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 840394 INFO  
(zkCallback-1886-thread-2-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 840394 INFO  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 840443 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 840446 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_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=1233
   [junit4]   2> 840547 INFO  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 840547 INFO  
(zkCallback-1886-thread-1-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 841287 INFO  (qtp2096287908-9475) [n:127.0.0.1:43464_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=2088
   [junit4]   2> 841297 INFO  (qtp2096287908-9478) [n:127.0.0.1:43464_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> 841398 INFO  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 841398 INFO  
(zkCallback-1886-thread-3-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 842297 INFO  (qtp2096287908-9478) [n:127.0.0.1:43464_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=3211
   [junit4]   2> 842379 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:37304/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0
 (1560355640557174784), 1 (1560355640564514816), 2 (1560355640564514817), 3 
(1560355640564514818), 4 (1560355640564514819), 5 (1560355640564514820), 6 
(1560355640564514821), 7 (1560355640564514822), 8 (1560355640564514823), 9 
(1560355640564514824)]} 0 1
   [junit4]   2> 842379 INFO  (qtp412739017-9483) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1560355640557174784), 1 
(1560355640564514816), 2 (1560355640564514817), 3 (1560355640564514818), 4 
(1560355640564514819), 5 (1560355640564514820), 6 (1560355640564514821), 7 
(1560355640564514822), 8 (1560355640564514823), 9 (1560355640564514824)]} 0 37
   [junit4]   2> 842409 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 842409 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34faebc0
   [junit4]   2> 842414 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 842414 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6994131a
   [junit4]   2> 842463 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b81ce91[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 842464 INFO  
(searcherExecutor-4017-thread-1-processing-n:127.0.0.1:37304_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@3b81ce91[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 842466 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 842466 INFO  (qtp412739017-9488) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37304/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 52
   [junit4]   2> 842467 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c3c885a[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 842467 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 842468 INFO  
(searcherExecutor-4018-thread-1-processing-n:127.0.0.1:43464_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@3c3c885a[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
   [junit4]   2> 842468 INFO  (qtp2096287908-9472) [n:127.0.0.1:43464_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37304/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 58
   [junit4]   2> 842468 INFO  (qtp412739017-9487) [n:127.0.0.1:37304_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 87
   [junit4]   2> 842483 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b31add{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 842509 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=710193026
   [junit4]   2> 842575 INFO  (coreCloseExecutor-4027-thread-1) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3fcbab1f
   [junit4]   2> 842584 INFO  (coreCloseExecutor-4027-thread-1) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 842586 INFO  (zkCallback-1892-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 842586 INFO  
(zkCallback-1886-thread-3-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 842612 INFO  
(zkCallback-1886-thread-3-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 843089 INFO  
(OverseerCollectionConfigSetProcessor-97522227270582278-127.0.0.1:37304_solr-n_0000000000)
 [n:127.0.0.1:37304_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> 844086 WARN  
(zkCallback-1885-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 844086 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 844087 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1138fbfe{/solr,null,UNAVAILABLE}
   [junit4]   2> 844089 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 844090 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54fb93ff{/solr,null,AVAILABLE}
   [junit4]   2> 844090 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.e.j.s.AbstractConnector Started ServerConnector@737bffb{SSL,[ssl, 
http/1.1]}{127.0.0.1:43464}
   [junit4]   2> 844090 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.e.j.s.Server Started @847187ms
   [junit4]   2> 844091 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43464}
   [junit4]   2> 844091 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 844105 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.0.0
   [junit4]   2> 844105 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 844105 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 844105 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-26T01:05:00.622Z
   [junit4]   2> 844113 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 844127 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49989/solr
   [junit4]   2> 844133 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 844134 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 844137 INFO  
(zkCallback-1886-thread-2-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 844138 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43464_solr
   [junit4]   2> 844139 INFO  (zkCallback-1892-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 844139 INFO  
(zkCallback-1886-thread-2-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 844155 INFO  
(zkCallback-1897-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 844214 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/.
   [junit4]   2> 844214 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 844241 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 844246 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 844272 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 844273 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 844274 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 844324 INFO  
(zkCallback-1897-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 844324 INFO  
(zkCallback-1886-thread-2-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_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> 844341 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 844341 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 844342 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 844342 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 844343 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5c3f2728
   [junit4]   2> 844359 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 844360 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 844360 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index 
properties... index=index.20170225220500877
   [junit4]   2> 844363 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 844369 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/
 afterReload=false
   [junit4]   2> 844370 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index.20170225220500877
   [junit4]   2> 844387 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/
 afterReload=false
   [junit4]   2> 844395 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1)
 [n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 844418 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 844419 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 844419 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 844419 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 844423 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@82fa7
   [junit4]   2> 844434 INFO  
(coreLoadExecutor-4034-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 844435 ERROR 
(coreContainerWorkExecutor-4030-thread-1-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore 
to be created
   [junit4]   2> java.util.concurrent.ExecutionException: 
org.apache.solr.common.SolrException: Unable to create core 
[MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$4(CoreContainer.java:600)
   [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:952)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:572)
   [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:964)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:828)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1011)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:939)
   [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:964)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:828)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:937)
   [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:2005)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2125)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1053)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)
   [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-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:286)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:938)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1966)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-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:296)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:284)
   [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:2005)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2125)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1053)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:937)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(MetricsDirectory(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170225220500877
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3078e858)): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:933)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1966)
   [junit4]   2>        ... 13 more
   [junit4]   2> 934882 INFO  (qtp383407321-9550) [n:127.0.0.1:43464_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> 934935 INFO  
(OverseerThreadFactory-4012-thread-2-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 935086 INFO  (qtp412739017-9489) [n:127.0.0.1:37304_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 935086 INFO  (qtp412739017-9489) [n:127.0.0.1:37304_solr    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@48fdb5f6
   [junit4]   2> 935093 INFO  (qtp383407321-9552) [n:127.0.0.1:43464_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=7
   [junit4]   2> 935102 INFO  (qtp412739017-9489) [n:127.0.0.1:37304_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 935110 INFO  (qtp412739017-9489) [n:127.0.0.1:37304_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=24
   [junit4]   2> 935126 INFO  
(zkCallback-1897-thread-2-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 935280 INFO  
(zkCallback-1897-thread-2-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_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> 935884 INFO  (qtp383407321-9550) [n:127.0.0.1:43464_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=1001
   [junit4]   2> 935884 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[C1FFCD15F83EA31B]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=C1FFCD15F83EA31B -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-BO -Dtests.timezone=America/Miquelon -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 96.8s J2 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection 
with one shard and two replicas
   [junit4]    > null
   [junit4]    > Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"https://127.0.0.1:43464/solr";,
   [junit4]    >           "node_name":"127.0.0.1:43464_solr",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"https://127.0.0.1:37304/solr";,
   [junit4]    >           "node_name":"127.0.0.1:37304_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C1FFCD15F83EA31B:91AA5516A11F1506]: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> 935967 INFO  (jetty-closer-1875-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4bd4d759{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 935967 INFO  (jetty-closer-1875-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@737bffb{SSL,[ssl, 
http/1.1]}{127.0.0.1:43464}
   [junit4]   2> 935981 INFO  (jetty-closer-1875-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2062256971
   [junit4]   2> 935982 INFO  (jetty-closer-1875-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=494740452
   [junit4]   2> 935987 INFO  (jetty-closer-1875-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97522227270582278-127.0.0.1:37304_solr-n_0000000000) closing
   [junit4]   2> 935988 INFO  
(OverseerStateUpdate-97522227270582278-127.0.0.1:37304_solr-n_0000000000) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37304_solr
   [junit4]   2> 935992 INFO  
(zkCallback-1886-thread-10-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 937488 WARN  
(zkCallback-1897-thread-2-processing-n:127.0.0.1:43464_solr) 
[n:127.0.0.1:43464_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 937489 INFO  (jetty-closer-1875-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 937489 INFO  (jetty-closer-1875-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@54fb93ff{/solr,null,UNAVAILABLE}
   [junit4]   2> 937509 WARN  
(zkCallback-1886-thread-10-processing-n:127.0.0.1:37304_solr) 
[n:127.0.0.1:37304_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 937511 INFO  (jetty-closer-1875-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 937511 INFO  (jetty-closer-1875-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4f6f0783{/solr,null,UNAVAILABLE}
   [junit4]   2> 937513 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:49989 49989
   [junit4]   2> 937628 INFO  (Thread-1900) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:49989 49989
   [junit4]   2> 937629 WARN  (Thread-1900) [    ] 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/97522227270582278-127.0.0.1:37304_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        93      /solr/overseer/collection-queue-work
   [junit4]   2>        15      /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> 937629 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[C1FFCD15F83EA31B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MissingSegmentRecoveryTest_C1FFCD15F83EA31B-001
   [junit4]   2> Feb 26, 2017 1:06:34 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): {}, locale=es-BO, 
timezone=America/Miquelon
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=36982344,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotSmallAdvancedTest, TestCSVResponseWriter, PrimUtilsTest, 
SolrCoreCheckLockOnStartupTest, TestFieldCache, SimpleFacetsTest, 
SolrPluginUtilsTest, StatsComponentTest, BlockCacheTest, 
HdfsBasicDistributedZk2Test, MetricUtilsTest, SolrIndexConfigTest, 
MBeansHandlerTest, SolrXmlInZkTest, TermVectorComponentDistributedTest, 
TestSortByMinMaxFunction, TestSolrConfigHandlerCloud, TestFilteredDocIdSet, 
SubstringBytesRefFilterTest, DeleteNodeTest, PreAnalyzedUpdateProcessorTest, 
TestShardHandlerFactory, PeerSyncWithIndexFingerprintCachingTest, 
TestJsonFacets, TestStressReorder, TestPhraseSuggestions, 
PeerSyncReplicationTest, CloudMLTQParserTest, TestCloudManagedSchema, 
TestManagedStopFilterFactory, HdfsUnloadDistributedZkTest, 
TestSubQueryTransformer, TestMacroExpander, SecurityConfHandlerTest, 
TestDefaultSearchFieldResource, ClassificationUpdateProcessorIntegrationTest, 
TestComplexPhraseQParserPlugin, MergeStrategyTest, 
TestSolrCloudWithHadoopAuthPlugin, LeaderElectionContextKeyTest, 
TestManagedResource, TestConfigSetsAPI, HdfsSyncSliceTest, 
BlobRepositoryCloudTest, TestNamedUpdateProcessors, 
PreAnalyzedFieldManagedSchemaCloudTest, TestDownShardTolerantSearch, 
DeleteStatusTest, DebugComponentTest, TestFastOutputStream, 
TestCloudInspectUtil, DistribJoinFromCollectionTest, SliceStateTest, 
TestJavabinTupleStreamParser, TestLocalFSCloudBackupRestore, 
TestDistributedMissingSort, TestSolr4Spatial2, TestZkChroot, 
DocExpirationUpdateProcessorFactoryTest, SimpleCollectionCreateDeleteTest, 
LeaderInitiatedRecoveryOnCommitTest, TestRecovery, BadIndexSchemaTest, 
TestInitParams, ShardSplitTest, OutputWriterTest, RecoveryZkTest, 
TestTolerantSearch, TestApiFramework, URLClassifyProcessorTest, 
TestRandomFlRTGCloud, TestXmlQParser, TestSchemaSimilarityResource, 
FieldMutatingUpdateProcessorTest, LukeRequestHandlerTest, 
CdcrReplicationHandlerTest, TestFieldCacheWithThreads, RollingRestartTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, CoreSorterTest, 
BinaryUpdateRequestHandlerTest, TestBulkSchemaAPI, 
OverriddenZkACLAndCredentialsProvidersTest, DocValuesMissingTest, 
MissingSegmentRecoveryTest]
   [junit4] Completed [305/693 (1!)] on J2 in 100.36s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63865 lines...]


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

Reply via email to