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

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/8)={
   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",   
        "base_url":"http://127.0.0.1:59108/solr";,           
"node_name":"127.0.0.1:59108_solr",           "state":"active",           
"leader":"true"},         "core_node2":{           
"core":"MissingSegmentRecoveryTest_shard1_replica2",           
"base_url":"http://127.0.0.1:43944/solr";,           
"node_name":"127.0.0.1:43944_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/8)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:59108/solr";,
          "node_name":"127.0.0.1:59108_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:43944/solr";,
          "node_name":"127.0.0.1:43944_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([538C05BE84B68A23:3D99DBDDD973C3E]: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 12090 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/init-core-data-001
   [junit4]   2> 931439 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 931448 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-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> 931449 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001
   [junit4]   2> 931449 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 931548 INFO  (Thread-2048) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 931548 INFO  (Thread-2048) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 931558 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39409
   [junit4]   2> 931589 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 931597 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3cc107fc{/solr,null,AVAILABLE}
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@10c10286{HTTP/1.1,[http/1.1]}{127.0.0.1:43944}
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.e.j.s.Server Started @935471ms
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43944}
   [junit4]   2> 931717 ERROR (jetty-launcher-2826-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 931717 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T01:50:06.164Z
   [junit4]   2> 931724 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62806842{/solr,null,AVAILABLE}
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@415764e8{HTTP/1.1,[http/1.1]}{127.0.0.1:59108}
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.e.j.s.Server Started @935479ms
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59108}
   [junit4]   2> 931725 ERROR (jetty-launcher-2826-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 931725 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T01:50:06.172Z
   [junit4]   2> 931797 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 931801 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 931809 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 931821 INFO  (jetty-launcher-2826-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39409/solr
   [junit4]   2> 931849 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 931881 INFO  (jetty-launcher-2826-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39409/solr
   [junit4]   2> 931955 INFO  (jetty-launcher-2826-thread-2) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 932156 INFO  (jetty-launcher-2826-thread-2) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43944_solr
   [junit4]   2> 932157 INFO  (jetty-launcher-2826-thread-2) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.Overseer Overseer 
(id=97567703432953861-127.0.0.1:43944_solr-n_0000000000) starting
   [junit4]   2> 932173 INFO  (jetty-launcher-2826-thread-1) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 932174 INFO  (jetty-launcher-2826-thread-1) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59108_solr
   [junit4]   2> 932208 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 932233 INFO  
(zkCallback-2837-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 932234 INFO  (jetty-launcher-2826-thread-2) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43944_solr
   [junit4]   2> 932236 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 932239 INFO  
(zkCallback-2837-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 932356 INFO  (jetty-launcher-2826-thread-1) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node1/.
   [junit4]   2> 932363 INFO  (jetty-launcher-2826-thread-2) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/.
   [junit4]   2> 933373 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 933374 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39409/solr ready
   [junit4]   2> 933386 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 933397 INFO  (qtp1633665363-13842) [n:127.0.0.1:59108_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> 933417 INFO  
(OverseerThreadFactory-3966-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
MissingSegmentRecoveryTest
   [junit4]   2> 933548 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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> 933549 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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> 933656 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 933657 INFO  
(zkCallback-2837-thread-5-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 934689 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 934694 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 934707 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 934709 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 934711 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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> 934717 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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> 934721 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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> 934722 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 934733 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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> 934739 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 934821 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 934821 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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> 934821 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 934821 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 934833 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@51b2d9c5[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 934834 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 934834 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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> 934834 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 934834 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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 1561083258371833856
   [junit4]   2> 934836 INFO  
(searcherExecutor-3971-thread-1-processing-n:127.0.0.1:59108_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@51b2d9c5[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 934840 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 934848 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 934848 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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> 934848 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 934848 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 934853 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a67ee3c[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 934860 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 934861 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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> 934861 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 934861 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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 1561083258400145408
   [junit4]   2> 934863 INFO  
(searcherExecutor-3972-thread-1-processing-n:127.0.0.1:43944_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@3a67ee3c[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 934942 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 934943 INFO  
(zkCallback-2837-thread-3-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 935340 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 935341 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 935341 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:59108/solr/MissingSegmentRecoveryTest_shard1_replica1/
   [junit4]   2> 935341 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica1 url=http://127.0.0.1:59108/solr 
START 
replicas=[http://127.0.0.1:43944/solr/MissingSegmentRecoveryTest_shard1_replica2/]
 nUpdates=100
   [junit4]   2> 935348 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.PeerSync PeerSync: 
core=MissingSegmentRecoveryTest_shard1_replica1 url=http://127.0.0.1:59108/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 935358 INFO  (qtp1721397051-13850) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 935362 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 935362 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
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> 935362 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 935365 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59108/solr/MissingSegmentRecoveryTest_shard1_replica1/ shard1
   [junit4]   2> 935466 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 935466 INFO  
(zkCallback-2837-thread-4-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 935716 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1  
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 935722 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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=2173
   [junit4]   2> 935824 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 935825 INFO  
(zkCallback-2837-thread-3-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 935866 INFO  (qtp1721397051-13855) [n:127.0.0.1:43944_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=2318
   [junit4]   2> 935868 INFO  (qtp1633665363-13842) [n:127.0.0.1:59108_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> 935970 INFO  
(zkCallback-2837-thread-4-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 935972 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 936868 INFO  (qtp1633665363-13842) [n:127.0.0.1:59108_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=3471
   [junit4]   2> 936913 INFO  (qtp1721397051-13852) [n:127.0.0.1:43944_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&distrib.from=http://127.0.0.1:59108/solr/MissingSegmentRecoveryTest_shard1_replica1/&wt=javabin&version=2}{add=[0
 (1561083260532948992), 1 (1561083260542386176), 2 (1561083260543434752), 3 
(1561083260543434753), 4 (1561083260543434754), 5 (1561083260543434755), 6 
(1561083260543434756), 7 (1561083260543434757), 8 (1561083260543434758), 9 
(1561083260543434759)]} 0 4
   [junit4]   2> 936915 INFO  (qtp1633665363-13846) [n:127.0.0.1:59108_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={wt=javabin&version=2}{add=[0 (1561083260532948992), 1 
(1561083260542386176), 2 (1561083260543434752), 3 (1561083260543434753), 4 
(1561083260543434754), 5 (1561083260543434755), 6 (1561083260543434756), 7 
(1561083260543434757), 8 (1561083260543434758), 9 (1561083260543434759)]} 0 19
   [junit4]   2> 936925 INFO  (qtp1633665363-13844) [n:127.0.0.1:59108_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> 936925 INFO  (qtp1633665363-13844) [n:127.0.0.1:59108_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@58f2b6a3
   [junit4]   2> 936933 INFO  (qtp1721397051-13851) [n:127.0.0.1:43944_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> 936933 INFO  (qtp1721397051-13851) [n:127.0.0.1:43944_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@7ebe7103
   [junit4]   2> 936948 INFO  (qtp1633665363-13844) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3879b797[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 936948 INFO  (qtp1633665363-13844) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 936949 INFO  
(searcherExecutor-3971-thread-1-processing-n:127.0.0.1:59108_solr 
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher 
Searcher@3879b797[MissingSegmentRecoveryTest_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 936949 INFO  (qtp1633665363-13844) [n:127.0.0.1:59108_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node1 
x:MissingSegmentRecoveryTest_shard1_replica1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59108/solr/MissingSegmentRecoveryTest_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 24
   [junit4]   2> 936961 INFO  (qtp1721397051-13851) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@39d736f6[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 936961 INFO  (qtp1721397051-13851) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 936961 INFO  
(searcherExecutor-3972-thread-1-processing-n:127.0.0.1:43944_solr 
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher 
Searcher@39d736f6[MissingSegmentRecoveryTest_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
   [junit4]   2> 936961 INFO  (qtp1721397051-13851) [n:127.0.0.1:43944_solr 
c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:59108/solr/MissingSegmentRecoveryTest_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 28
   [junit4]   2> 936961 INFO  (qtp1633665363-13839) [n:127.0.0.1:59108_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={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 45
   [junit4]   2> 936968 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@10c10286{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 936969 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1822881864
   [junit4]   2> 936982 INFO  (coreCloseExecutor-3981-thread-1) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6fb0a1d0
   [junit4]   2> 936993 INFO  (coreCloseExecutor-3981-thread-1) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 937003 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.c.Overseer Overseer 
(id=97567703432953861-127.0.0.1:43944_solr-n_0000000000) closing
   [junit4]   2> 937003 INFO  
(OverseerStateUpdate-97567703432953861-127.0.0.1:43944_solr-n_0000000000) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43944_solr
   [junit4]   2> 937100 INFO  (zkCallback-2844-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 937100 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59108_solr
   [junit4]   2> 937102 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.Overseer Overseer 
(id=97567703432953862-127.0.0.1:59108_solr-n_0000000001) starting
   [junit4]   2> 937121 INFO  
(zkCallback-2838-thread-2-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 937137 INFO  
(zkCallback-2838-thread-2-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 938697 WARN  
(zkCallback-2837-thread-4-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 938698 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 938703 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3cc107fc{/solr,null,UNAVAILABLE}
   [junit4]   2> 938713 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 938778 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4107c234{/solr,null,AVAILABLE}
   [junit4]   2> 938779 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@2ae5ea47{HTTP/1.1,[http/1.1]}{127.0.0.1:43944}
   [junit4]   2> 938779 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.e.j.s.Server Started @942533ms
   [junit4]   2> 938779 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43944}
   [junit4]   2> 938779 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 938786 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 6.5.0
   [junit4]   2> 938786 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 938786 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 938786 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-06T01:50:13.233Z
   [junit4]   2> 938815 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 938829 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 938845 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39409/solr
   [junit4]   2> 938920 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 938921 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 938923 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 938936 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43944_solr
   [junit4]   2> 938937 INFO  (zkCallback-2844-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 938937 INFO  
(zkCallback-2838-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 938950 INFO  
(zkCallback-2849-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 939049 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/.
   [junit4]   2> 939050 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica2]
   [junit4]   2> 939135 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 6.5.0
   [junit4]   2> 939141 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 939143 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 939144 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating 
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from 
collection MissingSegmentRecoveryTest
   [junit4]   2> 939144 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 939186 INFO  
(zkCallback-2849-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 939186 INFO  
(zkCallback-2838-thread-4-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_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> 939225 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 939225 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 939277 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 939277 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 939279 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5582f858
   [junit4]   2> 939300 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 939301 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Found 
active leader, will attempt to create fresh core and recover.
   [junit4]   2> 939302 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore Updating index 
properties... index=index.20170306072013749
   [junit4]   2> 939304 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 939307 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/
 afterReload=false
   [junit4]   2> 939308 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/index.20170306072013749
   [junit4]   2> 939309 ERROR 
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Error 
closing IndexWriter
   [junit4]   2> java.nio.file.NoSuchFileException: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/data/index.20170306072013749/write.lock
   [junit4]   2>        at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
   [junit4]   2>        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
   [junit4]   2>        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
   [junit4]   2>        at 
sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
   [junit4]   2>        at 
sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
   [junit4]   2>        at java.nio.file.Files.readAttributes(Files.java:1737)
   [junit4]   2>        at 
org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:177)
   [junit4]   2>        at 
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:67)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4723)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3093)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3252)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1136)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1179)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:291)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:711)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:894)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:991)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:919)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:552)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 939349 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Found 1 
old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/
 afterReload=false
   [junit4]   2> 939362 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
 [n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Deleted 
old index directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica2/data/index
   [junit4]   2> 939408 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 939409 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 939409 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 939409 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 939412 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@69f0904d
   [junit4]   2> 939425 INFO  
(coreLoadExecutor-3990-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 939425 ERROR 
(coreContainerWorkExecutor-3986-thread-1-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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_replica2]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$4(CoreContainer.java:580)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [MissingSegmentRecoveryTest_shard1_replica2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:552)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2>        ... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening 
new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:991)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:919)
   [junit4]   2>        ... 7 more
   [junit4]   2>        Suppressed: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:947)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:917)
   [junit4]   2>                ... 7 more
   [junit4]   2>        Caused by: org.apache.solr.common.SolrException: Error 
opening new searcher
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1988)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2108)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1036)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:920)
   [junit4]   2>                ... 9 more
   [junit4]   2>        Caused by: 
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while 
reading index. 
(resource=BufferedChecksumIndexInput(MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/data/index/segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:938)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1949)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/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:1988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2108)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1036)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:920)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica2/data/index.20170306072013749
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@615a15c2): 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:1949)
   [junit4]   2>        ... 13 more
   [junit4]   2> 1030121 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_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> 1030139 INFO  
(OverseerThreadFactory-3984-thread-1-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1030147 INFO  (qtp1539012287-13925) [n:127.0.0.1:43944_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=1
   [junit4]   2> 1030149 INFO  (qtp1633665363-13840) [n:127.0.0.1:59108_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1030149 INFO  (qtp1633665363-13840) [n:127.0.0.1:59108_solr    
] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@549e5889
   [junit4]   2> 1030153 INFO  (qtp1633665363-13840) [n:127.0.0.1:59108_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1030164 INFO  (qtp1633665363-13840) [n:127.0.0.1:59108_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=15
   [junit4]   2> 1030166 INFO  
(zkCallback-2849-thread-2-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 1030267 INFO  
(zkCallback-2849-thread-2-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_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> 1030868 INFO  (qtp1633665363-13845) [n:127.0.0.1:59108_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=746
   [junit4]   2> 1030868 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[538C05BE84B68A23]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=538C05BE84B68A23 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ca -Dtests.timezone=Asia/Kolkata -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 97.5s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection 
with one shard and two replicas
   [junit4]    > null
   [junit4]    > Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:59108/solr";,
   [junit4]    >           "node_name":"127.0.0.1:59108_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:43944/solr";,
   [junit4]    >           "node_name":"127.0.0.1:43944_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([538C05BE84B68A23:3D99DBDDD973C3E]: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> 1030890 INFO  (jetty-closer-2827-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@415764e8{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1030896 INFO  (jetty-closer-2827-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=894133333
   [junit4]   2> 1030898 INFO  (jetty-closer-2827-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97567703432953862-127.0.0.1:59108_solr-n_0000000001) closing
   [junit4]   2> 1030898 INFO  (jetty-closer-2827-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2ae5ea47{HTTP/1.1,[http/1.1]}{127.0.0.1:43944}
   [junit4]   2> 1030900 INFO  (jetty-closer-2827-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=528303225
   [junit4]   2> 1030901 INFO  
(OverseerStateUpdate-97567703432953862-127.0.0.1:59108_solr-n_0000000001) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:59108_solr
   [junit4]   2> 1030911 INFO  
(zkCallback-2838-thread-18-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 1030912 WARN  
(zkCallback-2838-thread-18-processing-n:127.0.0.1:59108_solr) 
[n:127.0.0.1:59108_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1030913 INFO  (jetty-closer-2827-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1030914 INFO  (jetty-closer-2827-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@62806842{/solr,null,UNAVAILABLE}
   [junit4]   2> 1032412 WARN  
(zkCallback-2849-thread-2-processing-n:127.0.0.1:43944_solr) 
[n:127.0.0.1:43944_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1032412 INFO  (jetty-closer-2827-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1032412 INFO  (jetty-closer-2827-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4107c234{/solr,null,UNAVAILABLE}
   [junit4]   2> 1032417 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39409 39409
   [junit4]   2> 1032521 INFO  (Thread-2048) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39409 39409
   [junit4]   2> 1032522 WARN  (Thread-2048) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        94      /solr/overseer/collection-queue-work
   [junit4]   2>        22      /solr/overseer/queue
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1032522 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[538C05BE84B68A23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_538C05BE84B68A23-001
   [junit4]   2> Mar 06, 2017 1:51:46 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=Memory doPackFST= false), 
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1330, 
maxMBSortInHeap=5.530425196502052, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ca, 
timezone=Asia/Kolkata
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=128985152,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestGraphMLResponseWriter, 
ReplaceNodeTest, XsltUpdateRequestHandlerTest, FacetPivotSmallTest, 
HighlighterConfigTest, TestSolr4Spatial, TestPerFieldSimilarity, 
TestStressLucene, QueryElevationComponentTest, TestOmitPositions, 
HdfsDirectoryFactoryTest, TestBlendedInfixSuggestions, TestCryptoKeys, 
TestPivotHelperCode, DistributedFacetPivotSmallAdvancedTest, TestPathTrie, 
TestObjectReleaseTracker, TestSerializedLuceneMatchVersion, 
TestCopyFieldCollectionResource, CoreMergeIndexesAdminHandlerTest, 
DistributedQueryComponentCustomSortTest, RequiredFieldsTest, 
TestPerFieldSimilarityWithDefaultOverride, SolrGraphiteReporterTest, 
BaseCdcrDistributedZkTest, DeleteStatusTest, TestTestInjection, SyncSliceTest, 
TestJettySolrRunner, TestRealTimeGet, MBeansHandlerTest, 
FileBasedSpellCheckerTest, DistribJoinFromCollectionTest, TestCodecSupport, 
TestIntervalFaceting, AliasIntegrationTest, TestCSVLoader, TestJsonFacets, 
TestSSLRandomization, TestReplicaProperties, 
BigEndianAscendingWordSerializerTest, BlockJoinFacetRandomTest, 
TestLocalFSCloudBackupRestore, CollectionsAPIAsyncDistributedZkTest, 
CollectionReloadTest, DistributedFacetExistsSmallTest, 
ExternalFileFieldSortTest, PKIAuthenticationIntegrationTest, 
AlternateDirectoryTest, VersionInfoTest, ShardSplitTest, 
DataDrivenBlockJoinTest, TestIBSimilarityFactory, 
HdfsChaosMonkeySafeLeaderTest, TestComponentsName, CustomCollectionTest, 
SparseHLLTest, TemplateUpdateProcessorTest, NotRequiredUniqueKeyTest, 
TestHdfsBackupRestoreCore, ClusterStateTest, TestBadConfig, TestConfigSets, 
FastVectorHighlighterTest, TestCoreAdminApis, TestInitParams, ZkNodePropsTest, 
SimpleCollectionCreateDeleteTest, TestLRUStatsCache, 
TestImpersonationWithHadoopAuth, JvmMetricsTest, TestMissingGroups, 
HdfsSyncSliceTest, TestUniqueKeyFieldResource, HdfsRecoverLeaseTest, 
SolrCoreTest, TestFunctionQuery, LeaderElectionContextKeyTest, 
TestCloudInspectUtil, ReturnFieldsTest, RegexBoostProcessorTest, 
TestSolrCloudWithSecureImpersonation, TestDFISimilarityFactory, 
TestHighFrequencyDictionaryFactory, TestSolr4Spatial2, TestJoin, 
TestDynamicLoading, TestStressLiveNodes, BasicZkTest, TestConfigSetsAPI, 
ResponseHeaderTest, PeerSyncTest, TestRangeQuery, TestNumericTerms32, 
TestFoldingMultitermQuery, TestDownShardTolerantSearch, TestRestManager, 
CursorMarkTest, MissingSegmentRecoveryTest]
   [junit4] Completed [345/697 (1!)] on J0 in 101.40s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 63751 lines...]


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

Reply via email to