Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/216/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.TestReplicaProperties.test

Error Message:
timeout waiting for collection in cluster state: collection=testcollection

Stack Trace:
java.lang.RuntimeException: timeout waiting for collection in cluster state: 
collection=testcollection
        at 
__randomizedtesting.SeedInfo.seed([655E8469A892EA06:ED0ABBB3066E87FE]:0)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:348)
        at 
org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:63)
        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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Can not find doc 1 in http://127.0.0.1:57741/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 1 in http://127.0.0.1:57741/solr
        at 
__randomizedtesting.SeedInfo.seed([655E8469A892EA06:E39F7C84F7C33CE6]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:861)
        at 
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:664)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.servlet.HttpSolrCallGetCoreTest

Error Message:
Could not find collection:collection1

Stack Trace:
java.lang.AssertionError: Could not find collection:collection1
        at __randomizedtesting.SeedInfo.seed([655E8469A892EA06]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.servlet.HttpSolrCallGetCoreTest.setupCluster(HttpSolrCallGetCoreTest.java:52)
        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$6.evaluate(RandomizedRunner.java:874)
        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 12000 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/init-core-data-001
   [junit4]   2> 922002 WARN  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 922004 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 922008 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 922008 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 922009 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001
   [junit4]   2> 922009 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 922010 INFO  (Thread-1451) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 922010 INFO  (Thread-1451) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 922017 ERROR (Thread-1451) [    ] 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> 922117 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:57738
   [junit4]   2> 922144 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 922144 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 922145 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27eae455{/solr,null,AVAILABLE}
   [junit4]   2> 922146 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@59025a5{HTTP/1.1,[http/1.1]}{127.0.0.1:57740}
   [junit4]   2> 922146 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.e.j.s.Server Started @925780ms
   [junit4]   2> 922146 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57740}
   [junit4]   2> 922148 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18045232{/solr,null,AVAILABLE}
   [junit4]   2> 922149 ERROR (jetty-launcher-1158-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 922149 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@399ce38a{HTTP/1.1,[http/1.1]}{127.0.0.1:57741}
   [junit4]   2> 922149 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.e.j.s.Server Started @925782ms
   [junit4]   2> 922149 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 922149 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57741}
   [junit4]   2> 922149 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 922149 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 922149 ERROR (jetty-launcher-1158-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 922151 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-29T16:06:25.793Z
   [junit4]   2> 922151 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 922151 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 922151 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 922151 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-29T16:06:25.793Z
   [junit4]   2> 922154 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 922154 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 922164 INFO  (jetty-launcher-1158-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57738/solr
   [junit4]   2> 922164 INFO  (jetty-launcher-1158-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57738/solr
   [junit4]   2> 922331 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 922334 INFO  (jetty-launcher-1158-thread-2) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 922335 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57741_solr
   [junit4]   2> 922335 INFO  (jetty-launcher-1158-thread-2) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57740_solr
   [junit4]   2> 922336 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.Overseer Overseer 
(id=98743168903151621-127.0.0.1:57741_solr-n_0000000000) starting
   [junit4]   2> 922339 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 922341 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 922354 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57741_solr
   [junit4]   2> 922356 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 922357 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 922468 INFO  (jetty-launcher-1158-thread-2) 
[n:127.0.0.1:57740_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57740.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 922475 INFO  (jetty-launcher-1158-thread-2) 
[n:127.0.0.1:57740_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57740.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 922475 INFO  (jetty-launcher-1158-thread-2) 
[n:127.0.0.1:57740_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57740.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 922477 INFO  (jetty-launcher-1158-thread-2) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node2/.
   [junit4]   2> 922502 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 922511 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 922511 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 922512 INFO  (jetty-launcher-1158-thread-1) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node1/.
   [junit4]   2> 922535 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 922537 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57738/solr ready
   [junit4]   2> 922541 INFO  
(SUITE-TestTlogReplica-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 922556 INFO  (qtp1722099115-8475) [n:127.0.0.1:57740_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> 922562 INFO  (qtp1722099115-8475) [n:127.0.0.1:57740_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=6
   [junit4]   2> 922672 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasicLeaderElection
   [junit4]   2> 922675 INFO  (qtp1722099115-8476) [n:127.0.0.1:57740_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_basic_leader_election&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 922678 INFO  
(OverseerThreadFactory-3202-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
tlog_replica_test_basic_leader_election
   [junit4]   2> 922802 INFO  
(OverseerStateUpdate-98743168903151621-127.0.0.1:57741_solr-n_0000000000) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_basic_leader_election",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_basic_leader_election_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57741/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 922805 INFO  
(OverseerStateUpdate-98743168903151621-127.0.0.1:57741_solr-n_0000000000) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"tlog_replica_test_basic_leader_election",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_basic_leader_election_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57740/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 923038 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_basic_leader_election_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_basic_leader_election&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 923038 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_basic_leader_election_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_basic_leader_election&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 923038 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 923038 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 923157 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 923157 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 923157 INFO  
(zkCallback-1169-thread-2-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 923158 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924064 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 924064 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 924086 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.s.IndexSchema [tlog_replica_test_basic_leader_election_shard1_replica_t2] 
Schema name=minimal
   [junit4]   2> 924087 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.s.IndexSchema [tlog_replica_test_basic_leader_election_shard1_replica_t1] 
Schema name=minimal
   [junit4]   2> 924089 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 924089 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_basic_leader_election_shard1_replica_t2' using configuration 
from collection tlog_replica_test_basic_leader_election, trusted=true
   [junit4]   2> 924089 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57740.solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t2'
 (registry 
'solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t2') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 924089 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 924089 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.SolrCore 
[[tlog_replica_test_basic_leader_election_shard1_replica_t2] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node2/tlog_replica_test_basic_leader_election_shard1_replica_t2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node2/./tlog_replica_test_basic_leader_election_shard1_replica_t2/data/]
   [junit4]   2> 924089 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 924089 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_basic_leader_election_shard1_replica_t1' using configuration 
from collection tlog_replica_test_basic_leader_election, trusted=true
   [junit4]   2> 924090 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1'
 (registry 
'solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 924090 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 924090 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.c.SolrCore 
[[tlog_replica_test_basic_leader_election_shard1_replica_t1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node1/tlog_replica_test_basic_leader_election_shard1_replica_t1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node1/./tlog_replica_test_basic_leader_election_shard1_replica_t1/data/]
   [junit4]   2> 924149 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 924149 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 924150 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 924150 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 924150 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 924150 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 924151 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 924151 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 924152 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@686eccde[tlog_replica_test_basic_leader_election_shard1_replica_t2] 
main]
   [junit4]   2> 924153 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75f58420[tlog_replica_test_basic_leader_election_shard1_replica_t1] 
main]
   [junit4]   2> 924153 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 924154 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 924154 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 924155 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 924155 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 924155 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579890704695427072
   [junit4]   2> 924155 INFO  
(searcherExecutor-3207-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_basic_leader_election_shard1_replica_t2] Registered new 
searcher 
Searcher@686eccde[tlog_replica_test_basic_leader_election_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 924155 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 924156 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1579890704696475648
   [junit4]   2> 924156 INFO  
(searcherExecutor-3208-thread-1-processing-n:127.0.0.1:57741_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node3) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_basic_leader_election_shard1_replica_t1] Registered new 
searcher 
Searcher@75f58420[tlog_replica_test_basic_leader_election_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 924169 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 924169 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 924169 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/
   [junit4]   2> 924170 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.u.PeerSync 
PeerSync: core=tlog_replica_test_basic_leader_election_shard1_replica_t1 
url=http://127.0.0.1:57741/solr START 
replicas=[http://127.0.0.1:57740/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2/]
 nUpdates=100
   [junit4]   2> 924171 INFO  (qtp1722099115-8480) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.S.Request 
[tlog_replica_test_basic_leader_election_shard1_replica_t2]  webapp=/solr 
path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 924275 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924275 INFO  
(zkCallback-1169-thread-2-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924275 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924275 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924480 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.u.PeerSync 
PeerSync: core=tlog_replica_test_basic_leader_election_shard1_replica_t1 
url=http://127.0.0.1:57741/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 924480 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 924480 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 924480 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 924481 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ZkController tlog_replica_test_basic_leader_election_shard1_replica_t1 
stopping background replication from leader
   [junit4]   2> 924486 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/
 shard1
   [junit4]   2> 924599 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924599 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924599 INFO  
(zkCallback-1169-thread-2-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924599 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924652 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 924654 INFO  (qtp1758990954-8481) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_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_basic_leader_election_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_basic_leader_election&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1616
   [junit4]   2> 924768 INFO  
(zkCallback-1169-thread-2-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924768 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924768 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 924768 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 925178 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.ZkController tlog_replica_test_basic_leader_election_shard1_replica_t2 
starting background replication from leader
   [junit4]   2> 925178 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 925180 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 925180 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 925180 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/
   [junit4]   2> 925182 INFO  (qtp1758990954-8485) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.c.S.Request 
[tlog_replica_test_basic_leader_election_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 925182 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 925182 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 925182 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 925182 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 925182 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 925182 INFO  (qtp1722099115-8479) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_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_basic_leader_election_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_basic_leader_election&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2144
   [junit4]   2> 925182 INFO  (indexFetcher-3218-thread-1) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e3c484c[tlog_replica_test_basic_leader_election_shard1_replica_t2] 
main]
   [junit4]   2> 925186 INFO  
(searcherExecutor-3207-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_basic_leader_election_shard1_replica_t2] Registered new 
searcher 
Searcher@3e3c484c[tlog_replica_test_basic_leader_election_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 925191 INFO  (qtp1722099115-8476) [n:127.0.0.1:57740_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> 925296 INFO  
(zkCallback-1169-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 925296 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 925296 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 925296 INFO  
(zkCallback-1169-thread-2-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 926195 INFO  (qtp1722099115-8476) [n:127.0.0.1:57740_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_basic_leader_election&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3520
   [junit4]   2> 926207 INFO  (qtp1722099115-8472) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&_version_=-1579890706839764992&distrib.from=http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579890706839764992)} 0 1
   [junit4]   2> 926208 INFO  (qtp1722099115-8475) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 926209 INFO  (qtp1758990954-8488) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579890706849202176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 926209 INFO  (qtp1758990954-8488) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 926209 INFO  (qtp1758990954-8488) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 926209 INFO  (qtp1758990954-8488) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t1]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 926210 INFO  (qtp1758990954-8487) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t1]  webapp=/solr 
path=/update 
params={_stateVer_=tlog_replica_test_basic_leader_election:6&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579890706839764992),commit=} 0 10
   [junit4]   2> 926216 INFO  (qtp1722099115-8477) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t2]  webapp=/solr 
path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:57741/solr/tlog_replica_test_basic_leader_election_shard1_replica_t1/&wt=javabin&version=2}{add=[1
 (1579890706853396480), 2 (1579890706855493632)]} 0 0
   [junit4]   2> 926217 INFO  (qtp1758990954-8474) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1579890706853396480), 2 
(1579890706855493632)]} 0 3
   [junit4]   2> 926217 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.ChaosMonkey monkey: kill jetty! 57741
   [junit4]   2> 926218 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@399ce38a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 926220 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1172353274
   [junit4]   2> 926220 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 926221 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@413aebd8: rootName = 
solr_57741, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6c6a6241
   [junit4]   2> 926229 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 926229 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2210d03a: rootName = 
solr_57741, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@3f6dcea0
   [junit4]   2> 926233 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 926233 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70bdefb7: rootName = 
solr_57741, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@32423dd9
   [junit4]   2> 926235 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 926238 INFO  (coreCloseExecutor-3219-thread-1) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.SolrCore [tlog_replica_test_basic_leader_election_shard1_replica_t1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@53cb291f
   [junit4]   2> 926238 INFO  (coreCloseExecutor-3219-thread-1) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1, 
tag=1405823263
   [junit4]   2> 926238 INFO  (coreCloseExecutor-3219-thread-1) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e2a8ab5: rootName = 
solr_57741, domain = 
solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1, service 
url = null, agent id = null] for registry 
solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1 / 
com.codahale.metrics.MetricRegistry@56975d56
   [junit4]   2> 926247 INFO  (coreCloseExecutor-3219-thread-1) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.tlog_replica_test_basic_leader_election.shard1.leader, 
tag=1405823263
   [junit4]   2> 926247 INFO  (coreCloseExecutor-3219-thread-1) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 926247 INFO  (coreCloseExecutor-3219-thread-1) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5c6f3626 commitCommandVersion:0
   [junit4]   2> 926267 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.Overseer Overseer 
(id=98743168903151621-127.0.0.1:57741_solr-n_0000000000) closing
   [junit4]   2> 926267 INFO  
(OverseerStateUpdate-98743168903151621-127.0.0.1:57741_solr-n_0000000000) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57741_solr
   [junit4]   2> 926270 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 926270 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57740_solr
   [junit4]   2> 926270 INFO  (zkCallback-1176-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 926272 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.Overseer Overseer 
(id=98743168903151622-127.0.0.1:57740_solr-n_0000000001) starting
   [junit4]   2> 926272 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 926285 INFO  (zkCallback-1176-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 926285 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 926285 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 926400 INFO  (zkCallback-1176-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 926400 INFO  
(zkCallback-1170-thread-1-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 926400 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 927771 WARN  
(zkCallback-1169-thread-2-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 927774 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@18045232{/solr,null,UNAVAILABLE}
   [junit4]   2> 927775 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop jetty! 57741
   [junit4]   2> 928776 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:57740/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2/
   [junit4]   2> 928777 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 928777 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:57740/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2/
 has no replicas
   [junit4]   2> 928778 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.ZkController tlog_replica_test_basic_leader_election_shard1_replica_t2 
stopping background replication from leader
   [junit4]   2> 928781 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Replaying tlog before become new leader
   [junit4]   2> 928781 WARN  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.u.UpdateLog 
Starting log replay 
tlog{file=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node2/tlog_replica_test_basic_leader_election_shard1_replica_t2/data/tlog/tlog.0000000000000000000
 refcount=2} active=false starting pos=0 inSortedOrder=true
   [junit4]   2> 928794 INFO  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 928794 INFO  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@353a732c commitCommandVersion:0
   [junit4]   2> 928813 INFO  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@342fd380[tlog_replica_test_basic_leader_election_shard1_replica_t2] 
main]
   [junit4]   2> 928813 INFO  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 928815 INFO  
(searcherExecutor-3207-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.c.SolrCore 
[tlog_replica_test_basic_leader_election_shard1_replica_t2] Registered new 
searcher 
Searcher@342fd380[tlog_replica_test_basic_leader_election_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C2)))}
   [junit4]   2> 928815 INFO  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t2] {deleteByQuery=*:* 
(-1579890706839764992),add=[1 (1579890706853396480), 2 (1579890706855493632)]} 
0 33
   [junit4]   2> 928815 WARN  
(recoveryExecutor-3212-thread-1-processing-n:127.0.0.1:57740_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node4) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] o.a.s.u.UpdateLog 
Log replay finished. recoveryInfo=RecoveryInfo{adds=2 deletes=0 deleteByQuery=1 
errors=0 positionOfStart=0}
   [junit4]   2> 928819 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node4 x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57740/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2/
 shard1
   [junit4]   2> 928821 INFO  (zkCallback-1176-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 928822 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 928822 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [1])
   [junit4]   2> 928864 INFO  (qtp1722099115-8482) [n:127.0.0.1:57740_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node4 
x:tlog_replica_test_basic_leader_election_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_basic_leader_election_shard1_replica_t2]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1579890709628977152), 4 
(1579890709633171456)]} 0 1082
   [junit4]   2> 928865 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.ChaosMonkey monkey: starting jetty! 57741
   [junit4]   2> 928865 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 928867 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@94b42ac{/solr,null,AVAILABLE}
   [junit4]   2> 928867 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7df45091{HTTP/1.1,[http/1.1]}{127.0.0.1:57741}
   [junit4]   2> 928867 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.e.j.s.Server Started @932501ms
   [junit4]   2> 928867 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57741}
   [junit4]   2> 928870 ERROR 
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 928870 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 928870 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 928870 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 928870 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-29T16:06:32.512Z
   [junit4]   2> 928873 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 928883 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57738/solr
   [junit4]   2> 928896 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 928900 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 928903 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57741_solr
   [junit4]   2> 928906 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 928906 INFO  (zkCallback-1176-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 928908 INFO  
(zkCallback-1181-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 929039 INFO  (zkCallback-1176-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 929039 INFO  
(zkCallback-1170-thread-2-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 929039 INFO  
(zkCallback-1170-thread-3-processing-n:127.0.0.1:57740_solr) 
[n:127.0.0.1:57740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_basic_leader_election/state.json] for 
collection [tlog_replica_test_basic_leader_election] has occurred - updating... 
(live nodes size: [2])
   [junit4]   2> 929043 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 929051 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 929051 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 929053 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node1/.
   [junit4]   2> 929053 INFO  
(TEST-TestTlogReplica.testBasicLeaderElection-seed#[655E8469A892EA06]) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[tlog_replica_test_basic_leader_election_shard1_replica_t1]
   [junit4]   2> 929054 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 929076 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 929084 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.s.IndexSchema [tlog_replica_test_basic_leader_election_shard1_replica_t1] 
Schema name=minimal
   [junit4]   2> 929087 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 929087 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_basic_leader_election_shard1_replica_t1' using configuration 
from collection tlog_replica_test_basic_leader_election, trusted=true
   [junit4]   2> 929088 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57741.solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1'
 (registry 
'solr.core.tlog_replica_test_basic_leader_election.shard1.replica_t1') enabled 
at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738eba50
   [junit4]   2> 929088 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 929088 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.SolrCore [[tlog_replica_test_basic_leader_election_shard1_replica_t1] ] 
Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node1/tlog_replica_test_basic_leader_election_shard1_replica_t1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_655E8469A892EA06-001/tempDir-001/node1/./tlog_replica_test_basic_leader_election_shard1_replica_t1/data/]
   [junit4]   2> 929145 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 929145 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 929147 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 929147 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 929149 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@423ad034[tlog_replica_test_basic_leader_election_shard1_replica_t1] 
main]
   [junit4]   2> 929150 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 929151 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 929151 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 929152 INFO  
(coreLoadExecutor-3228-thread-1-processing-n:127.0.0.1:57741_solr) 
[n:127.0.0.1:57741_solr c:tlog_replica_test_basic_leader_election s:shard1 
r:core_node3 x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579890709935161344
   [junit4]   2> 929152 INFO  
(searcherExecutor-3229-thread-1-processing-n:127.0.0.1:57741_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node3) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] o.a.s.c.SolrCore 
[tlog_replica_test_basic_leader_election_shard1_replica_t1] Registered new 
searcher 
Searcher@423ad034[tlog_replica_test_basic_leader_election_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 929156 INFO  
(coreZkRegister-3223-thread-1-processing-n:127.0.0.1:57741_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node3) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.c.ZkController Core needs to 
recover:tlog_replica_test_basic_leader_election_shard1_replica_t1
   [junit4]   2> 929157 INFO  
(updateExecutor-1178-thread-1-processing-n:127.0.0.1:57741_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1 s:shard1 
c:tlog_replica_test_basic_leader_election r:core_node3) [n:127.0.0.1:57741_solr 
c:tlog_replica_test_basic_leader_election s:shard1 r:core_node3 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 929157 INFO  
(recoveryExecutor-1179-thread-1-processing-n:127.0.0.1:57741_solr 
x:tlog_replica_test_basic_leader_election_shard1_replica_t1 s:shard1 

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

h - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2031588 INFO  (jetty-closer-2069-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@6e857427{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2031589 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=102409724
   [junit4]   2> 2031589 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2031589 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1acb9c22: rootName = 
solr_61548, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@c7f6d0f
   [junit4]   2> 2031592 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2031592 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6fa47e95: rootName = 
solr_61548, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@7fdac02b
   [junit4]   2> 2031605 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2031605 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d7aea7: rootName = 
solr_61548, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@3464681
   [junit4]   2> 2031607 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 2031607 INFO  (jetty-closer-2069-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98743239481819139-127.0.0.1:61548_solr-n_0000000000) closing
   [junit4]   2> 2031607 INFO  
(OverseerStateUpdate-98743239481819139-127.0.0.1:61548_solr-n_0000000000) 
[n:127.0.0.1:61548_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:61548_solr
   [junit4]   2> 2031610 WARN  
(zkCallback-2075-thread-1-processing-n:127.0.0.1:61548_solr) 
[n:127.0.0.1:61548_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2031610 INFO  (jetty-closer-2069-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@21fe5f70{/solr,null,UNAVAILABLE}
   [junit4]   2> 2031611 ERROR 
(SUITE-HttpSolrCallGetCoreTest-seed#[655E8469A892EA06]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2031612 INFO  
(SUITE-HttpSolrCallGetCoreTest-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:61546 61546
   [junit4]   2> 2031643 INFO  (Thread-2746) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:61546 61546
   [junit4]   2> 2031737 WARN  (Thread-2746) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2031737 INFO  
(SUITE-HttpSolrCallGetCoreTest-seed#[655E8469A892EA06]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Sep 29, 2017 4:24:55 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=124, maxMBSortInHeap=5.715212410908763, 
sim=RandomSimilarity(queryNorm=false): {}, locale=tr-TR, timezone=Europe/Kirov
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=204814408,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [MinimalSchemaTest, 
OverseerRolesTest, BinaryUpdateRequestHandlerTest, TestInPlaceUpdatesDistrib, 
NoCacheHeaderTest, TestManagedSchema, TestPhraseSuggestions, 
PreAnalyzedFieldManagedSchemaCloudTest, SimpleMLTQParserTest, 
TestCSVResponseWriter, LeaderInitiatedRecoveryOnShardRestartTest, 
EnumFieldTest, ConjunctionSolrSpellCheckerTest, ShardRoutingTest, 
MultiThreadedOCPTest, JavabinLoaderTest, TestHashPartitioner, 
TestCollapseQParserPlugin, OverseerTaskQueueTest, 
TestRandomCollapseQParserPlugin, TestComplexPhraseQParserPlugin, 
MissingSegmentRecoveryTest, BadCopyFieldTest, TestRequestStatusCollectionAPI, 
TestSimpleQParserPlugin, TestAnalyzeInfixSuggestions, TestDFRSimilarityFactory, 
TestSolrConfigHandlerConcurrent, TlogReplayBufferedWhileIndexingTest, 
PreAnalyzedUpdateProcessorTest, TestSQLHandlerNonCloud, 
DistributedSpellCheckComponentTest, CursorPagingTest, 
LeaderElectionContextKeyTest, TestConfigSets, TestLocalFSCloudBackupRestore, 
ClusterStateUpdateTest, DeleteInactiveReplicaTest, HdfsBasicDistributedZk2Test, 
BasicDistributedZkTest, TestOmitPositions, 
ClassificationUpdateProcessorIntegrationTest, DistributedExpandComponentTest, 
TestExpandComponent, DateFieldTest, HdfsDirectoryFactoryTest, 
TestGroupingSearch, SyncSliceTest, SuggesterWFSTTest, 
ConfigureRecoveryStrategyTest, TestEmbeddedSolrServerConstructors, 
FastVectorHighlighterTest, RecoveryAfterSoftCommitTest, 
BlockJoinFacetSimpleTest, HdfsRestartWhileUpdatingTest, TimeZoneUtilsTest, 
CSVRequestHandlerTest, NotRequiredUniqueKeyTest, TestSolrCoreProperties, 
ResourceLoaderTest, SmileWriterTest, SoftAutoCommitTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, DisMaxRequestHandlerTest, 
TestCollectionAPIs, TestManagedResource, TestCloudNestedDocsSort, 
CdcrVersionReplicationTest, DistributedFacetPivotWhiteBoxTest, 
SSLMigrationTest, AnalysisErrorHandlingTest, ImplicitSnitchTest, 
BlockDirectoryTest, TestNumericRangeQuery32, PeerSyncTest, 
TestImplicitCoreProperties, TestUnifiedSolrHighlighter, 
DistributedQueryComponentOptimizationTest, TestUninvertingReader, 
RecoveryZkTest, SimpleFacetsTest, TestDistributedSearch, TestFieldCacheReopen, 
SolrShardReporterTest, DistributedFacetPivotLargeTest, TestIndexingPerformance, 
ClusterStateTest, TestExceedMaxTermLength, TestJmxIntegration, TestSolrXml, 
TestRawResponseWriter, ChaosMonkeyNothingIsSafeTest, ScriptEngineTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, HardAutoCommitTest, 
TestCustomStream, TestWriterPerf, TestObjectReleaseTracker, 
CollectionsAPISolrJTest, HLLUtilTest, TestHighlightDedupGrouping, 
TestRetrieveFieldsOptimizer, TestFuzzyAnalyzedSuggestions, 
TestDownShardTolerantSearch, TestPHPSerializedResponseWriter, 
TestQuerySenderNoQuery, IndexSchemaTest, HdfsThreadLeakTest, 
HdfsCollectionsAPIDistributedZkTest, TestReplicaProperties, TestCoreContainer, 
TestFieldSortValues, AsyncCallRequestStatusResponseTest, RequiredFieldsTest, 
TestGeoJSONResponseWriter, TestSizeLimitedDistributedMap, 
TestGraphTermsQParserPlugin, V2ApiIntegrationTest, TestSortByMinMaxFunction, 
OutputWriterTest, TestRuleBasedAuthorizationPlugin, SolrMetricReporterTest, 
SortByFunctionTest, BasicAuthStandaloneTest, TestReplicationHandler, 
XmlUpdateRequestHandlerTest, TestManagedSynonymFilterFactory, 
TestDynamicFieldResource, RulesTest, TestSolrFieldCacheBean, 
SolrJmxReporterCloudTest, RestartWhileUpdatingTest, AtomicUpdatesTest, 
TestSchemaManager, TestIBSimilarityFactory, TestLeaderElectionZkExpiry, 
CoreAdminCreateDiscoverTest, TemplateUpdateProcessorTest, DateMathParserTest, 
DistributedFacetPivotSmallAdvancedTest, QueryElevationComponentTest, 
DirectSolrConnectionTest, TestFieldCacheWithThreads, HdfsDirectoryTest, 
OverseerCollectionConfigSetProcessorTest, TestFoldingMultitermQuery, 
RAMDirectoryFactoryTest, DeleteNodeTest, SuggestComponentTest, 
TestNumericTerms32, TestConfigSetsAPIZkFailure, TestFunctionQuery, 
CdcrBootstrapTest, TestStreamBody, BlockJoinFacetDistribTest, 
SolrSlf4jReporterTest, SimplePostToolTest, ReplicaListTransformerTest, 
AnalysisAfterCoreReloadTest, TestSimpleTextCodec, TestCodecSupport, 
TestFieldCacheSortRandom, TestNumericTokenStream, 
DirectUpdateHandlerOptimizeTest, TestRandomRequestDistribution, FullHLLTest, 
TestSort, CheckHdfsIndexTest, TestLegacyFieldReuse, StressHdfsTest, 
TestStressRecovery, TestCollationFieldDocValues, TestUseDocValuesAsStored, 
StatsReloadRaceTest, CreateCollectionCleanupTest, URLClassifyProcessorTest, 
HttpSolrCallGetCoreTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=HttpSolrCallGetCoreTest -Dtests.seed=655E8469A892EA06 
-Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Europe/Kirov 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | HttpSolrCallGetCoreTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find 
collection:collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([655E8469A892EA06]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    >        at 
org.apache.solr.servlet.HttpSolrCallGetCoreTest.setupCluster(HttpSolrCallGetCoreTest.java:52)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [498/732 (3!)] on J0 in 33.62s, 0 tests, 1 failure <<< 
FAILURES!

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

Reply via email to