Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/427/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) 
Thread[id=21978, name=jetty-launcher-3592-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=21978, name=jetty-launcher-3592-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([FC282F491AA7E81C]:0)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([FC282F491AA7E81C:565BCE626D2A596]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Can not find doc 3 in https://127.0.0.1:34201/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 3 in https://127.0.0.1:34201/solr
        at 
__randomizedtesting.SeedInfo.seed([FC282F491AA7E81C:3DD856E537F722BB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:868)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:559)
        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:748)




Build Log:
[...truncated 11462 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/init-core-data-001
   [junit4]   2> 331073 WARN  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 331074 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 331075 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 331076 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001
   [junit4]   2> 331076 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 331082 INFO  (Thread-885) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 331082 INFO  (Thread-885) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 331094 ERROR (Thread-885) [    ] 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> 331182 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44537
   [junit4]   2> 331190 INFO  (jetty-launcher-689-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 331192 INFO  (jetty-launcher-689-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 331225 INFO  (jetty-launcher-689-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44a1cd8c{/solr,null,AVAILABLE}
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e4f2fa4{/solr,null,AVAILABLE}
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ce78035{SSL,[ssl, 
http/1.1]}{127.0.0.1:34857}
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.e.j.s.Server Started @332561ms
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34857}
   [junit4]   2> 331228 ERROR (jetty-launcher-689-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.2
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-06T03:27:00.125Z
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@443c8c09{SSL,[ssl, 
http/1.1]}{127.0.0.1:34201}
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-1) [    ] 
o.e.j.s.Server Started @332561ms
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34201}
   [junit4]   2> 331228 ERROR (jetty-launcher-689-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 331228 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.2
   [junit4]   2> 331229 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 331229 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 331229 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-06T03:27:00.126Z
   [junit4]   2> 331245 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 331253 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 331255 INFO  (jetty-launcher-689-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44537/solr
   [junit4]   2> 331260 INFO  (jetty-launcher-689-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44537/solr
   [junit4]   2> 331278 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 331278 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34201_solr
   [junit4]   2> 331278 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.Overseer Overseer 
(id=98779818883874822-127.0.0.1:34201_solr-n_0000000000) starting
   [junit4]   2> 331285 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34201_solr
   [junit4]   2> 331286 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 331319 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 331319 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 331320 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34857_solr
   [junit4]   2> 331321 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 331333 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 331341 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34201.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 331347 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34201.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 331348 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34201.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 331348 INFO  (jetty-launcher-689-thread-1) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001/node1/.
   [junit4]   2> 331386 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34857.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 331394 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34857.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 331394 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34857.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 331395 INFO  (jetty-launcher-689-thread-2) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001/node2/.
   [junit4]   2> 331418 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 331418 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44537/solr ready
   [junit4]   2> 331420 INFO  
(SUITE-TestTlogReplica-seed#[FC282F491AA7E81C]-worker) [    ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 331450 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params 
val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 331452 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=2
   [junit4]   2> 331460 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testKillLeader
   [junit4]   2> 331462 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 331463 INFO  
(OverseerThreadFactory-1713-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
tlog_replica_test_kill_leader
   [junit4]   2> 331568 INFO  
(OverseerStateUpdate-98779818883874822-127.0.0.1:34201_solr-n_0000000000) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_leader_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34857/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 331569 INFO  
(OverseerStateUpdate-98779818883874822-127.0.0.1:34201_solr-n_0000000000) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_kill_leader_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34201/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 331772 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 331772 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 331788 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 331789 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 331891 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 331891 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 331891 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 331891 INFO  
(zkCallback-697-thread-2-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 332782 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.2
   [junit4]   2> 332792 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.s.IndexSchema 
[tlog_replica_test_kill_leader_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 332793 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 332793 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_kill_leader_shard1_replica_t1' using 
configuration from collection tlog_replica_test_kill_leader, trusted=true
   [junit4]   2> 332794 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_34857.solr.core.tlog_replica_test_kill_leader.shard1.replica_t1' 
(registry 'solr.core.tlog_replica_test_kill_leader.shard1.replica_t1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 332794 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 332794 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[[tlog_replica_test_kill_leader_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001/node2/tlog_replica_test_kill_leader_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001/node2/./tlog_replica_test_kill_leader_shard1_replica_t1/data/]
   [junit4]   2> 332798 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.2
   [junit4]   2> 332801 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.s.IndexSchema 
[tlog_replica_test_kill_leader_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 332803 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 332803 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_kill_leader_shard1_replica_t2' using 
configuration from collection tlog_replica_test_kill_leader, trusted=true
   [junit4]   2> 332803 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 
'solr_34201.solr.core.tlog_replica_test_kill_leader.shard1.replica_t2' 
(registry 'solr.core.tlog_replica_test_kill_leader.shard1.replica_t2') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@36cae124
   [junit4]   2> 332803 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 332803 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[[tlog_replica_test_kill_leader_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001/node1/tlog_replica_test_kill_leader_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_FC282F491AA7E81C-001/tempDir-001/node1/./tlog_replica_test_kill_leader_shard1_replica_t2/data/]
   [junit4]   2> 332824 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 332824 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 332825 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 332825 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 332827 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@42b14f6e[tlog_replica_test_kill_leader_shard1_replica_t1] 
main]
   [junit4]   2> 332828 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 332828 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 332829 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 332829 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1580477103971762176
   [junit4]   2> 332831 INFO  
(searcherExecutor-1718-thread-1-processing-n:127.0.0.1:34857_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t1 s:shard1 
c:tlog_replica_test_kill_leader r:core_node1) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t1] Registered new searcher 
Searcher@42b14f6e[tlog_replica_test_kill_leader_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 332833 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 332835 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 332836 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 332836 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 332836 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 332837 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3ebbe277[tlog_replica_test_kill_leader_shard1_replica_t2] 
main]
   [junit4]   2> 332838 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 332838 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 332839 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 332839 INFO  
(searcherExecutor-1719-thread-1-processing-n:127.0.0.1:34201_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_kill_leader r:core_node2) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t2] Registered new searcher 
Searcher@3ebbe277[tlog_replica_test_kill_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 332839 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1580477103982247936
   [junit4]   2> 332935 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 332935 INFO  
(zkCallback-697-thread-2-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 332935 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 332935 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333334 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 333334 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 333334 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:34857/solr/tlog_replica_test_kill_leader_shard1_replica_t1/
   [junit4]   2> 333334 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_kill_leader_shard1_replica_t1 
url=https://127.0.0.1:34857/solr START 
replicas=[https://127.0.0.1:34201/solr/tlog_replica_test_kill_leader_shard1_replica_t2/]
 nUpdates=100
   [junit4]   2> 333334 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_kill_leader_shard1_replica_t1 
url=https://127.0.0.1:34857/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 333337 INFO  (qtp2121138821-3893) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 333337 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 333337 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
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> 333337 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 333337 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.ZkController 
tlog_replica_test_kill_leader_shard1_replica_t1 stopping background replication 
from leader
   [junit4]   2> 333339 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34857/solr/tlog_replica_test_kill_leader_shard1_replica_t1/ 
shard1
   [junit4]   2> 333440 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333440 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333440 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333440 INFO  
(zkCallback-697-thread-2-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333489 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 333490 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1718
   [junit4]   2> 333591 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333591 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333591 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333591 INFO  
(zkCallback-697-thread-2-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333844 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.ZkController 
tlog_replica_test_kill_leader_shard1_replica_t2 starting background replication 
from leader
   [junit4]   2> 333844 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.ReplicateFromLeader 
Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 333847 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.ReplicationHandler 
Poll scheduled at an interval of 3000ms
   [junit4]   2> 333847 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Updated 
masterUrl to 
https://127.0.0.1:34857/solr/tlog_replica_test_kill_leader_shard1_replica_t1/
   [junit4]   2> 333850 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_leader_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_leader&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2061
   [junit4]   2> 333850 INFO  (qtp660135617-3904) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 333850 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's generation: 1
   [junit4]   2> 333851 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's version: 0
   [junit4]   2> 333851 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's 
generation: 1
   [junit4]   2> 333851 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's 
version: 0
   [junit4]   2> 333853 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_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> 333954 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333954 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333954 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 333954 INFO  
(zkCallback-697-thread-2-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 334853 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_leader&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3391
   [junit4]   2> 334875 INFO  (qtp2121138821-3903) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:34857/solr/tlog_replica_test_kill_leader_shard1_replica_t1/&wt=javabin&version=2}{add=[1
 (1580477106112954368)]} 0 0
   [junit4]   2> 334877 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1580477106112954368)]} 0 6
   [junit4]   2> 334880 INFO  (qtp2121138821-3903) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34857/solr/tlog_replica_test_kill_leader_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 334882 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1580477106124488704,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 334882 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@45337ca3 
commitCommandVersion:1580477106124488704
   [junit4]   2> 334892 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@620fae1c[tlog_replica_test_kill_leader_shard1_replica_t1] 
main]
   [junit4]   2> 334893 INFO  
(searcherExecutor-1718-thread-1-processing-n:127.0.0.1:34857_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t1 s:shard1 
c:tlog_replica_test_kill_leader r:core_node1) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t1] Registered new searcher 
Searcher@620fae1c[tlog_replica_test_kill_leader_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.2):C1)))}
   [junit4]   2> 334893 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 334893 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:34857/solr/tlog_replica_test_kill_leader_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 11
   [junit4]   2> 334893 INFO  (qtp660135617-3895) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/update 
params={_stateVer_=tlog_replica_test_kill_leader:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 15
   [junit4]   2> 334902 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 334911 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 334925 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335026 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335130 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335231 INFO  (qtp2121138821-3903) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335332 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335433 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335468 INFO  
(OverseerCollectionConfigSetProcessor-98779818883874822-127.0.0.1:34201_solr-n_0000000000)
 [n:127.0.0.1:34201_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 335535 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335636 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335741 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335842 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 335942 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336043 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336145 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336246 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336347 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336448 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336549 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336650 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336751 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336847 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 336848 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's generation: 2
   [junit4]   2> 336848 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Master's version: 1507260423779
   [junit4]   2> 336848 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's 
generation: 1
   [junit4]   2> 336848 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's 
version: 0
   [junit4]   2> 336848 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Starting replication process
   [junit4]   2> 336849 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} 
status=0 QTime=0
   [junit4]   2> 336849 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Number 
of files in latest index in master: 19
   [junit4]   2> 336850 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher 
Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@856f15a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c6d0cd0)
   [junit4]   2> 336851 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336852 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336853 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336865 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336866 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336867 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336868 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336869 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336870 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336871 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336872 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336929 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336930 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneFixedGap_0.tii&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336931 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336945 INFO  (qtp660135617-3892) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Memory_0.mdvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336946 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336947 INFO  (qtp660135617-3902) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Memory_0.mdvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336948 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336949 INFO  (qtp660135617-3894) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336951 INFO  (qtp660135617-3900) [n:127.0.0.1:34857_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 336951 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.h.IndexFetcher Total 
time taken for download (fullCopy=false,bytesDownloaded=3073) : 0 secs (null 
bytes/sec) to MockDirectoryWrapper(RAMDirectory@856f15a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c6d0cd0)
   [junit4]   2> 336953 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.DefaultSolrCoreState 
New IndexWriter is ready to be used.
   [junit4]   2> 336953 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 336954 INFO  (indexFetcher-1729-thread-1) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@332bf74f[tlog_replica_test_kill_leader_shard1_replica_t2] 
main]
   [junit4]   2> 336955 INFO  
(searcherExecutor-1719-thread-1-processing-n:127.0.0.1:34201_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_kill_leader r:core_node2) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t2] Registered new searcher 
Searcher@332bf74f[tlog_replica_test_kill_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.2):C1)))}
   [junit4]   2> 337054 INFO  (qtp2121138821-3907) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 337055 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.c.ChaosMonkey monkey: kill jetty! 34857
   [junit4]   2> 337056 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6ce78035{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 337056 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=113379593
   [junit4]   2> 337057 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 337057 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e47c98d: rootName = 
solr_34857, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@621c2c76
   [junit4]   2> 337062 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 337062 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ae71fd5: rootName = 
solr_34857, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@70ec5494
   [junit4]   2> 337066 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 337066 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@38470ccd: rootName = 
solr_34857, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@74d3ce51
   [junit4]   2> 337067 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 337068 INFO  (coreCloseExecutor-1731-thread-1) 
[n:127.0.0.1:34857_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@59f98031
   [junit4]   2> 337068 INFO  (coreCloseExecutor-1731-thread-1) 
[n:127.0.0.1:34857_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.tlog_replica_test_kill_leader.shard1.replica_t1, 
tag=1509523505
   [junit4]   2> 337068 INFO  (coreCloseExecutor-1731-thread-1) 
[n:127.0.0.1:34857_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a7cd25c: 
rootName = solr_34857, domain = 
solr.core.tlog_replica_test_kill_leader.shard1.replica_t1, service url = null, 
agent id = null] for registry 
solr.core.tlog_replica_test_kill_leader.shard1.replica_t1 / 
com.codahale.metrics.MetricRegistry@310dc82a
   [junit4]   2> 337068 INFO  (zkCallback-707-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 337068 INFO  
(zkCallback-697-thread-2-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 337068 INFO  
(zkCallback-697-thread-1-processing-n:127.0.0.1:34857_solr) 
[n:127.0.0.1:34857_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 337068 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 337069 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[2])
   [junit4]   2> 337075 INFO  (coreCloseExecutor-1731-thread-1) 
[n:127.0.0.1:34857_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node1 
x:tlog_replica_test_kill_leader_shard1_replica_t1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.tlog_replica_test_kill_leader.shard1.leader, 
tag=1509523505
   [junit4]   2> 337078 INFO  (zkCallback-707-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 337078 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@44a1cd8c{/solr,null,UNAVAILABLE}
   [junit4]   2> 337079 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 337079 INFO  
(TEST-TestTlogReplica.testKillLeader-seed#[FC282F491AA7E81C]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 34857
   [junit4]   2> 337079 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 337181 INFO  (zkCallback-707-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 337181 INFO  
(zkCallback-702-thread-1-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 337181 INFO  
(zkCallback-702-thread-3-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 339579 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:34201/solr/tlog_replica_test_kill_leader_shard1_replica_t2/
   [junit4]   2> 339579 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 339580 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SyncStrategy 
https://127.0.0.1:34201/solr/tlog_replica_test_kill_leader_shard1_replica_t2/ 
has no replicas
   [junit4]   2> 339580 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.ZkController 
tlog_replica_test_kill_leader_shard1_replica_t2 stopping background replication 
from leader
   [junit4]   2> 339580 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext New leader does not have old tlog to replay
   [junit4]   2> 339581 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:34201/solr/tlog_replica_test_kill_leader_shard1_replica_t2/ 
shard1
   [junit4]   2> 339582 INFO  (zkCallback-707-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 339582 INFO  
(zkCallback-702-thread-3-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 339582 INFO  
(zkCallback-702-thread-2-processing-n:127.0.0.1:34201_solr) 
[n:127.0.0.1:34201_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_leader/state.json] for collection 
[tlog_replica_test_kill_leader] has occurred - updating... (live nodes size: 
[1])
   [junit4]   2> 340083 INFO  (qtp2121138821-3905) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[2 (1580477111577083904)]} 0 1
   [junit4]   2> 340085 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1580477111580229632,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 340085 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.SolrIndexWriter 
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5bd2cd18 
commitCommandVersion:1580477111580229632
   [junit4]   2> 340087 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5a2b69ad[tlog_replica_test_kill_leader_shard1_replica_t2] 
main]
   [junit4]   2> 340087 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 340088 INFO  
(searcherExecutor-1719-thread-1-processing-n:127.0.0.1:34201_solr 
x:tlog_replica_test_kill_leader_shard1_replica_t2 s:shard1 
c:tlog_replica_test_kill_leader r:core_node2) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_kill_leader_shard1_replica_t2] Registered new searcher 
Searcher@5a2b69ad[tlog_replica_test_kill_leader_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.2):C1)
 Uninverting(_1(7.0.2):C1)))}
   [junit4]   2> 340088 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/update 
params={_stateVer_=tlog_replica_test_kill_leader:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 340090 INFO  (qtp2121138821-3896) [n:127.0.0.1:34201_solr 
c:tlog_replica_test_kill_leader s:shard1 r:core_node2 
x:tlog_replica_test_kill_leader_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_leader_shard1_replica_t2]  webapp=/solr path=/sel

[...truncated too long message...]

ronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>        at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Oct 06, 2017 3:58:40 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1476, maxMBSortInHeap=5.510157883980493, 
sim=RandomSimilarity(queryNorm=false): {}, locale=pl, 
timezone=America/Indiana/Marengo
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=172853400,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [MetricUtilsTest, 
TestClassNameShortening, TestSolrCLIRunExample, MissingSegmentRecoveryTest, 
CopyFieldTest, BadIndexSchemaTest, TlogReplayBufferedWhileIndexingTest, 
TestSuggestSpellingConverter, TestSmileRequest, SecurityConfHandlerTest, 
AtomicUpdatesTest, TestConfigSets, SimplePostToolTest, ReturnFieldsTest, 
TestPushWriter, TestCloudPivotFacet, TestIndexSearcher, RequestLoggingTest, 
TestFieldCacheReopen, TestMiniSolrCloudClusterSSL, ResponseLogComponentTest, 
TestSchemaResource, DocValuesNotIndexedTest, TestSurroundQueryParser, 
StatsComponentTest, TestDistributedMissingSort, LeaderElectionContextKeyTest, 
TestDynamicLoading, SuggesterTest, RemoteQueryErrorTest, SimpleFacetsTest, 
TestOrdValues, SolrJmxReporterCloudTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestReqParamsAPI, 
TermVectorComponentDistributedTest, SpellPossibilityIteratorTest, 
TestComplexPhraseLeadingWildcard, TestFastWriter, TestGeoJSONResponseWriter, 
TestCloudDeleteByQuery, TestShardHandlerFactory, TestLeaderElectionZkExpiry, 
CloudMLTQParserTest, TestSolrQueryResponse, TestSolrCloudWithHadoopAuthPlugin, 
TestSolrFieldCacheBean, SuggestComponentTest, AnalyticsMergeStrategyTest, 
TimeZoneUtilsTest, TermsComponentTest, CircularListTest, TestTlogReplica, 
CdcrVersionReplicationTest, TestSQLHandlerNonCloud, MultiTermTest, 
AutoScalingHandlerTest, DeleteNodeTest, TestEmbeddedSolrServerSchemaAPI, 
TestHttpShardHandlerFactory, URLClassifyProcessorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, PathHierarchyTokenizerFactoryTest, 
InfoHandlerTest, DistribJoinFromCollectionTest, TestLFUCache, 
TestSha256AuthenticationProvider, VersionInfoTest, TestStressReorder, 
BasicDistributedZk2Test, SolrCoreMetricManagerTest, TestSolrDeletionPolicy2, 
CollectionReloadTest, TestJsonFacetRefinement, RegexBoostProcessorTest, 
TestManagedResourceStorage, TestFoldingMultitermQuery, PingRequestHandlerTest, 
TestApiFramework, NumericFieldsTest, BooleanFieldTest, ResponseHeaderTest, 
FastVectorHighlighterTest, HdfsThreadLeakTest, QueryEqualityTest, 
TestFieldCacheVsDocValues, TestRandomRequestDistribution, TestConfigReload, 
TestReload, JavabinLoaderTest, TestSubQueryTransformerCrossCore, 
TestMaxTokenLenTokenizer, OverseerTaskQueueTest, 
TestDeleteCollectionOnDownNodes, TestPullReplica, SearchHandlerTest, 
TestInitParams, TestAuthorizationFramework, DirectUpdateHandlerTest, 
HardAutoCommitTest, TestAnalyzeInfixSuggestions, TestTrie, FacetPivotSmallTest, 
ClassificationUpdateProcessorTest, TestSchemalessBufferedUpdates, 
TestExactSharedStatsCache, SuggesterFSTTest, HdfsBasicDistributedZkTest, 
CdcrReplicationDistributedZkTest, ConfigSetsAPITest, 
TestSerializedLuceneMatchVersion, TestUtils, TestLockTree, TestSegmentSorting, 
ZkStateReaderTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, 
RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, 
LeaderElectionTest, TestZkChroot, TestDistributedSearch, 
DistributedSpellCheckComponentTest, ZkControllerTest, PeerSyncTest, 
BasicFunctionalityTest, TestLazyCores, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, 
SuggesterTSTTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, 
PolyFieldTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, 
DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, 
PrimitiveFieldTypeTest, DocumentBuilderTest, TestIndexingPerformance, 
TestSolrQueryParser, TestJmxIntegration, TestAnalyzedSuggestions, 
BinaryUpdateRequestHandlerTest, TestComponentsName, SOLR749Test, 
AlternateDirectoryTest, BadComponentTest, TestConfig, DirectSolrConnectionTest, 
TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, 
TestDFRSimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, 
ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, CustomCollectionTest, 
DeleteShardTest, ForceLeaderTest, MoveReplicaHDFSTest, 
OverseerModifyCollectionTest, OverseerRolesTest, OverseerStatusTest, 
RecoveryAfterSoftCommitTest, SSLMigrationTest, SaslZkACLProviderTest, 
SolrCloudExampleTest, TestCloudPseudoReturnFields, TestConfigSetsAPI, 
TestPullReplicaErrorHandling, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
TestStressInPlaceUpdates, HdfsBasicDistributedZk2Test, 
HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsWriteToMultipleCollectionsTest, 
ZkStateWriterTest, CoreSorterTest, DirectoryFactoryTest, 
HdfsDirectoryFactoryTest, TestSolrCoreSnapshots, TestSolrConfigHandlerCloud, 
CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, 
StatsReloadRaceTest, DistributedQueryComponentCustomSortTest, 
TestPivotHelperCode, TestTrackingShardHandlerFactory, SolrCloudReportersTest, 
TestManagedSynonymFilterFactory, ChangedSchemaMergeTest, DateRangeFieldTest, 
DocValuesMissingTest, PreAnalyzedFieldManagedSchemaCloudTest, 
SpatialRPTFieldTypeTest, TestBulkSchemaConcurrent, TestReloadDeadlock, 
TestSolrCoreParser, TestTrieFacet, TestXmlQParser, TestXmlQParserPlugin, 
TestJsonFacets, BlockJoinFacetRandomTest, GraphQueryTest, 
TestCloudNestedDocsSort, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=FC282F491AA7E81C 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl 
-Dtests.timezone=America/Indiana/Marengo -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=21978, 
name=jetty-launcher-3592-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([FC282F491AA7E81C]:0)
   [junit4] Completed [716/730 (3!)] on J2 in 38.30s, 10 tests, 1 error, 1 
skipped <<< FAILURES!

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

Reply via email to