You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/09/16 02:36:37 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 2066 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2066/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestTlogReplica.testKillTlogReplica

Error Message:
Expected collection to be created with 1 shards and  2 replicas null Live Nodes: [127.0.0.1:36568_solr, 127.0.0.1:61520_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Expected collection to be created with 1 shards and  2 replicas
null
Live Nodes: [127.0.0.1:36568_solr, 127.0.0.1:61520_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([10D440A5505A804F:CFE68460A1F90F42]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.TestTlogReplica.createAndWaitForCollection(TestTlogReplica.java:749)
	at org.apache.solr.cloud.TestTlogReplica.testKillTlogReplica(TestTlogReplica.java:435)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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.client.solrj.io.stream.StreamDecoratorTest.testParallelCommitStream

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<2>
	at __randomizedtesting.SeedInfo.seed([6CF40142BD43B0CB:4C1E634221025D87]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelCommitStream(StreamDecoratorTest.java:3034)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 14053 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> 3551438 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/init-core-data-001
   [junit4]   2> 3551439 WARN  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=59 numCloses=59
   [junit4]   2> 3551439 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3551441 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3551441 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001
   [junit4]   2> 3551441 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3551442 INFO  (Thread-7568) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3551442 INFO  (Thread-7568) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3551444 ERROR (Thread-7568) [    ] 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> 3551543 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62616
   [junit4]   2> 3551545 INFO  (zkConnectionManagerCallback-12893-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3551551 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 3551551 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 3551552 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3551553 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3551553 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3551554 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2cd89f6f{/solr,null,AVAILABLE}
   [junit4]   2> 3551554 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1df01422{HTTP/1.1,[http/1.1]}{127.0.0.1:61520}
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.e.j.s.Server Started @3553266ms
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61520}
   [junit4]   2> 3551555 ERROR (jetty-launcher-12890-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31928c23{/solr,null,AVAILABLE}
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-16T01:42:54.576Z
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@50f21a73{HTTP/1.1,[http/1.1]}{127.0.0.1:36568}
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.e.j.s.Server Started @3553266ms
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36568}
   [junit4]   2> 3551555 ERROR (jetty-launcher-12890-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 3551555 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3551556 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3551556 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-16T01:42:54.577Z
   [junit4]   2> 3551559 INFO  (zkConnectionManagerCallback-12895-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3551559 INFO  (zkConnectionManagerCallback-12897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3551560 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3551560 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3552861 INFO  (jetty-launcher-12890-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62616/solr
   [junit4]   2> 3552862 INFO  (zkConnectionManagerCallback-12901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3552865 INFO  (zkConnectionManagerCallback-12903-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3553042 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36568_solr
   [junit4]   2> 3553044 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer Overseer (id=72343669121220612-127.0.0.1:36568_solr-n_0000000000) starting
   [junit4]   2> 3553070 INFO  (zkConnectionManagerCallback-12910-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3553099 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62616/solr ready
   [junit4]   2> 3553113 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36568_solr
   [junit4]   2> 3553123 INFO  (zkCallback-12902-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3553386 INFO  (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36568_solr
   [junit4]   2> 3553453 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3553568 INFO  (zkCallback-12909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3553732 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36568.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c63816
   [junit4]   2> 3553763 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36568.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c63816
   [junit4]   2> 3553763 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36568.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c63816
   [junit4]   2> 3553768 INFO  (jetty-launcher-12890-thread-1) [n:127.0.0.1:36568_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001/node1/.
   [junit4]   2> 3556503 INFO  (jetty-launcher-12890-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62616/solr
   [junit4]   2> 3556506 INFO  (zkConnectionManagerCallback-12915-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3556510 INFO  (zkConnectionManagerCallback-12917-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3556534 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3556546 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3556546 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61520_solr
   [junit4]   2> 3556548 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:61520_solr"} current state version: 0
   [junit4]   2> 3556551 INFO  (zkCallback-12902-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3556554 INFO  (zkCallback-12909-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3556555 INFO  (zkCallback-12916-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3556585 INFO  (zkConnectionManagerCallback-12924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3556587 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3556589 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62616/solr ready
   [junit4]   2> 3556589 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3556607 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61520.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c63816
   [junit4]   2> 3556621 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61520.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c63816
   [junit4]   2> 3556621 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61520.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72c63816
   [junit4]   2> 3556622 INFO  (jetty-launcher-12890-thread-2) [n:127.0.0.1:61520_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001/node2/.
   [junit4]   2> 3556645 INFO  (zkConnectionManagerCallback-12927-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3556651 INFO  (zkConnectionManagerCallback-12932-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3556653 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3556664 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62616/solr ready
   [junit4]   2> 3556676 INFO  (SUITE-TestTlogReplica-seed#[10D440A5505A804F]-worker) [    ] o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 3556679 INFO  (qtp333226111-36150) [n:127.0.0.1:36568_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> 3556681 INFO  (qtp333226111-36150) [n:127.0.0.1:36568_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 3556722 INFO  (TEST-TestTlogReplica.testOnlyLeaderIndexes-seed#[10D440A5505A804F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOnlyLeaderIndexes
   [junit4]   2> 3556724 INFO  (qtp333226111-36139) [n:127.0.0.1:36568_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=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> 3556740 INFO  (OverseerThreadFactory-11380-thread-1-processing-n:127.0.0.1:36568_solr) [n:127.0.0.1:36568_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_only_leader_indexes
   [junit4]   2> 3556759 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "maxShardsPerNode":"100",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "tlogReplicas":"2",
   [junit4]   2>   "nrtReplicas":"0",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"0",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3556932 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [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:36568/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3556933 INFO  (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_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:36568/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3556948 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [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:61520/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3556948 INFO  (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_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:61520/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3557154 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_solr    x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] 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> 3557155 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_solr    x:tlog_replica_test_only_leader_indexes_shard1_replica_t1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3557156 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_solr    x:tlog_replica_test_only_leader_indexes_shard1_replica_t2] 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> 3557175 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"tlog_replica_test_only_leader_indexes_shard1_replica_t1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36568/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36568_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3557176 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"tlog_replica_test_only_leader_indexes_shard1_replica_t2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:61520/solr",
   [junit4]   2>   "node_name":"127.0.0.1:61520_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3558201 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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: 8.0.0
   [junit4]   2> 3558208 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558210 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558210 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558210 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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_61520.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@72c63816
   [junit4]   2> 3558211 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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 [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001/node2/tlog_replica_test_only_leader_indexes_shard1_replica_t2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001/node2/./tlog_replica_test_only_leader_indexes_shard1_replica_t2/data/]
   [junit4]   2> 3558218 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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: 8.0.0
   [junit4]   2> 3558324 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558326 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558326 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558326 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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_36568.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@72c63816
   [junit4]   2> 3558327 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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 [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001/node1/tlog_replica_test_only_leader_indexes_shard1_replica_t1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_10D440A5505A804F-001/tempDir-001/node1/./tlog_replica_test_only_leader_indexes_shard1_replica_t1/data/]
   [junit4]   2> 3558336 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558336 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558337 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558337 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558339 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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@543f3601[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main]
   [junit4]   2> 3558340 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558340 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558341 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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> 3558341 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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 1611726513883840512
   [junit4]   2> 3558342 INFO  (searcherExecutor-11389-thread-1-processing-n:127.0.0.1:61520_solr x:tlog_replica_test_only_leader_indexes_shard1_replica_t2 c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4) [n:127.0.0.1:61520_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@543f3601[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3558348 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_only_leader_indexes/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 3558358 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes"} current state version: 0
   [junit4]   2> 3558359 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9994ms
   [junit4]   2> 3558425 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558425 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558426 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558426 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558431 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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@180c586e[tlog_replica_test_only_leader_indexes_shard1_replica_t1] main]
   [junit4]   2> 3558433 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558433 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558434 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3558434 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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 1611726513981358080
   [junit4]   2> 3558434 INFO  (searcherExecutor-11391-thread-1-processing-n:127.0.0.1:36568_solr x:tlog_replica_test_only_leader_indexes_shard1_replica_t1 c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node3) [n:127.0.0.1:36568_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@180c586e[tlog_replica_test_only_leader_indexes_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3558440 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_only_leader_indexes/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3558863 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 3558863 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 3558863 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.SyncStrategy Sync replicas to http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/
   [junit4]   2> 3558864 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.PeerSync PeerSync: core=tlog_replica_test_only_leader_indexes_shard1_replica_t2 url=http://127.0.0.1:61520/solr START replicas=[http://127.0.0.1:36568/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/] nUpdates=100
   [junit4]   2> 3558864 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.PeerSync PeerSync: core=tlog_replica_test_only_leader_indexes_shard1_replica_t2 url=http://127.0.0.1:61520/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 3558866 INFO  (qtp333226111-36152) [n:127.0.0.1:36568_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&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3558866 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3558866 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.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> 3558866 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 3558867 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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 stopping background replication from leader
   [junit4]   2> 3558875 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/ shard1
   [junit4]   2> 3558876 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "base_url":"http://127.0.0.1:61520/solr",
   [junit4]   2>   "core":"tlog_replica_test_only_leader_indexes_shard1_replica_t2",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 3558979 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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 I am the leader, no recovery necessary
   [junit4]   2> 3558981 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"tlog_replica_test_only_leader_indexes_shard1_replica_t2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:61520/solr",
   [junit4]   2>   "node_name":"127.0.0.1:61520_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3558982 INFO  (qtp464022194-36143) [n:127.0.0.1:61520_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=1826
   [junit4]   2> 3559086 INFO  (zkCallback-12916-thread-1) [    ] 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> 3559444 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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 starting background replication from leader
   [junit4]   2> 3559444 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 3559446 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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 Poll scheduled at an interval of 3000ms
   [junit4]   2> 3559446 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3559447 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/
   [junit4]   2> 3559448 DEBUG (OverseerStateUpdate-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"tlog_replica_test_only_leader_indexes_shard1_replica_t1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36568/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36568_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"tlog_replica_test_only_leader_indexes",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3559449 INFO  (qtp464022194-36138) [n:127.0.0.1:61520_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=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 3559449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 3559450 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 3559450 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 3559450 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=2296
   [junit4]   2> 3559450 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 3559450 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 3559452 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15caa29d[tlog_replica_test_only_leader_indexes_shard1_replica_t1] main]
   [junit4]   2> 3559454 INFO  (qtp333226111-36139) [n:127.0.0.1:36568_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> 3559458 INFO  (searcherExecutor-11391-thread-1) [    ] o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t1] Registered new searcher Searcher@15caa29d[tlog_replica_test_only_leader_indexes_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3559550 INFO  (zkCallback-12916-thread-1) [    ] 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> 3559550 INFO  (zkCallback-12902-thread-1) [    ] 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> 3560460 INFO  (qtp333226111-36139) [n:127.0.0.1:36568_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=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=3736
   [junit4]   2> 3560469 INFO  (qtp464022194-36138) [n:127.0.0.1:61520_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.ZkShardTerms Successful update of terms at /collections/tlog_replica_test_only_leader_indexes/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 3560472 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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&distrib.from=http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[1 (1611726516111015936), 2 (1611726516113113088), 3 (1611726516114161664), 4 (1611726516114161665)]} 0 3
   [junit4]   2> 3560472 INFO  (qtp464022194-36138) [n:127.0.0.1:61520_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={wt=javabin&version=2}{add=[1 (1611726516111015936), 2 (1611726516113113088), 3 (1611726516114161664), 4 (1611726516114161665)]} 0 7
   [junit4]   2> 3560476 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3560477 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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> 3560477 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3560478 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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> 3560480 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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> 3560481 INFO  (qtp464022194-36145) [n:127.0.0.1:61520_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> 3560481 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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> 3560481 INFO  (qtp464022194-36145) [n:127.0.0.1:61520_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> 3560483 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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&distrib.from=http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{delete=[1 (-1611726516128841728)]} 0 0
   [junit4]   2> 3560483 INFO  (qtp464022194-36145) [n:127.0.0.1:61520_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={wt=javabin&version=2}{delete=[1 (-1611726516128841728)]} 0 1
   [junit4]   2> 3560486 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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@6fb17808[tlog_replica_test_only_leader_indexes_shard1_replica_t2] realtime]
   [junit4]   2> 3560492 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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@2f39cf61[tlog_replica_test_only_leader_indexes_shard1_replica_t2] realtime]
   [junit4]   2> 3560496 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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&_version_=-1611726516130938880&distrib.from=http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=id:2 (-1611726516130938880)} 0 0
   [junit4]   2> 3560498 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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={wt=javabin&version=2}{deleteByQuery=id:2 (-1611726516130938880)} 0 14
   [junit4]   2> 3560501 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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> 3560502 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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> 3560502 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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> 3560504 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 3560505 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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.DirectUpdateHandler2 start commit{_version_=1611726516152958976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3560505 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ab7ae22 commitCommandVersion:1611726516152958976
   [junit4]   2> 3560507 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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@26834f5b[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main]
   [junit4]   2> 3560507 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3560509 INFO  (searcherExecutor-11389-thread-1-processing-n:127.0.0.1:61520_solr x:tlog_replica_test_only_leader_indexes_shard1_replica_t2 c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4) [n:127.0.0.1:61520_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@26834f5b[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2)))}
   [junit4]   2> 3560509 INFO  (qtp464022194-36142) [n:127.0.0.1:61520_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:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 3560509 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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={_stateVer_=tlog_replica_test_only_leader_indexes:6&commit=true&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 3560512 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3560615 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3560717 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3560743 INFO  (OverseerCollectionConfigSetProcessor-72343669121220612-127.0.0.1:36568_solr-n_0000000000) [n:127.0.0.1:36568_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> 3560820 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3560922 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561023 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561124 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561225 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561340 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561443 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561548 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561648 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561759 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561859 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3561960 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3562063 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3562165 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3562266 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3562368 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3562448 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 3562449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 3562449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 1537062183526
   [junit4]   2> 3562449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 3562449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 3562449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 3562449 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist} status=0 QTime=0
   [junit4]   2> 3562449 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Number of files in latest index in master: 15
   [junit4]   2> 3562450 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@3a48dcb6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a90d59)
   [junit4]   2> 3562451 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_Direct_0.dvdd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562452 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562452 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562499 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562499 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=0 status=0 QTime=0
   [junit4]   2> 3562500 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_FSTOrd50_0.tix&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562500 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562501 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562502 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_FSTOrd50_0.tbk&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562502 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_FSTOrd50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562503 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_FSTOrd50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562504 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562504 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_Direct_0.dvdm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562505 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562506 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=_1_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562506 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 3562506 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Bytes downloaded: 2287, Bytes skipped downloading: 0
   [junit4]   2> 3562506 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=2287) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@3a48dcb6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34a90d59)
   [junit4]   2> 3562509 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3562509 INFO  (indexFetcher-11400-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b9cfa6c[tlog_replica_test_only_leader_indexes_shard1_replica_t1] main]
   [junit4]   2> 3562510 INFO  (searcherExecutor-11391-thread-1) [    ] o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t1] Registered new searcher Searcher@6b9cfa6c[tlog_replica_test_only_leader_indexes_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2)))}
   [junit4]   2> 3562604 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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> 3562606 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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> 3562609 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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&distrib.from=http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[15 (1611726518357065728)]} 0 0
   [junit4]   2> 3562610 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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={wt=javabin&version=2}{add=[15 (1611726518357065728)]} 0 2
   [junit4]   2> 3562611 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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&distrib.from=http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[16 (1611726518360211456)]} 0 0
   [junit4]   2> 3562611 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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={wt=javabin&version=2}{add=[16 (1611726518360211456)]} 0 1
   [junit4]   2> 3562613 INFO  (qtp333226111-36149) [n:127.0.0.1:36568_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&distrib.from=http://127.0.0.1:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[17 (1611726518362308608)]} 0 0
   [junit4]   2> 3562613 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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={wt=javabin&version=2}{add=[17 (1611726518362308608)]} 0 1
   [junit4]   2> 3562614 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 3562614 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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.DirectUpdateHandler2 start commit{_version_=1611726518364405760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3562614 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@ab7ae22 commitCommandVersion:1611726518364405760
   [junit4]   2> 3562620 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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@4929ac9[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main]
   [junit4]   2> 3562620 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 3562622 INFO  (searcherExecutor-11389-thread-1-processing-n:127.0.0.1:61520_solr x:tlog_replica_test_only_leader_indexes_shard1_replica_t2 c:tlog_replica_test_only_leader_indexes s:shard1 r:core_node4) [n:127.0.0.1:61520_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@4929ac9[tlog_replica_test_only_leader_indexes_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C2) Uninverting(_2(8.0.0):C3)))}
   [junit4]   2> 3562622 INFO  (qtp464022194-36146) [n:127.0.0.1:61520_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:61520/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 7
   [junit4]   2> 3562622 INFO  (qtp464022194-36144) [n:127.0.0.1:61520_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={_stateVer_=tlog_replica_test_only_leader_indexes:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 3562624 INFO  (qtp333226111-36154) [n:127.0.0.1:36568_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=F

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

junit4] OK      8.35s J0 | TestTlogReplica.testAddRemoveTlogReplica
   [junit4] OK      9.95s J0 | TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates
   [junit4] OK      13.2s J0 | TestTlogReplica.testKillTlogReplica
   [junit4] Completed [2/5] on J0 in 128.50s, 13 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.TestTlogReplica. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4] OK      8.48s J1 | TestTlogReplica.testOnlyLeaderIndexes
   [junit4] OK      6.33s J1 | TestTlogReplica.testCreateDelete {seed=[10D440A5505A804F:BC4B1E9A6AA787F]}
   [junit4] OK      6.18s J1 | TestTlogReplica.testCreateDelete {seed=[10D440A5505A804F:BF920D159268B353]}
   [junit4] OK      9.52s J1 | TestTlogReplica.testBasicLeaderElection
   [junit4] OK      11.1s J1 | TestTlogReplica.testRemoveLeader
   [junit4] OK      6.24s J1 | TestTlogReplica.testAddDocs
   [junit4] OK      6.46s J1 | TestTlogReplica.testDeleteById
   [junit4] OK      11.8s J1 | TestTlogReplica.testKillLeader
   [junit4] OK      12.9s J1 | TestTlogReplica.testRecovery
   [junit4] OK      3.41s J1 | TestTlogReplica.testRealTimeGet
   [junit4] OK      8.20s J1 | TestTlogReplica.testAddRemoveTlogReplica
   [junit4] OK      9.15s J1 | TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates
   [junit4] OK      9.34s J1 | TestTlogReplica.testKillTlogReplica
   [junit4] Completed [3/5] on J1 in 112.36s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4] OK      9.45s J0 | TestTlogReplica.testOnlyLeaderIndexes
   [junit4] OK      6.30s J0 | TestTlogReplica.testCreateDelete {seed=[10D440A5505A804F:BC4B1E9A6AA787F]}
   [junit4] OK      6.21s J0 | TestTlogReplica.testCreateDelete {seed=[10D440A5505A804F:BF920D159268B353]}
   [junit4] OK      10.2s J0 | TestTlogReplica.testBasicLeaderElection
   [junit4] OK      11.4s J0 | TestTlogReplica.testRemoveLeader
   [junit4] OK      4.44s J0 | TestTlogReplica.testAddDocs
   [junit4] OK      4.88s J0 | TestTlogReplica.testDeleteById
   [junit4] OK      9.34s J0 | TestTlogReplica.testKillLeader
   [junit4] OK      12.6s J0 | TestTlogReplica.testRecovery
   [junit4] OK      3.39s J0 | TestTlogReplica.testRealTimeGet
   [junit4] OK      8.23s J0 | TestTlogReplica.testAddRemoveTlogReplica
   [junit4] OK      9.58s J0 | TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates
   [junit4] OK      9.33s J0 | TestTlogReplica.testKillTlogReplica
   [junit4] Completed [4/5] on J0 in 108.57s, 13 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4] OK      9.82s J1 | TestTlogReplica.testOnlyLeaderIndexes
   [junit4] OK      6.06s J1 | TestTlogReplica.testCreateDelete {seed=[10D440A5505A804F:BC4B1E9A6AA787F]}
   [junit4] OK      6.42s J1 | TestTlogReplica.testCreateDelete {seed=[10D440A5505A804F:BF920D159268B353]}
   [junit4] OK      9.47s J1 | TestTlogReplica.testBasicLeaderElection
   [junit4] OK      11.1s J1 | TestTlogReplica.testRemoveLeader
   [junit4] OK      8.42s J1 | TestTlogReplica.testAddDocs
   [junit4] OK      6.41s J1 | TestTlogReplica.testDeleteById
   [junit4] OK      11.3s J1 | TestTlogReplica.testKillLeader
   [junit4] OK      11.9s J1 | TestTlogReplica.testRecovery
   [junit4] OK      3.56s J1 | TestTlogReplica.testRealTimeGet
   [junit4] OK      8.21s J1 | TestTlogReplica.testAddRemoveTlogReplica
   [junit4] OK      9.25s J1 | TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates
   [junit4] OK      7.78s J1 | TestTlogReplica.testKillTlogReplica
   [junit4] Completed [5/5] on J1 in 112.89s, 13 tests
   [junit4] 
   [junit4] JVM J0:     0.71 ..   238.38 =   237.67s
   [junit4] JVM J1:     0.71 ..   350.06 =   349.35s
   [junit4] Execution time total: 5 minutes 50 seconds
   [junit4] Tests summary: 5 suites, 65 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 566.07s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 450.92s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 373.92s | org.apache.solr.cloud.cdcr.CdcrWithNodesRestartsTest
[junit4:tophints] 247.46s | org.apache.solr.cloud.cdcr.CdcrOpsAndBoundariesTest
[junit4:tophints] 211.93s | org.apache.solr.update.TestInPlaceUpdatesDistrib

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 5 minutes 52 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.client.solrj.io.stream.StreamDecoratorTest
[repro]   0/5 failed: org.apache.solr.cloud.TestTlogReplica
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1070)
		at hudson.FilePath.act(FilePath.java:1059)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1840)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1072)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=a02959c87e132ae341a689b55afdd566f90f7e5c, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #2065
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2