Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/196/
Java: 64bit/jdk-9-ea+181 -XX:-UseCompressedOops -XX:+UseParallelGC 
--illegal-access=deny

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

Error Message:
Expected a collection with one shard and two replicas null Live Nodes: 
[127.0.0.1:53792_solr, 127.0.0.1:53797_solr] Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"MissingSegmentRecoveryTest_shard1_replica_n1", 
          "base_url":"http://127.0.0.1:53792/solr";,           
"node_name":"127.0.0.1:53792_solr",           "state":"active",           
"type":"NRT",           "leader":"true"},         "core_node4":{           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",           
"base_url":"http://127.0.0.1:53797/solr";,           
"node_name":"127.0.0.1:53797_solr",           "state":"down",           
"type":"NRT"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",  
 "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Live Nodes: [127.0.0.1:53792_solr, 127.0.0.1:53797_solr]
Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:53792/solr";,
          "node_name":"127.0.0.1:53792_solr",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node4":{
          "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
          "base_url":"http://127.0.0.1:53797/solr";,
          "node_name":"127.0.0.1:53797_solr",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([EA7DA528F4EA0795:BA283D2BADCBB188]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12623 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> 1370994 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\init-core-data-001
   [junit4]   2> 1370995 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1370996 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1370997 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001
   [junit4]   2> 1370997 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1370997 INFO  (Thread-3108) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1370997 INFO  (Thread-3108) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1371002 ERROR (Thread-3108) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1371098 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:53788
   [junit4]   2> 1371106 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1371107 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@994f86e{/solr,null,AVAILABLE}
   [junit4]   2> 1371108 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@652672ac{HTTP/1.1,[http/1.1]}{127.0.0.1:53792}
   [junit4]   2> 1371108 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.e.j.s.Server Started @1381005ms
   [junit4]   2> 1371108 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53792}
   [junit4]   2> 1371108 ERROR (jetty-launcher-2136-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1371109 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1371109 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371109 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1371109 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-18T17:55:00.169827500Z
   [junit4]   2> 1371111 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1371112 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a175be2{/solr,null,AVAILABLE}
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4454afbe{HTTP/1.1,[http/1.1]}{127.0.0.1:53797}
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.e.j.s.Server Started @1381010ms
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53797}
   [junit4]   2> 1371113 ERROR (jetty-launcher-2136-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1371113 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-18T17:55:00.173693400Z
   [junit4]   2> 1371143 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1371151 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53788/solr
   [junit4]   2> 1371152 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1371163 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e9621055e0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1371166 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53788/solr
   [junit4]   2> 1371269 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1371269 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1371270 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53792_solr
   [junit4]   2> 1371271 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53797_solr
   [junit4]   2> 1371271 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98681310416863238-127.0.0.1:53792_solr-n_0000000000) starting
   [junit4]   2> 1371273 INFO  (zkCallback-2147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1371273 INFO  (zkCallback-2148-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1371279 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53792_solr
   [junit4]   2> 1371287 INFO  (zkCallback-2147-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1371287 INFO  (zkCallback-2148-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1371326 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53797.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1371332 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53797.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1371332 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53797.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1371333 INFO  (jetty-launcher-2136-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.
   [junit4]   2> 1371354 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53792.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1371360 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53792.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1371360 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53792.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1371361 INFO  (jetty-launcher-2136-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node1\.
   [junit4]   2> 1371384 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e9621055e0007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1371389 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1371389 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53788/solr ready
   [junit4]   2> 1371401 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1371404 INFO  (qtp496136446-13010) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1371408 INFO  (OverseerThreadFactory-5381-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 1371518 INFO  
(OverseerStateUpdate-98681310416863238-127.0.0.1:53792_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MissingSegmentRecoveryTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53792/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1371521 INFO  
(OverseerStateUpdate-98681310416863238-127.0.0.1:53792_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MissingSegmentRecoveryTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:53797/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1371724 INFO  (qtp496136446-13011) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1371724 INFO  (qtp593246776-13005) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1371725 INFO  (qtp496136446-13011) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1371727 INFO  (qtp593246776-13005) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1371839 INFO  (zkCallback-2147-thread-1) [    ] 
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> 1371839 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1371841 INFO  (zkCallback-2147-thread-2) [    ] 
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> 1371842 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1372741 INFO  (qtp593246776-13005) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1372741 INFO  (qtp496136446-13011) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1372747 INFO  (qtp593246776-13005) [    ] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1372747 INFO  (qtp496136446-13011) [    ] o.a.s.s.IndexSchema 
[MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1372757 INFO  (qtp496136446-13011) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1372757 INFO  (qtp496136446-13011) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'MissingSegmentRecoveryTest_shard1_replica_n1' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1372757 INFO  (qtp593246776-13005) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1372758 INFO  (qtp593246776-13005) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1372758 INFO  (qtp593246776-13005) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53797.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1372758 INFO  (qtp496136446-13011) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53792.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1372758 INFO  (qtp496136446-13011) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1372758 INFO  (qtp593246776-13005) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1372758 INFO  (qtp496136446-13011) [    ] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
   [junit4]   2> 1372758 INFO  (qtp593246776-13005) [    ] o.a.s.c.SolrCore 
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1372839 INFO  (qtp496136446-13011) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1372839 INFO  (qtp496136446-13011) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1372840 INFO  (qtp496136446-13011) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1372840 INFO  (qtp496136446-13011) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1372840 INFO  (qtp593246776-13005) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1372841 INFO  (qtp593246776-13005) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1372842 INFO  (qtp593246776-13005) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1372842 INFO  (qtp593246776-13005) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1372842 INFO  (qtp496136446-13011) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@733b39b1[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1372844 INFO  (qtp496136446-13011) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1372844 INFO  (qtp496136446-13011) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1372844 INFO  (qtp593246776-13005) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47dd9223[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1372845 INFO  (qtp496136446-13011) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1372845 INFO  (searcherExecutor-5385-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new 
searcher Searcher@733b39b1[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1372845 INFO  (qtp496136446-13011) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578900968602337280
   [junit4]   2> 1372845 INFO  (qtp593246776-13005) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1372845 INFO  (qtp593246776-13005) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1372845 INFO  (qtp593246776-13005) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1372847 INFO  (searcherExecutor-5386-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new 
searcher Searcher@47dd9223[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1372847 INFO  (qtp593246776-13005) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578900968604434432
   [junit4]   2> 1372851 INFO  (qtp496136446-13011) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1372851 INFO  (qtp496136446-13011) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1372851 INFO  (qtp496136446-13011) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:53792/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
   [junit4]   2> 1372851 INFO  (qtp496136446-13011) [    ] o.a.s.u.PeerSync 
PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n1 
url=http://127.0.0.1:53792/solr START 
replicas=[http://127.0.0.1:53797/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 1372853 INFO  (qtp593246776-13001) [    ] o.a.s.c.S.Request 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1372953 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1372954 INFO  (zkCallback-2147-thread-2) [    ] 
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> 1372954 INFO  (zkCallback-2147-thread-1) [    ] 
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> 1372954 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1373151 INFO  (qtp496136446-13011) [    ] o.a.s.u.PeerSync 
PeerSync: core=MissingSegmentRecoveryTest_shard1_replica_n1 
url=http://127.0.0.1:53792/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1373151 INFO  (qtp496136446-13011) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1373151 INFO  (qtp496136446-13011) [    ] 
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> 1373151 INFO  (qtp496136446-13011) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1373155 INFO  (qtp496136446-13011) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:53792/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
   [junit4]   2> 1373259 INFO  (zkCallback-2147-thread-2) [    ] 
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> 1373259 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1373259 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1373259 INFO  (zkCallback-2147-thread-1) [    ] 
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> 1373308 INFO  (qtp496136446-13011) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1373310 INFO  (qtp496136446-13011) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1586
   [junit4]   2> 1373433 INFO  (zkCallback-2147-thread-1) [    ] 
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> 1373433 INFO  (zkCallback-2147-thread-2) [    ] 
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> 1373433 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1373433 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1373852 INFO  (qtp593246776-13005) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2128
   [junit4]   2> 1373855 INFO  (qtp496136446-13010) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1373956 INFO  (zkCallback-2147-thread-2) [    ] 
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> 1373956 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1373956 INFO  (zkCallback-2147-thread-1) [    ] 
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> 1373956 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1374856 INFO  (qtp496136446-13010) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3451
   [junit4]   2> 1374886 INFO  (qtp593246776-13000) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53792/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
 (1578900970713120768), 1 (1578900970716266496), 2 (1578900970716266497), 3 
(1578900970716266498), 4 (1578900970716266499), 5 (1578900970716266500), 6 
(1578900970717315072), 7 (1578900970717315073), 8 (1578900970717315074), 9 
(1578900970717315075)]} 0 22
   [junit4]   2> 1374886 INFO  (qtp496136446-13009) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[0 (1578900970713120768), 1 
(1578900970716266496), 2 (1578900970716266497), 3 (1578900970716266498), 4 
(1578900970716266499), 5 (1578900970716266500), 6 (1578900970717315072), 7 
(1578900970717315073), 8 (1578900970717315074), 9 (1578900970717315075)]} 0 27
   [junit4]   2> 1374888 INFO  (qtp496136446-12990) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578900970744578048,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1374888 INFO  (qtp496136446-12990) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@15223168 
commitCommandVersion:1578900970744578048
   [junit4]   2> 1374900 INFO  (qtp593246776-12999) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578900970757160960,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1374900 INFO  (qtp593246776-12999) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@75d8080 
commitCommandVersion:1578900970757160960
   [junit4]   2> 1374924 INFO  (qtp496136446-12990) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ee22463[MissingSegmentRecoveryTest_shard1_replica_n1] main]
   [junit4]   2> 1374925 INFO  (searcherExecutor-5385-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new 
searcher Searcher@ee22463[MissingSegmentRecoveryTest_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C10)))}
   [junit4]   2> 1374925 INFO  (qtp496136446-12990) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1374925 INFO  (qtp496136446-12990) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53792/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 36
   [junit4]   2> 1374927 INFO  (qtp593246776-12999) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4079efc5[MissingSegmentRecoveryTest_shard1_replica_n2] main]
   [junit4]   2> 1374929 INFO  (searcherExecutor-5386-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new 
searcher Searcher@4079efc5[MissingSegmentRecoveryTest_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C10)))}
   [junit4]   2> 1374929 INFO  (qtp593246776-12999) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1374929 INFO  (qtp593246776-12999) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53792/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 29
   [junit4]   2> 1374929 INFO  (qtp496136446-12994) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory 
[MissingSegmentRecoveryTest_shard1_replica_n1]  webapp=/solr path=/update 
params={_stateVer_=MissingSegmentRecoveryTest:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 42
   [junit4]   2> 1374932 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@4454afbe{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1374935 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=762354290
   [junit4]   2> 1374935 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1374935 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34d8c09f: rootName = 
solr_53797, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@16a5edfa
   [junit4]   2> 1374942 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1374942 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@24a433b2: rootName = 
solr_53797, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@788bb4e9
   [junit4]   2> 1374946 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1374947 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@728b1822: rootName = 
solr_53797, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@479da17a
   [junit4]   2> 1374948 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 1374952 INFO  (coreCloseExecutor-5395-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@4e21b95e
   [junit4]   2> 1374952 INFO  (coreCloseExecutor-5395-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=1310832990
   [junit4]   2> 1374952 INFO  (coreCloseExecutor-5395-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7317d1b4: rootName = 
solr_53797, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@730e0df5
   [junit4]   2> 1374959 INFO  (coreCloseExecutor-5395-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, 
tag=1310832990
   [junit4]   2> 1374963 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e9621055e0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1374965 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@a175be2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1374967 INFO  (zkCallback-2154-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1374967 INFO  (zkCallback-2148-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1374969 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1374969 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1eeaa234{/solr,null,AVAILABLE}
   [junit4]   2> 1374970 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.e.j.s.AbstractConnector Started 
ServerConnector@174891d2{HTTP/1.1,[http/1.1]}{127.0.0.1:53797}
   [junit4]   2> 1374970 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.e.j.s.Server Started @1384867ms
   [junit4]   2> 1374973 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=53797}
   [junit4]   2> 1374973 ERROR 
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1374974 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 1374974 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port 
null
   [junit4]   2> 1374974 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 1374974 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-18T17:55:04.034488200Z
   [junit4]   2> 1374985 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1374994 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53788/solr
   [junit4]   2> 1374999 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e9621055e000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1375057 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1375059 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1375061 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:53797_solr
   [junit4]   2> 1375104 INFO  (zkCallback-2154-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1375104 INFO  (zkCallback-2148-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1375108 INFO  (zkCallback-2159-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1375110 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1375110 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1375146 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53797.solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1375155 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53797.solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1375156 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53797.solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1375159 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.
   [junit4]   2> 1375159 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.c.CorePropertiesLocator Cores are: 
[MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2> 1375175 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1375196 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1375224 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica_n2] Schema 
name=minimal
   [junit4]   2> 1375226 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1375227 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 
'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration from 
collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1375227 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53797.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1375227 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1375227 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1375291 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1375291 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1375292 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1375292 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1375298 INFO  (zkCallback-2148-thread-1) [    ] 
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> 1375298 INFO  (zkCallback-2159-thread-1) [    ] 
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> 1375298 INFO  (zkCallback-2148-thread-2) [    ] 
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> 1375300 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@2493c75c
   [junit4]   2> 1375300 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=613664604
   [junit4]   2> 1375300 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@545776ce: rootName = 
solr_53797, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@58d52d0a
   [junit4]   2> 1375307 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=613664604
   [junit4]   2> 1375314 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core 
and recover.
   [junit4]   2> 1375314 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore Updating index properties... index=index.20170918205504374
   [junit4]   2> 1375316 INFO  (zkCallback-2159-thread-2) [    ] 
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> 1375331 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_53797.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry 
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51cfaac3
   [junit4]   2> 1375331 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1375331 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
   [junit4]   2> 1375343 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 1375345 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20170918205504374
   [junit4]   2> 1375350 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up 
under 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
 afterReload=false
   [junit4]   2> 1375358 INFO  
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
 [    ] o.a.s.c.DirectoryFactory Deleted old index directory: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
   [junit4]   2> 1375409 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1375409 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1375411 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1375411 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1375415 INFO  
(OverseerCollectionConfigSetProcessor-98681310416863238-127.0.0.1:53792_solr-n_0000000000)
 [    ] 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> 1375418 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@3222c52a
   [junit4]   2> 1375418 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=841139498
   [junit4]   2> 1375419 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@74af10b9: rootName = 
solr_53797, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, 
service url = null, agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@58d52d0a
   [junit4]   2> 1375448 INFO  (coreLoadExecutor-5402-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=841139498
   [junit4]   2> 1375450 ERROR (coreContainerWorkExecutor-5398-thread-1) [    ] 
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_replica_n2]
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$14(CoreContainer.java:665)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2>        at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [MissingSegmentRecoveryTest_shard1_replica_n2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1014)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:637)
   [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:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1074)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1000)
   [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:988)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>                at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:998)
   [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:2075)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2195)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2>                ... 9 more
   [junit4]   2>        Caused by: 
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while 
reading index. 
(resource=BufferedChecksumIndexInput(MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2\data\index\segments_2")))
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:291)
   [junit4]   2>                at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1076)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
   [junit4]   2>                at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
   [junit4]   2>                at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131)
   [junit4]   2>                at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2036)
   [junit4]   2>                ... 12 more
   [junit4]   2>        Caused by: java.io.EOFException: read past EOF: 
MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2\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:301)
   [junit4]   2>                at 
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:289)
   [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:2075)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2195)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
   [junit4]   2>        ... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no 
segments* file found in 
LockValidatingDirectoryWrapper(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20170918205504374
 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e45afe4): files: 
[write.lock]
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1071)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
   [junit4]   2>        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:257)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:131)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2036)
   [junit4]   2>        ... 13 more
   [junit4]   2> 1465688 INFO  (qtp496136446-12991) [    ] 
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> 1465692 INFO  (OverseerThreadFactory-5381-thread-2) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1465697 INFO  (qtp496136446-12992) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=null
   [junit4]   2> 1465699 INFO  (qtp496136446-12992) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10e3542b: rootName = 
solr_53792, domain = solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, 
service url = null, agent id = null] for registry 
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@3c16f9c4
   [junit4]   2> 1465709 INFO  (qtp1352573695-13074) [    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=10
   [junit4]   2> 1465718 INFO  (qtp496136446-12992) [    ] o.a.s.c.SolrCore 
[MissingSegmentRecoveryTest_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@337414eb
   [junit4]   2> 1465718 INFO  (qtp496136446-12992) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=863245547
   [junit4]   2> 1465718 INFO  (qtp496136446-12992) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=863245547
   [junit4]   2> 1465744 INFO  (qtp496136446-12992) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=49
   [junit4]   2> 1465747 INFO  (zkCallback-2159-thread-4) [    ] 
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> 1465748 INFO  (zkCallback-2159-thread-3) [    ] 
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> 1465856 INFO  (zkCallback-2159-thread-4) [    ] 
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> 1465856 INFO  (zkCallback-2159-thread-3) [    ] 
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> 1466451 INFO  (qtp496136446-12991) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} 
status=0 QTime=763
   [junit4]   2> 1466451 INFO  
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[EA7DA528F4EA0795]) [  
  ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery 
-Dtests.seed=EA7DA528F4EA0795 -Dtests.slow=true -Dtests.locale=se 
-Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] FAILURE 95.1s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection 
with one shard and two replicas
   [junit4]    > null
   [junit4]    > Live Nodes: [127.0.0.1:53792_solr, 127.0.0.1:53797_solr]
   [junit4]    > Last available state: 
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node3":{
   [junit4]    >           
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:53792/solr";,
   [junit4]    >           "node_name":"127.0.0.1:53792_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node4":{
   [junit4]    >           
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:53797/solr";,
   [junit4]    >           "node_name":"127.0.0.1:53797_solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EA7DA528F4EA0795:BA283D2BADCBB188]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
   [junit4]    >        at 
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1466454 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e9621055e0008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1466455 INFO  (jetty-closer-2137-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@652672ac{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1466456 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=556815143
   [junit4]   2> 1466456 INFO  (jetty-closer-2137-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@174891d2{HTTP/1.1,[http/1.1]}{127.0.0.1:53797}
   [junit4]   2> 1466456 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1466457 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1834824623
   [junit4]   2> 1466457 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ae18c3e: rootName = 
solr_53792, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@22aa9e45
   [junit4]   2> 1466457 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1466457 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a91e417: rootName = 
solr_53797, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@43cb9675
   [junit4]   2> 1466461 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1466461 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a97a444: rootName = 
solr_53792, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@788bb4e9
   [junit4]   2> 1466464 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1466464 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3959c82: rootName = 
solr_53797, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@788bb4e9
   [junit4]   2> 1466464 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1466464 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d77676: rootName = 
solr_53792, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@479da17a
   [junit4]   2> 1466465 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1466465 INFO  (jetty-closer-2137-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98681310416863238-127.0.0.1:53792_solr-n_0000000000) closing
   [junit4]   2> 1466470 INFO  
(OverseerStateUpdate-98681310416863238-127.0.0.1:53792_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:53792_solr
   [junit4]   2> 1466471 INFO  (zkCallback-2159-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1466471 INFO  (zkCallback-2159-thread-4) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53797_solr
   [junit4]   2> 1466472 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1466473 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2203f3aa: rootName = 
solr_53797, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@479da17a
   [junit4]   2> 1466473 INFO  (jetty-closer-2137-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1466474 WARN  (zkCallback-2159-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1466475 INFO  (jetty-closer-2137-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1eeaa234{/solr,null,UNAVAILABLE}
   [junit4]   2> 1467971 WARN  (zkCallback-2148-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1467971 INFO  (jetty-closer-2137-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@994f86e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1467974 ERROR 
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1467974 INFO  
(SUITE-MissingSegmentRecoveryTest-seed#[EA7DA528F4EA0795]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53788 53788
   [junit4]   2> 1467975 INFO  (Thread-3108) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:53788 53788
   [junit4]   2> 1467976 WARN  (Thread-3108) [    ] 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>        20      
/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98681310416863238-127.0.0.1:53792_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_EA7DA528F4EA0795-001
   [junit4]   2> Sep 18, 2017 5:56:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=2, maxDocsPerChunk=1, blockSize=1017), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=2, blockSize=1017)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=se, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9 
(64-bit)/cpus=3,threads=1,free=142648744,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, 
AsyncCallRequestStatusResponseTest, CloudMLTQParserTest, TestJmxIntegration, 
SolrMetricReporterTest, SSLMigrationTest, FastVectorHighlighterTest, 
DocValuesMissingTest, TestSolrConfigHandlerConcurrent, TestPseudoReturnFields, 
TestConfigSetImmutable, PathHierarchyTokenizerFactoryTest, 
DistributedFacetPivotWhiteBoxTest, TestUpdate, TestCodecSupport, 
TestRandomDVFaceting, DistributedFacetPivotLargeTest, LeaderElectionTest, 
TestManagedSynonymGraphFilterFactory, TestLegacyTerms, DeleteNodeTest, 
V2ApiIntegrationTest, TestJavabinTupleStreamParser, TestCustomStream, 
TestManagedSchemaAPI, DocValuesTest, ResponseLogComponentTest, 
AssignBackwardCompatibilityTest, SoftAutoCommitTest, SuggesterWFSTTest, 
TestXmlQParserPlugin, TestSort, TestInitParams, TestHighlightDedupGrouping, 
TestNumericTerms64, TestHdfsUpdateLog, RulesTest, TestQuerySenderListener, 
TestPayloadCheckQParserPlugin, TestGeoJSONResponseWriter, CollectionReloadTest, 
SolrJmxReporterCloudTest, TestLFUCache, ResourceLoaderTest, RequiredFieldsTest, 
CreateCollectionCleanupTest, TestSerializedLuceneMatchVersion, 
FacetPivotSmallTest, TestImpersonationWithHadoopAuth, TestExtendedDismaxParser, 
XmlUpdateRequestHandlerTest, RAMDirectoryFactoryTest, TestMacros, 
SolrCoreMetricManagerTest, LeaderInitiatedRecoveryOnShardRestartTest, 
ReplaceNodeTest, TestSizeLimitedDistributedMap, TestDocBasedVersionConstraints, 
TestUtils, TestSolrCoreParser, TestScoreJoinQPScore, TestNumericTokenStream, 
WordBreakSolrSpellCheckerTest, ReplicaListTransformerTest, 
TestLegacyFieldReuse, TestTestInjection, TestQueryWrapperFilter, 
TestFieldCacheVsDocValues, TestManagedStopFilterFactory, DateFieldTest, 
ZkCLITest, ClusterStateTest, ExplicitHLLTest, TestRecoveryHdfs, 
TestPHPSerializedResponseWriter, BufferStoreTest, TestConfigSetsAPI, 
AnalysisAfterCoreReloadTest, ActionThrottleTest, MoveReplicaHDFSUlogDirTest, 
TestSubQueryTransformerDistrib, TestLegacyNumericRangeQueryBuilder, 
TestHashQParserPlugin, SolrXmlInZkTest, UUIDUpdateProcessorFallbackTest, 
BigEndianAscendingWordSerializerTest, TestMissingGroups, TestDistribIDF, 
QueryElevationComponentTest, PKIAuthenticationIntegrationTest, 
DocExpirationUpdateProcessorFactoryTest, SolrGangliaReporterTest, 
TestCoreAdminApis, TestBinaryField, TestPrepRecovery, TestNumericRangeQuery32, 
AtomicUpdateProcessorFactoryTest, TestHdfsCloudBackupRestore, CursorPagingTest, 
SortByFunctionTest, CoreMergeIndexesAdminHandlerTest, 
DistributedVersionInfoTest, TestCloudSearcherWarming, 
TestImplicitCoreProperties, TestUseDocValuesAsStored2, 
HdfsChaosMonkeyNothingIsSafeTest, TestSmileRequest, TestCustomSort, 
TestHashPartitioner, TestInPlaceUpdatesStandalone, TestQuerySenderNoQuery, 
TestFieldCacheSort, AutoScalingHandlerTest, TestHalfAndHalfDocValues, 
TestJettySolrRunner, DistribCursorPagingTest, TestCloudDeleteByQuery, 
TestBulkSchemaAPI, TestCloudSchemaless, ForceLeaderTest, 
ConfigureRecoveryStrategyTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
SparseHLLTest, TestReplicationHandler, TestDeleteCollectionOnDownNodes, 
TestFaceting, TestSubQueryTransformer, 
VMParamsZkACLAndCredentialsProvidersTest, SimplePostToolTest, ShardRoutingTest, 
CurrencyFieldTypeTest, SimpleFacetsTest, TestComplexPhraseLeadingWildcard, 
TestCSVResponseWriter, TestReversedWildcardFilterFactory, ZkControllerTest, 
CdcrReplicationHandlerTest, VersionInfoTest, TestStressCloudBlindAtomicUpdates, 
TestSearcherReuse, TestLocalFSCloudBackupRestore, TestNamedUpdateProcessors, 
SyncSliceTest, ReturnFieldsTest, SearchHandlerTest, SmileWriterTest, 
SpatialFilterTest, TestSolrCloudWithKerberosAlt, SolrShardReporterTest, 
HighlighterConfigTest, TestAtomicUpdateErrorCases, TestDistributedSearch, 
TestSQLHandlerNonCloud, BasicDistributedZkTest, CSVRequestHandlerTest, 
DistribJoinFromCollectionTest, TestRestoreCore, TestManagedResourceStorage, 
IndexBasedSpellCheckerTest, TestSolrDeletionPolicy2, TestFunctionQuery, 
HdfsLockFactoryTest, MissingSegmentRecoveryTest]
   [junit4] Completed [421/731 (1!)] on J0 in 98.00s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to