Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1562/

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

Error Message:
Could not load collection from ZK: tlog_replica_test_only_leader_indexes

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
tlog_replica_test_only_leader_indexes
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:873)
        at 
org.apache.solr.cloud.TestTlogReplica.waitForReplicasCatchUp(TestTlogReplica.java:931)
        at 
org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:521)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/tlog_replica_test_only_leader_indexes/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 46 more


FAILED:  
org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.testDeleteNonExistentCollection

Error Message:
Collection creation after a bad delete failed null Live Nodes: 
[127.0.0.1:39521_solr, 127.0.0.1:41322_solr, 127.0.0.1:41328_solr, 
127.0.0.1:42189_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Collection creation after a bad delete failed
null
Live Nodes: [127.0.0.1:39521_solr, 127.0.0.1:41322_solr, 127.0.0.1:41328_solr, 
127.0.0.1:42189_solr]
Last available state: null
        at 
__randomizedtesting.SeedInfo.seed([6EBC9114523C3D55:899B8129455F42AC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection(CollectionsAPIDistributedZkTest.java:366)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15730 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/init-core-data-001
   [junit4]   2> 7963282 INFO  
(SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001
   [junit4]   2> 7963282 INFO  
(SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 7963282 INFO  (Thread-7940) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7963282 INFO  (Thread-7940) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 7963302 ERROR (Thread-7940) [    ] 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> 7963382 INFO  
(SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40572
   [junit4]   2> 7963385 INFO  (zkConnectionManagerCallback-5531-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963414 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 7963414 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ab2dc42{/solr,null,AVAILABLE}
   [junit4]   2> 7963416 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72cf7cc4{/solr,null,AVAILABLE}
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@43f673bf{SSL,[ssl, 
http/1.1]}{127.0.0.1:37576}
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.e.j.s.Server Started @7963632ms
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37576}
   [junit4]   2> 7963425 ERROR (jetty-launcher-5528-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@65b4e583{SSL,[ssl, 
http/1.1]}{127.0.0.1:37355}
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-09T10:41:31.902Z
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.e.j.s.Server Started @7963633ms
   [junit4]   2> 7963425 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37355}
   [junit4]   2> 7963426 ERROR (jetty-launcher-5528-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7963426 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7963426 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-09T10:41:31.904Z
   [junit4]   2> 7963427 INFO  (zkConnectionManagerCallback-5533-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963427 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7963428 INFO  (zkConnectionManagerCallback-5535-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963429 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7963931 INFO  (jetty-launcher-5528-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40572/solr
   [junit4]   2> 7963954 INFO  (zkConnectionManagerCallback-5539-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7963985 INFO  (zkConnectionManagerCallback-5541-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964588 INFO  (jetty-launcher-5528-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40572/solr
   [junit4]   2> 7964601 INFO  (zkConnectionManagerCallback-5547-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964632 INFO  (zkConnectionManagerCallback-5549-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964701 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7964701 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7964710 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37355_solr
   [junit4]   2> 7964711 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37576_solr
   [junit4]   2> 7964747 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.Overseer Overseer 
(id=72770513829298182-127.0.0.1:37355_solr-n_0000000000) starting
   [junit4]   2> 7964784 INFO  (zkCallback-5548-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7964784 INFO  (zkCallback-5540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7964803 INFO  (zkConnectionManagerCallback-5556-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964803 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 7964817 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40572/solr ready
   [junit4]   2> 7964855 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 7964855 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37355_solr
   [junit4]   2> 7964871 INFO  (zkCallback-5548-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7964929 INFO  (zkConnectionManagerCallback-5561-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7964930 INFO  (zkCallback-5555-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7964930 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 7964931 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:40572/solr ready
   [junit4]   2> 7964965 WARN  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, 
keeping metrics history in memory
   [junit4]   2> 7964966 WARN  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.h.a.MetricsHistoryHandler Missing .system, 
keeping metrics history in memory
   [junit4]   2> 7965096 INFO  (zkCallback-5540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7965326 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37355.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965384 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37576.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965421 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37576.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965421 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37576.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965422 INFO  (jetty-launcher-5528-thread-2) 
[n:127.0.0.1:37576_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/.
   [junit4]   2> 7965434 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37355.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965434 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37355.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7965435 INFO  (jetty-launcher-5528-thread-1) 
[n:127.0.0.1:37355_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node2/.
   [junit4]   2> 7965720 INFO  (zkConnectionManagerCallback-5565-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7965757 INFO  (zkConnectionManagerCallback-5570-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7965758 INFO  
(SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 7965759 INFO  
(SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40572/solr ready
   [junit4]   2> 7965771 INFO  
(SUITE-TestTlogReplica-seed#[6EBC9114523C3D55]-worker) [    ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 7965867 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_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> 7965868 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_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=1
   [junit4]   2> 7966016 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_add_docs&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7966057 INFO  (OverseerThreadFactory-10069-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection tlog_replica_test_add_docs
   [junit4]   2> 7966206 INFO  
(OverseerStateUpdate-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_add_docs",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"tlog_replica_test_add_docs_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37576/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7966413 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_add_docs_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_add_docs&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 7966414 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 7967721 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 7967866 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.IndexSchema 
[tlog_replica_test_add_docs_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 7967939 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7967939 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.CoreContainer Creating 
SolrCore 'tlog_replica_test_add_docs_shard1_replica_t1' using configuration 
from collection tlog_replica_test_add_docs, trusted=true
   [junit4]   2> 7967939 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_37576.solr.core.tlog_replica_test_add_docs.shard1.replica_t1' (registry 
'solr.core.tlog_replica_test_add_docs.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7967940 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7967940 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore 
[[tlog_replica_test_add_docs_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/tlog_replica_test_add_docs_shard1_replica_t1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/./tlog_replica_test_add_docs_shard1_replica_t1/data/]
   [junit4]   2> 7968416 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7968417 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7968451 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 7968451 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 7968452 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@59cc5e31[tlog_replica_test_add_docs_shard1_replica_t1] main]
   [junit4]   2> 7968470 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 7968470 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 7968471 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 7968471 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1602791299558146048
   [junit4]   2> 7968473 INFO  
(searcherExecutor-10077-thread-1-processing-n:127.0.0.1:37576_solr 
x:tlog_replica_test_add_docs_shard1_replica_t1 c:tlog_replica_test_add_docs 
s:shard1 r:core_node2) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs 
s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.SolrCore [tlog_replica_test_add_docs_shard1_replica_t1] Registered new 
searcher Searcher@59cc5e31[tlog_replica_test_add_docs_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7968489 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/tlog_replica_test_add_docs/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:37576/solr/tlog_replica_test_add_docs_shard1_replica_t1/
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SyncStrategy 
https://127.0.0.1:37576/solr/tlog_replica_test_add_docs_shard1_replica_t1/ has 
no replicas
   [junit4]   2> 7968509 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 7968510 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkController 
tlog_replica_test_add_docs_shard1_replica_t1 stopping background replication 
from leader
   [junit4]   2> 7968525 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37576/solr/tlog_replica_test_add_docs_shard1_replica_t1/ 
shard1
   [junit4]   2> 7968634 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 7968669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_add_docs_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_add_docs&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2256
   [junit4]   2> 7968688 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_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> 7968811 INFO  (zkCallback-5540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_add_docs/state.json] for collection 
[tlog_replica_test_add_docs] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7969688 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_add_docs&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2}
 status=0 QTime=3672
   [junit4]   2> 7969704 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/tlog_replica_test_add_docs/terms/shard1 to 
Terms{values={core_node2=1}, version=1}
   [junit4]   2> 7969704 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/update 
params={wt=javabin&version=2}{add=[1 (1602791300839505920)]} 0 11
   [junit4]   2> 7969705 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1602791300852088832,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 7969705 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.SolrIndexWriter Calling 
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3a0651a8 
commitCommandVersion:1602791300852088832
   [junit4]   2> 7969719 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1550623a[tlog_replica_test_add_docs_shard1_replica_t1] main]
   [junit4]   2> 7969719 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 7969720 INFO  
(searcherExecutor-10077-thread-1-processing-n:127.0.0.1:37576_solr 
x:tlog_replica_test_add_docs_shard1_replica_t1 c:tlog_replica_test_add_docs 
s:shard1 r:core_node2) [n:127.0.0.1:37576_solr c:tlog_replica_test_add_docs 
s:shard1 r:core_node2 x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.c.SolrCore [tlog_replica_test_add_docs_shard1_replica_t1] Registered new 
searcher Searcher@1550623a[tlog_replica_test_add_docs_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 7969720 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/update 
params={_stateVer_=tlog_replica_test_add_docs:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 15
   [junit4]   2> 7969741 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7969778 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7969903 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_add_docs s:shard1 r:core_node2 
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_add_docs_shard1_replica_t1]  webapp=/solr 
path=/admin/plugins params={qt=/admin/plugins&stats=true&wt=javabin&version=2} 
status=0 QTime=124
   [junit4]   2> 7969939 INFO  
(TEST-TestTlogReplica.testAddDocs-seed#[6EBC9114523C3D55]) [    ] 
o.a.s.c.TestTlogReplica tearDown deleting collection
   [junit4]   2> 7969940 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=tlog_replica_test_add_docs&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 7969976 INFO  (OverseerThreadFactory-10069-thread-2) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 7969980 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.tlog_replica_test_add_docs.shard1.replica_t1, tag=null
   [junit4]   2> 7969980 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@268a51ac: 
rootName = solr_37576, domain = 
solr.core.tlog_replica_test_add_docs.shard1.replica_t1, service url = null, 
agent id = null] for registry 
solr.core.tlog_replica_test_add_docs.shard1.replica_t1 / 
com.codahale.metrics.MetricRegistry@7678188b
   [junit4]   2> 7969983 INFO  
(OverseerCollectionConfigSetProcessor-72770513829298182-127.0.0.1:37355_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkController 
tlog_replica_test_add_docs_shard1_replica_t1 stopping background replication 
from leader
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_add_docs_shard1_replica_t1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@71d8d25c
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.tlog_replica_test_add_docs.shard1.replica_t1, tag=71d8d25c
   [junit4]   2> 7970143 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.tlog_replica_test_add_docs.shard1.leader, tag=71d8d25c
   [junit4]   2> 7970168 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/tlog_replica_test_add_docs/terms/shard1 to 
Terms{values={}, version=2}
   [junit4]   2> 7970169 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_add_docs_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=tlog_replica_test_add_docs_shard1_replica_t1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=189
   [junit4]   2> 7970348 INFO  (zkCallback-5540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/tlog_replica_test_add_docs/state.json] for collection 
[tlog_replica_test_add_docs] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 7970949 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=tlog_replica_test_add_docs&action=DELETE&wt=javabin&version=2} 
status=0 QTime=1008
   [junit4]   2> 7971016 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_tlog_replica&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 7971026 INFO  (OverseerThreadFactory-10069-thread-3) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
tlog_replica_test_kill_tlog_replica
   [junit4]   2> 7971026 INFO  
(OverseerCollectionConfigSetProcessor-72770513829298182-127.0.0.1:37355_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 7971243 INFO  
(OverseerStateUpdate-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_tlog_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_kill_tlog_replica_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37355/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7971246 INFO  
(OverseerStateUpdate-72770513829298182-127.0.0.1:37355_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_kill_tlog_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_kill_tlog_replica_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37576/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 7971481 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr    
x:tlog_replica_test_kill_tlog_replica_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_kill_tlog_replica_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 7971648 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr    
x:tlog_replica_test_kill_tlog_replica_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_kill_tlog_replica_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 7972555 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7972574 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.IndexSchema 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 7972593 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7972593 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t2' using 
configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true
   [junit4]   2> 7972594 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37576.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2' 
(registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7972594 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7972594 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore 
[[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/tlog_replica_test_kill_tlog_replica_shard1_replica_t2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node1/./tlog_replica_test_kill_tlog_replica_shard1_replica_t2/data/]
   [junit4]   2> 7972781 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 7972854 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.CoreContainer 
Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t1' using 
configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37355.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1' 
(registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@546a7d95
   [junit4]   2> 7972889 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 7972890 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore 
[[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node2/tlog_replica_test_kill_tlog_replica_shard1_replica_t1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_6EBC9114523C3D55-001/tempDir-001/node2/./tlog_replica_test_kill_tlog_replica_shard1_replica_t1/data/]
   [junit4]   2> 7972927 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7972927 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7972928 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 7972928 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 7972929 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5cbfd2b3[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main]
   [junit4]   2> 7973079 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 7973080 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 7973081 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7973081 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1602791304392081408
   [junit4]   2> 7973082 INFO  
(searcherExecutor-10082-thread-1-processing-n:127.0.0.1:37576_solr 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4) 
[n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 
r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
Registered new searcher 
Searcher@5cbfd2b3[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7973146 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 7973163 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 7973249 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 7973249 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 7973262 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 7973262 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 7973263 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74f36142[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main]
   [junit4]   2> 7973265 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 7973265 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 7973282 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7973282 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1602791304602845184
   [junit4]   2> 7973285 INFO  
(searcherExecutor-10084-thread-1-processing-n:127.0.0.1:37355_solr 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3) 
[n:127.0.0.1:37355_solr c:tlog_replica_test_kill_tlog_replica s:shard1 
r:core_node3 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
Registered new searcher 
Searcher@74f36142[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7973300 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 7973669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 7973669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 7973669 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/
   [junit4]   2> 7973670 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.PeerSync 
PeerSync: core=tlog_replica_test_kill_tlog_replica_shard1_replica_t2 
url=https://127.0.0.1:37576/solr START 
replicas=[https://127.0.0.1:37355/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/]
 nUpdates=100
   [junit4]   2> 7973691 INFO  (qtp887613996-32031) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_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> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.PeerSync 
PeerSync: core=tlog_replica_test_kill_tlog_replica_shard1_replica_t2 
url=https://127.0.0.1:37576/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_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> 7973970 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 7973971 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkController 
tlog_replica_test_kill_tlog_replica_shard1_replica_t2 stopping background 
replication from leader
   [junit4]   2> 7973988 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/
 shard1
   [junit4]   2> 7974090 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 7974092 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_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_kill_tlog_replica_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2611
   [junit4]   2> 7974206 INFO  (zkCallback-5540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for 
collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 7974312 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ZkController 
tlog_replica_test_kill_tlog_replica_shard1_replica_t1 starting background 
replication from leader
   [junit4]   2> 7974312 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 7974327 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 7974327 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 7974329 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/
   [junit4]   2> 7974348 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 7974348 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 7974351 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_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_kill_tlog_replica_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2703
   [junit4]   2> 7974387 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2c787ce9[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main]
   [junit4]   2> 7974401 INFO  (searcherExecutor-10084-thread-1) [    ] 
o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
Registered new searcher 
Searcher@2c787ce9[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 7974403 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_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> 7974433 INFO  (zkCallback-5540-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for 
collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 7974434 INFO  (zkCallback-5548-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for 
collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 7975085 INFO  
(OverseerCollectionConfigSetProcessor-72770513829298182-127.0.0.1:37355_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 7975413 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_tlog_replica&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=4397
   [junit4]   2> 7975533 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7975649 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=52
   [junit4]   2> 7975721 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/tlog_replica_test_kill_tlog_replica/terms/shard1 to 
Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 7975740 INFO  (qtp887613996-32029) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/&wt=javabin&version=2}{add=[1
 (1602791307086921728)]} 0 0
   [junit4]   2> 7975751 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1602791307086921728)]} 0 99
   [junit4]   2> 7975755 INFO  (qtp887613996-32029) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 7975774 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1602791307215896576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 7975774 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6ba77996 
commitCommandVersion:1602791307215896576
   [junit4]   2> 7975791 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43e6673e[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main]
   [junit4]   2> 7975807 INFO  
(searcherExecutor-10082-thread-1-processing-n:127.0.0.1:37576_solr 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4) 
[n:127.0.0.1:37576_solr c:tlog_replica_test_kill_tlog_replica s:shard1 
r:core_node4 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
Registered new searcher 
Searcher@43e6673e[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 7975807 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 7975807 INFO  (qtp132694588-32020) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:37576/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 33
   [junit4]   2> 7975807 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/update 
params={_stateVer_=tlog_replica_test_kill_tlog_replica:7&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 56
   [junit4]   2> 7975827 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7975931 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976040 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976154 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976256 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976365 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976478 INFO  (qtp887613996-32028) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976628 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976731 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976845 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7976947 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977049 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977158 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977260 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977314 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 1528540904251
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 7977314 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 7977315 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_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> 7977316 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Number of files in latest index in master: 18
   [junit4]   2> 7977317 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to 
MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@46b1734d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5220bd43; 
maxCacheMB=0.2001953125 maxMergeSizeMB=0.2265625))
   [junit4]   2> 7977317 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977318 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977334 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977334 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977336 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene70_1.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977345 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977346 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_FST50_0.tfp&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977347 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977348 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977362 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 7977365 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_FST50_0.pos&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977366 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977367 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977369 INFO  (qtp132694588-32032) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_FST50_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977382 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_Lucene70_1.dvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977383 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977384 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977385 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
 status=0 QTime=0
   [junit4]   2> 7977398 INFO  (qtp132694588-32027) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_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> 7977398 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Bytes downloaded: 3101, Bytes skipped downloading: 0
   [junit4]   2> 7977399 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.h.IndexFetcher Total time taken for download 
(fullCopy=false,bytesDownloaded=3101) : 0 secs (null bytes/sec) to 
MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@46b1734d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5220bd43; 
maxCacheMB=0.2001953125 maxMergeSizeMB=0.2265625))
   [junit4]   2> 7977401 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 7977418 INFO  (indexFetcher-10093-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fa896bc[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main]
   [junit4]   2> 7977420 INFO  (searcherExecutor-10084-thread-1) [    ] 
o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
Registered new searcher 
Searcher@fa896bc[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1)))}
   [junit4]   2> 7977463 INFO  (qtp887613996-32030) [n:127.0.0.1:37355_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node3 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t1]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7977488 INFO  (qtp132694588-32025) [n:127.0.0.1:37576_solr 
c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node4 
x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_kill_tlog_replica_shard1_replica_t2]  webapp=/solr 
path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 7977488 INFO  
(TEST-TestTlogReplica.testKillTlogReplica-seed#[6EBC9114523C3D55]) [    ] 
o.a.s.c.ChaosMonkey monkey: kill jetty! 37355
   [junit4]   2> 7977506 INFO  (TEST-TestTlogReplica.testKill

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

gth is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null920338286
     [copy] Copying 39 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null920338286
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null920338286

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null2074319423
     [copy] Copying 247 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null2074319423
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null2074319423

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 61ms :: artifacts dl 17ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 748 minutes 45 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to