Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/373/

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.PivotFacetTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.analytics.facet.PivotFacetTest:     1) Thread[id=63, 
name=qtp194080643-63, state=TIMED_WAITING, group=TGRP-PivotFacetTest]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.analytics.facet.PivotFacetTest: 
   1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([6F7551C79559B0BE]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.PivotFacetTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=63, 
name=qtp194080643-63, state=TIMED_WAITING, group=TGRP-PivotFacetTest]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([6F7551C79559B0BE]:0)


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

Error Message:
Can not find doc 8 in http://127.0.0.1:36482/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in http://127.0.0.1:36482/solr
        at 
__randomizedtesting.SeedInfo.seed([8A984FB4814D4122:4B683618AC1D8B85]: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:885)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.autoscaling.TriggerIntegrationTest.testCooldown

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([8A984FB4814D4122:BB262250FFE734D0]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testCooldown(TriggerIntegrationTest.java:1177)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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 14065 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/init-core-data-001
   [junit4]   2> 4267894 WARN  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 4267895 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4267896 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4267896 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4267897 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001
   [junit4]   2> 4267897 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4267897 INFO  (Thread-3743) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4267897 INFO  (Thread-3743) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4267899 ERROR (Thread-3743) [    ] 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> 4267997 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37101
   [junit4]   2> 4267999 INFO  (zkConnectionManagerCallback-4962-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268002 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4268003 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 4268003 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4268003 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4268003 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7638c8ab{/solr,null,AVAILABLE}
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7ab89d82{HTTP/1.1,[http/1.1]}{127.0.0.1:39760}
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.e.j.s.Server Started @4279021ms
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39760}
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b4f796b{/solr,null,AVAILABLE}
   [junit4]   2> 4268004 ERROR (jetty-launcher-4959-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4268004 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@544d32b2{HTTP/1.1,[http/1.1]}{127.0.0.1:36482}
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.e.j.s.Server Started @4279022ms
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36482}
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-12T01:57:16.537Z
   [junit4]   2> 4268005 ERROR (jetty-launcher-4959-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4268005 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-12T01:57:16.537Z
   [junit4]   2> 4268006 INFO  (zkConnectionManagerCallback-4964-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268006 INFO  (zkConnectionManagerCallback-4966-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268007 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4268007 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4268015 INFO  (jetty-launcher-4959-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37101/solr
   [junit4]   2> 4268015 INFO  (jetty-launcher-4959-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37101/solr
   [junit4]   2> 4268027 INFO  (zkConnectionManagerCallback-4971-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268028 INFO  (zkConnectionManagerCallback-4974-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268030 INFO  
(zkConnectionManagerCallback-4976-thread-1-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268030 INFO  
(zkConnectionManagerCallback-4978-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268121 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4268121 INFO  (jetty-launcher-4959-thread-2) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4268122 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39760_solr
   [junit4]   2> 4268123 INFO  (jetty-launcher-4959-thread-2) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36482_solr
   [junit4]   2> 4268123 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.Overseer Overseer 
(id=72105962054811653-127.0.0.1:39760_solr-n_0000000000) starting
   [junit4]   2> 4268124 INFO  
(zkCallback-4975-thread-1-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4268129 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4268135 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39760_solr
   [junit4]   2> 4268137 INFO  
(zkCallback-4975-thread-1-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4268144 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4268191 INFO  (jetty-launcher-4959-thread-2) 
[n:127.0.0.1:36482_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36482.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4268195 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39760.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4268200 INFO  (jetty-launcher-4959-thread-2) 
[n:127.0.0.1:36482_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36482.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4268200 INFO  (jetty-launcher-4959-thread-2) 
[n:127.0.0.1:36482_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36482.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4268201 INFO  (jetty-launcher-4959-thread-2) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001/node2/.
   [junit4]   2> 4268204 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39760.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4268204 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39760.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4268205 INFO  (jetty-launcher-4959-thread-1) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001/node1/.
   [junit4]   2> 4268251 INFO  (zkConnectionManagerCallback-4984-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268254 INFO  (zkConnectionManagerCallback-4988-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4268255 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4268256 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37101/solr ready
   [junit4]   2> 4268259 INFO  
(SUITE-TestTlogReplica-seed#[8A984FB4814D4122]-worker) [    ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 4268260 INFO  (qtp1809463584-23175) [n:127.0.0.1:36482_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> 4268267 INFO  (qtp1809463584-23175) [n:127.0.0.1:36482_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=7
   [junit4]   2> 4268285 INFO  
(TEST-TestTlogReplica.testOnlyLeaderIndexes-seed#[8A984FB4814D4122]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testOnlyLeaderIndexes
   [junit4]   2> 4268286 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_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_only_leader_indexes&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4268288 INFO  
(OverseerThreadFactory-6795-thread-1-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
tlog_replica_test_only_leader_indexes
   [junit4]   2> 4268395 INFO  
(OverseerStateUpdate-72105962054811653-127.0.0.1:39760_solr-n_0000000000) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_only_leader_indexes_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36482/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4268397 INFO  
(OverseerStateUpdate-72105962054811653-127.0.0.1:39760_solr-n_0000000000) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_only_leader_indexes_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39760/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4268599 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 4268600 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 4268600 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 4268600 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 4268703 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4268703 INFO  
(zkCallback-4975-thread-1-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4268703 INFO  
(zkCallback-4977-thread-2-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4268704 INFO  
(zkCallback-4975-thread-2-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4269612 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 4269612 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 4269624 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.s.IndexSchema 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 4269628 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4269628 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_only_leader_indexes_shard1_replica_t2' using configuration 
from collection tlog_replica_test_only_leader_indexes, trusted=true
   [junit4]   2> 4269629 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39760.solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t2' 
(registry 'solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t2') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4269629 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4269629 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.SolrCore 
[[tlog_replica_test_only_leader_indexes_shard1_replica_t2] ] Opening new 
SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001/node1/tlog_replica_test_only_leader_indexes_shard1_replica_t2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001/node1/./tlog_replica_test_only_leader_indexes_shard1_replica_t2/data/]
   [junit4]   2> 4269632 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.s.IndexSchema 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 4269634 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4269634 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_only_leader_indexes_shard1_replica_t1' using configuration 
from collection tlog_replica_test_only_leader_indexes, trusted=true
   [junit4]   2> 4269635 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36482.solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t1' 
(registry 'solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3291d2e7
   [junit4]   2> 4269635 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4269635 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SolrCore 
[[tlog_replica_test_only_leader_indexes_shard1_replica_t1] ] Opening new 
SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001/node2/tlog_replica_test_only_leader_indexes_shard1_replica_t1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestTlogReplica_8A984FB4814D4122-001/tempDir-001/node2/./tlog_replica_test_only_leader_indexes_shard1_replica_t1/data/]
   [junit4]   2> 4269710 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 4269710 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4269710 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 4269710 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4269711 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4269711 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4269711 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4269711 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4269713 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7dc889bc[tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
main]
   [junit4]   2> 4269713 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7aa5a5ec[tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
main]
   [junit4]   2> 4269714 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 4269714 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4269715 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4269715 INFO  
(searcherExecutor-6801-thread-1-processing-n:127.0.0.1:36482_solr 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1 s:shard1 
c:tlog_replica_test_only_leader_indexes r:core_node3) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] Registered new 
searcher 
Searcher@7aa5a5ec[tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4269716 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592158467651534848
   [junit4]   2> 4269719 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 4269720 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4269720 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4269720 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592158467655729152
   [junit4]   2> 4269723 INFO  
(searcherExecutor-6800-thread-1-processing-n:127.0.0.1:39760_solr 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2 s:shard1 
c:tlog_replica_test_only_leader_indexes r:core_node4) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] Registered new 
searcher 
Searcher@7dc889bc[tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4269727 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4269727 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4269727 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/
   [junit4]   2> 4269727 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.u.PeerSync 
PeerSync: core=tlog_replica_test_only_leader_indexes_shard1_replica_t1 
url=http://127.0.0.1:36482/solr START 
replicas=[http://127.0.0.1:39760/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/]
 nUpdates=100
   [junit4]   2> 4269729 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4269828 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4269828 INFO  
(zkCallback-4977-thread-2-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4269828 INFO  
(zkCallback-4975-thread-3-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4269828 INFO  
(zkCallback-4975-thread-2-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270028 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.u.PeerSync 
PeerSync: core=tlog_replica_test_only_leader_indexes_shard1_replica_t1 
url=http://127.0.0.1:36482/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 4270028 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 4270028 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_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> 4270028 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4270028 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.ZkController 
tlog_replica_test_only_leader_indexes_shard1_replica_t1 stopping background 
replication from leader
   [junit4]   2> 4270031 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/
 shard1
   [junit4]   2> 4270133 INFO  
(zkCallback-4977-thread-2-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270133 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270133 INFO  
(zkCallback-4975-thread-3-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270133 INFO  
(zkCallback-4975-thread-2-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270182 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 4270184 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1585
   [junit4]   2> 4270284 INFO  
(zkCallback-4977-thread-2-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270285 INFO  
(zkCallback-4975-thread-3-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270284 INFO  
(zkCallback-4975-thread-2-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270284 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270728 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.ZkController 
tlog_replica_test_only_leader_indexes_shard1_replica_t2 starting background 
replication from leader
   [junit4]   2> 4270728 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 4270730 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 4270730 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4270731 INFO  (qtp241573580-23167) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2131
   [junit4]   2> 4270734 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_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> 4270833 INFO  
(zkCallback-4975-thread-2-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270833 INFO  
(zkCallback-4977-thread-2-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270833 INFO  
(zkCallback-4975-thread-3-processing-n:127.0.0.1:39760_solr) 
[n:127.0.0.1:39760_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4270833 INFO  
(zkCallback-4977-thread-1-processing-n:127.0.0.1:36482_solr) 
[n:127.0.0.1:36482_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for 
collection [tlog_replica_test_only_leader_indexes] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 4271078 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/
   [junit4]   2> 4271079 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 4271080 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 4271080 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 4271080 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 4271080 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 4271080 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 4271082 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@483de4fd[tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
main]
   [junit4]   2> 4271084 INFO  
(searcherExecutor-6800-thread-1-processing-n:127.0.0.1:39760_solr 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2 s:shard1 
c:tlog_replica_test_only_leader_indexes r:core_node4) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] Registered new 
searcher 
Searcher@483de4fd[tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4271734 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_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_only_leader_indexes&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3448
   [junit4]   2> 4271742 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/&wt=javabin&version=2}{add=[1
 (1592158469771755520), 2 (1592158469774901248), 3 (1592158469774901249), 4 
(1592158469774901250)]} 0 0
   [junit4]   2> 4271742 INFO  (qtp1809463584-23180) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1592158469771755520), 2 
(1592158469774901248), 3 (1592158469774901249), 4 (1592158469774901250)]} 0 4
   [junit4]   2> 4271745 INFO  (qtp1809463584-23180) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271746 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271746 INFO  (qtp1809463584-23180) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271747 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271748 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271749 INFO  (qtp241573580-23169) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271749 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271749 INFO  (qtp241573580-23169) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271751 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/&wt=javabin&version=2}{delete=[1
 (-1592158469784338432)]} 0 0
   [junit4]   2> 4271751 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{delete=[1 (-1592158469784338432)]} 0 
1
   [junit4]   2> 4271754 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@256e8806[tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
realtime]
   [junit4]   2> 4271756 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@24388850[tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
realtime]
   [junit4]   2> 4271756 INFO  (qtp241573580-23169) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1592158469786435584&distrib.from=http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=id:2
 (-1592158469786435584)} 0 0
   [junit4]   2> 4271756 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{deleteByQuery=id:2 
(-1592158469786435584)} 0 4
   [junit4]   2> 4271758 INFO  (qtp241573580-23169) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271759 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271759 INFO  (qtp241573580-23169) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/get params={distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 4271760 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 4271761 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1592158469795872768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4271761 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@23104b96 
commitCommandVersion:1592158469795872768
   [junit4]   2> 4271761 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d528c1d[tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
main]
   [junit4]   2> 4271762 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4271763 INFO  
(searcherExecutor-6801-thread-1-processing-n:127.0.0.1:36482_solr 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1 s:shard1 
c:tlog_replica_test_only_leader_indexes r:core_node3) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] Registered new 
searcher 
Searcher@2d528c1d[tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C4/2:delGen=2)))}
   [junit4]   2> 4271763 INFO  (qtp1809463584-23181) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36482/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 4271763 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/update 
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&commit=true&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 4271765 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 4271767 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4271867 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4271969 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272070 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272171 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272272 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272289 INFO  
(OverseerCollectionConfigSetProcessor-72105962054811653-127.0.0.1:39760_solr-n_0000000000)
 [n:127.0.0.1:39760_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> 4272373 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272474 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272575 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272676 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272777 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272878 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4272978 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273079 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273180 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273281 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273382 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273483 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273584 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273685 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273786 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273887 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4273988 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4274079 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 4274079 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 4274079 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Master's version: 1518400640293
   [junit4]   2> 4274079 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 4274079 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 4274079 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 4274081 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
 status=0 QTime=1
   [junit4]   2> 4274081 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 16
   [junit4]   2> 4274087 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(RAMDirectory@4f38af84 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@324b5647)
   [junit4]   2> 4274087 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_2.liv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 4274089 INFO  (qtp241573580-23172) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 4274094 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274107 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 4274108 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.tim&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 4274109 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.tip&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 4274110 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274116 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274117 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274156 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274157 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274158 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274159 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274159 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274160 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Direct_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 4274161 INFO  (qtp1809463584-23174) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274162 INFO  (qtp1809463584-23177) [n:127.0.0.1:36482_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_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> 4274162 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=2417) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(RAMDirectory@4f38af84 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@324b5647)
   [junit4]   2> 4274171 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 4274172 INFO  (indexFetcher-6811-thread-1) 
[n:127.0.0.1:39760_solr c:tlog_replica_test_only_leader_indexes s:shard1 
r:core_node4 x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@df3aba4[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main]
   [junit4]   2> 4274173 INFO  
(searcherExecutor-6800-thread-1-processing-n:127.0.0.1:39760_solr 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2 s:shard1 
c:tlog_replica_test_only_leader_indexes r:core_node4) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] Registered new 
searcher 
Searcher@df3aba4[tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):C4/2:delGen=2)))}
   [junit4]   2> 4274190 INFO  (qtp241573580-23171) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 4274194 INFO  (qtp241573580-23169) [n:127.0.0.1:39760_solr 
c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4 
x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_only_leader_indexes_shard1_replica_t2]  webapp=/solr 
path=/update params={update.distrib=FROMLE

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

ackupRestoreCore, TestRestoreCore, CdcrBootstrapTest, TestSolr4Spatial2, 
TestExactSharedStatsCache, TestRemoteStreaming, TestOrdValues, ZkFailoverTest, 
TestSolrDeletionPolicy1, TestCloudRecovery, TestDistributedSearch, 
SuggestComponentContextFilterQueryTest, AtomicUpdatesTest, 
TestQueryWrapperFilter, TestPHPSerializedResponseWriter, TestCSVLoader, 
TestSearcherReuse, BooleanFieldTest, SpellCheckCollatorTest, TestBlobHandler, 
BlockJoinFacetDistribTest, TestWriterPerf, ZkStateReaderTest, 
MBeansHandlerTest, GraphQueryTest, CursorPagingTest, 
HdfsWriteToMultipleCollectionsTest, TestExpandComponent, 
TestSolrCloudWithKerberosAlt, TestConfigSetsAPI, TestGroupingSearch, 
RequestLoggingTest, ManagedSchemaRoundRobinCloudTest, TestFreeTextSuggestions, 
DocumentAnalysisRequestHandlerTest, TestConfigOverlay, 
TestDocBasedVersionConstraints, CloudMLTQParserTest, 
TestSha256AuthenticationProvider, TestMiniSolrCloudClusterSSL, 
SolrCLIZkUtilsTest, DistanceUnitsTest, HttpTriggerListenerTest, 
HdfsChaosMonkeySafeLeaderTest, TestBinaryResponseWriter, 
SecurityConfHandlerTest, UUIDFieldTest, TestRandomRequestDistribution, 
BasicDistributedZkTest, TestBadConfig, TestIndexSearcher, HighlighterTest, 
SimplePostToolTest, TestExtendedDismaxParser, SuggesterWFSTTest, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, 
TestAtomicUpdateErrorCases, DocValuesMultiTest, SolrInfoBeanTest, 
IndexBasedSpellCheckerTest, TestValueSourceCache, MoreLikeThisHandlerTest, 
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, 
PingRequestHandlerTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
TestBinaryField, TestSearchPerf, TestSolrCoreProperties, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, EchoParamsTest, 
TestPerFieldSimilarity, TestFastWriter, TimeZoneUtilsTest, 
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateFieldTest, 
RAMDirectoryFactoryTest, TestLRUCache, TestUtils, TestDocumentBuilder, 
ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, 
CircularListTest, DistributedMLTComponentTest, TestRTGBase, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ConnectionReuseTest, 
AddReplicaTest, AsyncCallRequestStatusResponseTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, 
CreateCollectionCleanupTest, DeleteNodeTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, 
LegacyCloudClusterPropTest, MoveReplicaTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestCloudDeleteByQuery, 
TestCloudPseudoReturnFields, TestCloudSearcherWarming, 
TestPullReplicaErrorHandling, TestRebalanceLeaders, TestShortCircuitedRequests, 
TestTlogReplica, SimpleCollectionCreateDeleteTest, 
TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore, 
TestReplicaProperties, AutoAddReplicasIntegrationTest, 
HdfsAutoAddReplicasIntegrationTest, TriggerIntegrationTest]
   [junit4] Completed [649/775 (2!)] on J0 in 194.12s, 14 tests, 1 failure <<< 
FAILURES!

[...truncated 3529 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.PivotFacetTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.PivotFacetTest_6F7551C79559B0BE-001/init-core-data-001
   [junit4]   2> Feb 12, 2018 2:21:49 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 12, 2018 2:22:09 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.analytics.facet.PivotFacetTest: 
   [junit4]   2>    1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 12, 2018 2:22:09 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
   [junit4]   2> Feb 12, 2018 2:22:12 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=5, maxDocsPerChunk=909, blockSize=628), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=5, blockSize=628)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-BO, timezone=Etc/GMT-6
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=2,free=176373520,total=331350016
   [junit4]   2> NOTE: All tests run in this JVM: [DateMathFunctionTest, 
LegacyAbstractAnalyticsCloudTest, FilterFunctionTest, 
LegacyAbstractAnalyticsFacetCloudTest, LegacyNoFacetTest, BottomFunctionTest, 
CastingStringValueStreamTest, CastingIntValueTest, NegateFunctionTest, 
PivotFacetTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PivotFacetTest 
-Dtests.seed=6F7551C79559B0BE -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-BO -Dtests.timezone=Etc/GMT-6 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | PivotFacetTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.analytics.facet.PivotFacetTest: 
   [junit4]    >    1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
   [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$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6F7551C79559B0BE]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=63, name=qtp194080643-63, state=TIMED_WAITING, 
group=TGRP-PivotFacetTest]
   [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$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6F7551C79559B0BE]:0)
   [junit4] Completed [40/78 (1!)] on J0 in 99.78s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 45398 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to