Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/337/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:35529/forceleader_test_collection 
due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in 
http://127.0.0.1:35529/forceleader_test_collection due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([966A71C923B1F460:70FD45091A330D01]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:
Tests must be run with INFO level logging otherwise LogUpdateProcessor isn't 
used and can't be tested.

Stack Trace:
java.lang.AssertionError: Tests must be run with INFO level logging otherwise 
LogUpdateProcessor isn't used and can't be tested.
        at 
__randomizedtesting.SeedInfo.seed([966A71C923B1F460:E78E8F1F555AD3AC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter

Error Message:
Test requires that log-level is at-least INFO, but INFO is disabled

Stack Trace:
java.lang.AssertionError: Test requires that log-level is at-least INFO, but 
INFO is disabled
        at 
__randomizedtesting.SeedInfo.seed([966A71C923B1F460:C98E5CFE48BD6725]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11543 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/init-core-data-001
   [junit4]   2> 228040 WARN  
(SUITE-ForceLeaderTest-seed#[966A71C923B1F460]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=41 numCloses=41
   [junit4]   2> 228040 INFO  
(SUITE-ForceLeaderTest-seed#[966A71C923B1F460]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 228041 INFO  
(SUITE-ForceLeaderTest-seed#[966A71C923B1F460]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 228041 INFO  
(SUITE-ForceLeaderTest-seed#[966A71C923B1F460]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 228041 INFO  
(SUITE-ForceLeaderTest-seed#[966A71C923B1F460]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 228045 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 228046 INFO  (Thread-545) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 228046 INFO  (Thread-545) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 228047 ERROR (Thread-545) [    ] 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> 228146 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44277
   [junit4]   2> 228160 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 228161 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 228162 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 228163 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 228164 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 228165 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 228165 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 228166 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 228167 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 228167 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 228168 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 228169 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 228242 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 228243 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@739a60{/,null,AVAILABLE}
   [junit4]   2> 228244 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@f9a6cf{HTTP/1.1,[http/1.1]}{127.0.0.1:35817}
   [junit4]   2> 228244 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server Started @230436ms
   [junit4]   2> 228244 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=35529, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/control-001/cores}
   [junit4]   2> 228245 ERROR 
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 228245 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 228245 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 228245 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 228245 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-30T15:20:43.934Z
   [junit4]   2> 228248 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 228248 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/control-001/solr.xml
   [junit4]   2> 228251 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 228253 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44277/solr
   [junit4]   2> 228277 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 228277 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:35529_
   [junit4]   2> 228278 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.c.Overseer Overseer 
(id=98573119896682500-127.0.0.1:35529_-n_0000000000) starting
   [junit4]   2> 228280 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35529_
   [junit4]   2> 228280 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 228378 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 228385 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 228385 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 228386 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35529_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/control-001/cores
   [junit4]   2> 228408 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 228408 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44277/solr ready
   [junit4]   2> 228409 INFO  (SocketProxy-Acceptor-35529) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45966,localport=35529], receiveBufferSize:531000
   [junit4]   2> 228411 INFO  (SocketProxy-Acceptor-35529) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35817,localport=60956], receiveBufferSize=530904
   [junit4]   2> 228412 INFO  (qtp12742584-2083) [n:127.0.0.1:35529_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35529_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 228418 INFO  
(OverseerThreadFactory-757-thread-1-processing-n:127.0.0.1:35529_) 
[n:127.0.0.1:35529_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 228522 INFO  (SocketProxy-Acceptor-35529) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45974,localport=35529], receiveBufferSize:531000
   [junit4]   2> 228522 INFO  (SocketProxy-Acceptor-35529) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35817,localport=60964], receiveBufferSize=530904
   [junit4]   2> 228523 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 228523 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 228625 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 229535 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 229543 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 229620 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 229626 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 229627 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 229627 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 229627 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 229629 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=58.267578125, 
floorSegmentMB=1.041015625, forceMergeDeletesPctAllowed=29.588293220391428, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14965165104263162
   [junit4]   2> 229631 WARN  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 229666 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 229666 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 229666 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 229666 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 229667 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=13.54296875, 
floorSegmentMB=0.8515625, forceMergeDeletesPctAllowed=20.241598107469603, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5997079331940397
   [junit4]   2> 229667 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b191df[control_collection_shard1_replica_n1] main]
   [junit4]   2> 229668 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 229669 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 229669 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 229670 INFO  
(searcherExecutor-760-thread-1-processing-n:127.0.0.1:35529_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:35529_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1b191df[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 229670 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1577169920048758784
   [junit4]   2> 229674 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 229674 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 229674 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35529/control_collection_shard1_replica_n1/
   [junit4]   2> 229674 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 229674 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:35529/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 229674 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 229675 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35529/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 229777 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 229826 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 229827 INFO  (qtp12742584-2085) [n:127.0.0.1:35529_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1304
   [junit4]   2> 229829 INFO  (qtp12742584-2083) [n:127.0.0.1:35529_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 229928 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 230419 INFO  
(OverseerCollectionConfigSetProcessor-98573119896682500-127.0.0.1:35529_-n_0000000000)
 [n:127.0.0.1:35529_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 230829 INFO  (qtp12742584-2083) [n:127.0.0.1:35529_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:35529_&wt=javabin&version=2}
 status=0 QTime=2416
   [junit4]   2> 230833 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 230833 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44277/solr ready
   [junit4]   2> 230833 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 230834 INFO  (SocketProxy-Acceptor-35529) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45994,localport=35529], receiveBufferSize:531000
   [junit4]   2> 230834 INFO  (SocketProxy-Acceptor-35529) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35817,localport=60984], receiveBufferSize=530904
   [junit4]   2> 230834 INFO  (qtp12742584-2083) [n:127.0.0.1:35529_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 230835 INFO  
(OverseerThreadFactory-757-thread-2-processing-n:127.0.0.1:35529_) 
[n:127.0.0.1:35529_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 230835 WARN  
(OverseerThreadFactory-757-thread-2-processing-n:127.0.0.1:35529_) 
[n:127.0.0.1:35529_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 231038 INFO  (qtp12742584-2083) [n:127.0.0.1:35529_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 231038 INFO  (qtp12742584-2083) [n:127.0.0.1:35529_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=203
   [junit4]   2> 231102 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-1-001
 of type TLOG
   [junit4]   2> 231103 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 231103 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13002ce{/,null,AVAILABLE}
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@104a448{HTTP/1.1,[http/1.1]}{127.0.0.1:33149}
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server Started @233296ms
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=43561, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-1-001/cores}
   [junit4]   2> 231104 ERROR 
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 231104 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-30T15:20:46.793Z
   [junit4]   2> 231107 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 231107 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-1-001/solr.xml
   [junit4]   2> 231110 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 231113 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44277/solr
   [junit4]   2> 231118 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 231119 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 231119 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43561_
   [junit4]   2> 231120 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 231120 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 231120 INFO  (zkCallback-261-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 231173 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 231183 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 231184 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 231185 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:43561_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-1-001/cores
   [junit4]   2> 231205 INFO  (SocketProxy-Acceptor-43561) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50470,localport=43561], receiveBufferSize:531000
   [junit4]   2> 231205 INFO  (SocketProxy-Acceptor-43561) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33149,localport=48394], receiveBufferSize=530904
   [junit4]   2> 231206 INFO  (qtp2314626-2131) [n:127.0.0.1:43561_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43561_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 231208 INFO  
(OverseerCollectionConfigSetProcessor-98573119896682500-127.0.0.1:35529_-n_0000000000)
 [n:127.0.0.1:35529_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 231208 INFO  
(OverseerThreadFactory-757-thread-3-processing-n:127.0.0.1:35529_) 
[n:127.0.0.1:35529_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43561_ 
for creating new replica
   [junit4]   2> 231209 INFO  (SocketProxy-Acceptor-43561) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50474,localport=43561], receiveBufferSize:531000
   [junit4]   2> 231209 INFO  (SocketProxy-Acceptor-43561) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33149,localport=48398], receiveBufferSize=530904
   [junit4]   2> 231209 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 231210 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 231312 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 232241 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 232255 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 232370 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 232385 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 232386 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 232386 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 232386 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 232389 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=58.267578125, 
floorSegmentMB=1.041015625, forceMergeDeletesPctAllowed=29.588293220391428, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14965165104263162
   [junit4]   2> 232395 WARN  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 232427 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 232427 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 232428 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 232428 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 232429 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=13.54296875, 
floorSegmentMB=0.8515625, forceMergeDeletesPctAllowed=20.241598107469603, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5997079331940397
   [junit4]   2> 232430 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17352f0[collection1_shard2_replica_t41] main]
   [junit4]   2> 232430 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 232431 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 232431 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 232432 INFO  
(searcherExecutor-771-thread-1-processing-n:127.0.0.1:43561_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@17352f0[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 232432 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577169922944925696
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:43561/collection1_shard2_replica_t41/
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:43561/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 232437 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 232438 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43561/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 232539 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 232589 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 232590 INFO  (qtp2314626-2133) [n:127.0.0.1:43561_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1381
   [junit4]   2> 232593 INFO  (qtp2314626-2131) [n:127.0.0.1:43561_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:43561_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1386
   [junit4]   2> 232666 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-2-001
 of type TLOG
   [junit4]   2> 232667 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 232667 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@102abc2{/,null,AVAILABLE}
   [junit4]   2> 232668 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@12c5137{HTTP/1.1,[http/1.1]}{127.0.0.1:34449}
   [junit4]   2> 232668 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server Started @234860ms
   [junit4]   2> 232668 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=35533, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-2-001/cores}
   [junit4]   2> 232668 ERROR 
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 232668 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 232669 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 232669 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 232669 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-30T15:20:48.358Z
   [junit4]   2> 232689 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 232689 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-2-001/solr.xml
   [junit4]   2> 232693 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 232696 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 232700 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44277/solr
   [junit4]   2> 232740 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 232743 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 232744 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35533_
   [junit4]   2> 232746 INFO  (zkCallback-261-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 232746 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 232746 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 232748 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:35533_) [n:127.0.0.1:35533_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 232883 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 232891 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 232891 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 232893 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:35533_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-2-001/cores
   [junit4]   2> 232920 INFO  (SocketProxy-Acceptor-35533) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60508,localport=35533], receiveBufferSize:531000
   [junit4]   2> 232923 INFO  (SocketProxy-Acceptor-35533) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34449,localport=33632], receiveBufferSize=530904
   [junit4]   2> 232924 INFO  (qtp9144319-2165) [n:127.0.0.1:35533_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35533_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 232946 INFO  
(OverseerCollectionConfigSetProcessor-98573119896682500-127.0.0.1:35529_-n_0000000000)
 [n:127.0.0.1:35529_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 232947 INFO  
(OverseerThreadFactory-757-thread-4-processing-n:127.0.0.1:35529_) 
[n:127.0.0.1:35529_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35533_ 
for creating new replica
   [junit4]   2> 232949 INFO  (SocketProxy-Acceptor-35533) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60512,localport=35533], receiveBufferSize:531000
   [junit4]   2> 232953 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 232953 INFO  (SocketProxy-Acceptor-35533) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34449,localport=33636], receiveBufferSize=530904
   [junit4]   2> 232953 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 233057 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 233058 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:35533_) [n:127.0.0.1:35533_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 233969 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 233978 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 234077 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 234093 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 234094 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 234094 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 234094 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 234097 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=58.267578125, 
floorSegmentMB=1.041015625, forceMergeDeletesPctAllowed=29.588293220391428, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14965165104263162
   [junit4]   2> 234099 WARN  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 234137 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 234137 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 234137 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 234137 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 234138 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=13.54296875, 
floorSegmentMB=0.8515625, forceMergeDeletesPctAllowed=20.241598107469603, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5997079331940397
   [junit4]   2> 234139 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14081f0[collection1_shard1_replica_t43] main]
   [junit4]   2> 234140 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 234140 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 234141 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 234142 INFO  
(searcherExecutor-782-thread-1-processing-n:127.0.0.1:35533_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@14081f0[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 234142 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577169924737990656
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35533/collection1_shard1_replica_t43/
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:35533/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 234148 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 234149 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35533/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 234252 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 234253 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:35533_) [n:127.0.0.1:35533_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 234254 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 234255 INFO  (qtp9144319-2167) [n:127.0.0.1:35533_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1302
   [junit4]   2> 234256 INFO  (qtp9144319-2165) [n:127.0.0.1:35533_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35533_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1332
   [junit4]   2> 234345 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-3-001
 of type TLOG
   [junit4]   2> 234346 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 234346 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1105374{/,null,AVAILABLE}
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@19c6480{HTTP/1.1,[http/1.1]}{127.0.0.1:35355}
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.e.j.s.Server Started @236539ms
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=40161, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-3-001/cores}
   [junit4]   2> 234347 ERROR 
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 234347 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-30T15:20:50.036Z
   [junit4]   2> 234356 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 234356 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-3-001/solr.xml
   [junit4]   2> 234357 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 234357 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:35533_) [n:127.0.0.1:35533_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 234361 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 234364 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44277/solr
   [junit4]   2> 234388 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 234390 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 234391 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40161_
   [junit4]   2> 234392 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:35533_) [n:127.0.0.1:35533_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 234393 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 234396 INFO  (zkCallback-261-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 234399 INFO  
(zkCallback-254-thread-1-processing-n:127.0.0.1:35529_) [n:127.0.0.1:35529_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 234404 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:40161_) [n:127.0.0.1:40161_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 234459 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 234470 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 234470 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 234472 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[966A71C923B1F460]) 
[n:127.0.0.1:40161_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-3-001/cores
   [junit4]   2> 234531 INFO  (qtp9144319-2166) [n:127.0.0.1:35533_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40161_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 234532 INFO  
(OverseerCollectionConfigSetProcessor-98573119896682500-127.0.0.1:35529_-n_0000000000)
 [n:127.0.0.1:35529_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 234532 INFO  
(OverseerThreadFactory-757-thread-5-processing-n:127.0.0.1:35529_) 
[n:127.0.0.1:35529_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:40161_ 
for creating new replica
   [junit4]   2> 234534 INFO  (SocketProxy-Acceptor-40161) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60744,localport=40161], receiveBufferSize:531000
   [junit4]   2> 234535 INFO  (SocketProxy-Acceptor-40161) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35355,localport=55276], receiveBufferSize=530904
   [junit4]   2> 234535 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 234535 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 234644 INFO  
(zkCallback-266-thread-1-processing-n:127.0.0.1:43561_) [n:127.0.0.1:43561_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 234644 INFO  
(zkCallback-272-thread-1-processing-n:127.0.0.1:35533_) [n:127.0.0.1:35533_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 234644 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:40161_) [n:127.0.0.1:40161_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 235549 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 235557 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 235637 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 235646 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 235646 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t45' (registry 
'solr.core.collection1.shard2.replica_t45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@15d1c98
   [junit4]   2> 235646 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 235646 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_966A71C923B1F460-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 235649 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=58.267578125, 
floorSegmentMB=1.041015625, forceMergeDeletesPctAllowed=29.588293220391428, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.14965165104263162
   [junit4]   2> 235654 WARN  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 235691 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 235691 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 235692 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 235692 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 235693 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=13.54296875, 
floorSegmentMB=0.8515625, forceMergeDeletesPctAllowed=20.241598107469603, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5997079331940397
   [junit4]   2> 235694 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@e16c7d[collection1_shard2_replica_t45] main]
   [junit4]   2> 235694 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 235694 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 235695 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 235696 INFO  
(searcherExecutor-793-thread-1-processing-n:127.0.0.1:40161_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45] Registered new searcher 
Searcher@e16c7d[collection1_shard2_replica_t45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235696 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577169926367477760
   [junit4]   2> 235699 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 235699 INFO  
(updateExecutor-275-thread-1-processing-n:127.0.0.1:40161_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:40161_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 235699 INFO  (qtp14059184-2200) [n:127.0.0.1:40161_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1163
   [junit4]   2> 235699 INFO  
(recoveryExecutor-276-thread-1-processing-n:127.0.0.1:40161_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:40161_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 235700 INFO  
(recoveryExecutor-276-thread-1-processing-n:127.0.0.1:40161_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:40161_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 235700 INFO  
(recoveryExecutor-276-thread-1-processing-n:127.0.0.1:40161_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:40161_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 235700 INFO  
(recoveryExecutor-276-thread-1-processing-n:127.0.0.1:40161_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core

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

edDebugComponentTest, TestFieldCache, CopyFieldTest, TestMacros, 
JvmMetricsTest, TestCorePropertiesReload, SuggesterTest, TestCustomSort, 
TestCloudRecovery, TestReplicaProperties, OverseerTest, AutoCommitTest, 
DeleteLastCustomShardedReplicaTest, UninvertDocValuesMergePolicyTest, 
MinimalSchemaTest, CdcrRequestHandlerTest, TermVectorComponentDistributedTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestHdfsBackupRestoreCore, 
TestSurroundQueryParser, TestSolrConfigHandlerCloud, DateMathParserTest, 
TestNumericRangeQuery64, SpellCheckCollatorWithCollapseTest, 
MetricsHandlerTest, BlockCacheTest, PrimitiveFieldTypeTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SpatialHeatmapFacetsTest, 
RankQueryTest, TestSolrDeletionPolicy2, TestSort, 
TestDistributedStatsComponentCardinality, SolrCLIZkUtilsTest, 
TestCopyFieldCollectionResource, TestRestoreCore, TestFileDictionaryLookup, 
StressHdfsTest, TestCodecSupport, CollectionTooManyReplicasTest, 
CdcrUpdateLogTest, DocumentBuilderTest, TestCollapseQParserPlugin, 
CreateCollectionCleanupTest, PreAnalyzedFieldTest, UnloadDistributedZkTest, 
OpenCloseCoreStressTest, BasicZkTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, 
TestZkChroot, ZkCLITest, TestDistributedGrouping, TestHashPartitioner, 
TestRealTimeGet, TestJoin, DistributedTermsComponentTest, TestSolr4Spatial, 
SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, 
QueryElevationComponentTest, BadIndexSchemaTest, BasicFunctionalityTest, 
DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, 
TestStressLucene, SpatialFilterTest, SolrCoreCheckLockOnStartupTest, 
SortByFunctionTest, SolrInfoBeanTest, DisMaxRequestHandlerTest, TestWriterPerf, 
DocumentAnalysisRequestHandlerTest, TestOmitPositions, 
FileBasedSpellCheckerTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
MoreLikeThisHandlerTest, RegexBoostProcessorTest, 
UpdateRequestProcessorFactoryTest]
   [junit4] Completed [430/731 (2!)] on J2 in 0.32s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 656 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrSlf4jReporterTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrSlf4jReporterTest_966A71C923B1F460-001/init-core-data-001
   [junit4]   2> 2701475 WARN  
(SUITE-SolrSlf4jReporterTest-seed#[966A71C923B1F460]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter 
-Dtests.seed=966A71C923B1F460 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sr-Latn-ME -Dtests.timezone=Africa/Luanda -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.00s J2 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Test requires that 
log-level is at-least INFO, but INFO is disabled
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([966A71C923B1F460:C98E5CFE48BD6725]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.ensureLoggingConfiguredAppropriately(SolrSlf4jReporterTest.java:99)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:49)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrSlf4jReporterTest_966A71C923B1F460-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=271, maxMBSortInHeap=7.019720169816026, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sr-Latn-ME, 
timezone=Africa/Luanda
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=127565232,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSUlogDirTest, 
DirectoryFactoryTest, StatsComponentTest, TestSizeLimitedDistributedMap, 
TestSSLRandomization, TestPseudoReturnFields, TestSchemaManager, 
TestNamedUpdateProcessors, TestUtils, TestSolrCoreProperties, 
SimplePostToolTest, TestCollectionAPIs, TestConfigSetImmutable, 
BlockJoinFacetSimpleTest, TimeZoneUtilsTest, UtilsToolTest, 
HdfsRestartWhileUpdatingTest, TestStressReorder, TestImplicitCoreProperties, 
SSLMigrationTest, TestSolrCloudWithSecureImpersonation, 
TestExclusionRuleCollectionAccess, HdfsTlogReplayBufferedWhileIndexingTest, 
DistribDocExpirationUpdateProcessorTest, ReturnFieldsTest, 
PingRequestHandlerTest, SimpleFacetsTest, TestEmbeddedSolrServerSchemaAPI, 
TestJsonRequest, FastVectorHighlighterTest, TestReload, NumericFieldsTest, 
TestBinaryResponseWriter, TestFieldCollectionResource, 
CachingDirectoryFactoryTest, RequiredFieldsTest, 
BigEndianAscendingWordSerializerTest, TestLockTree, TestTrie, 
SearchHandlerTest, TestRuleBasedAuthorizationPlugin, CdcrBootstrapTest, 
TestLegacyNumericRangeQueryBuilder, SolrGangliaReporterTest, 
TestUniqueKeyFieldResource, ShowFileRequestHandlerTest, SolrShardReporterTest, 
LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, ZkStateWriterTest, 
DirectUpdateHandlerOptimizeTest, TestSolrCloudSnapshots, SearchHandlerTest, 
PolyFieldTest, ChangedSchemaMergeTest, BasicDistributedZk2Test, TestRecovery, 
ClusterStateTest, DistributedVersionInfoTest, TestHdfsUpdateLog, 
DistanceUnitsTest, TestFieldTypeResource, HighlighterMaxOffsetTest, 
RecoveryAfterSoftCommitTest, TestPayloadCheckQParserPlugin, 
TestLMJelinekMercerSimilarityFactory, TestDistributedMissingSort, 
TestStressLiveNodes, TestDeleteCollectionOnDownNodes, DeleteShardTest, 
ActionThrottleTest, DocValuesMissingTest, CursorMarkTest, FullHLLTest, 
DistributedDebugComponentTest, TestFieldCache, CopyFieldTest, TestMacros, 
JvmMetricsTest, TestCorePropertiesReload, SuggesterTest, TestCustomSort, 
TestCloudRecovery, TestReplicaProperties, OverseerTest, AutoCommitTest, 
DeleteLastCustomShardedReplicaTest, UninvertDocValuesMergePolicyTest, 
MinimalSchemaTest, CdcrRequestHandlerTest, TermVectorComponentDistributedTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestHdfsBackupRestoreCore, 
TestSurroundQueryParser, TestSolrConfigHandlerCloud, DateMathParserTest, 
TestNumericRangeQuery64, SpellCheckCollatorWithCollapseTest, 
MetricsHandlerTest, BlockCacheTest, PrimitiveFieldTypeTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SpatialHeatmapFacetsTest, 
RankQueryTest, TestSolrDeletionPolicy2, TestSort, 
TestDistributedStatsComponentCardinality, SolrCLIZkUtilsTest, 
TestCopyFieldCollectionResource, TestRestoreCore, TestFileDictionaryLookup, 
StressHdfsTest, TestCodecSupport, CollectionTooManyReplicasTest, 
CdcrUpdateLogTest, DocumentBuilderTest, TestCollapseQParserPlugin, 
CreateCollectionCleanupTest, PreAnalyzedFieldTest, UnloadDistributedZkTest, 
OpenCloseCoreStressTest, BasicZkTest, RecoveryZkTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, 
TestZkChroot, ZkCLITest, TestDistributedGrouping, TestHashPartitioner, 
TestRealTimeGet, TestJoin, DistributedTermsComponentTest, TestSolr4Spatial, 
SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, 
QueryElevationComponentTest, BadIndexSchemaTest, BasicFunctionalityTest, 
DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, 
TestStressLucene, SpatialFilterTest, SolrCoreCheckLockOnStartupTest, 
SortByFunctionTest, SolrInfoBeanTest, DisMaxRequestHandlerTest, TestWriterPerf, 
DocumentAnalysisRequestHandlerTest, TestOmitPositions, 
FileBasedSpellCheckerTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
MoreLikeThisHandlerTest, RegexBoostProcessorTest, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestQuerySenderListener, 
UpdateParamsTest, TestQuerySenderNoQuery, ResponseLogComponentTest, 
SolrIndexConfigTest, TestMergePolicyConfig, MultiTermTest, SampleTest, 
TestBinaryField, TestElisionMultitermQuery, ExternalFileFieldSortTest, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, EchoParamsTest, TestDFRSimilarityFactory, 
TestPerFieldSimilarity, TestIBSimilarityFactory, TestFastWriter, 
TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CustomCollectionTest, DistribCursorPagingTest, HttpPartitionTest, 
OverseerStatusTest, SaslZkACLProviderTest, ShardSplitTest, TestPolicyCloud, 
HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, 
HdfsWriteToMultipleCollectionsTest, ImplicitSnitchTest, RulesTest, 
TestConfigReload, TestSQLHandlerNonCloud, TestSystemCollAutoCreate, 
DistributedFacetPivotSmallTest, DistributedSuggestComponentTest, 
TestPivotHelperCode, TestSlowCompositeReaderWrapper, TestLegacyField, 
TestLegacyNumericUtils, TestNumericTokenStream, SolrCoreMetricManagerTest, 
SolrMetricManagerTest, SolrMetricReporterTest, SolrGraphiteReporterTest, 
SolrJmxReporterTest, SolrSlf4jReporterTest]
   [junit4] Completed [612/731 (3!)] on J2 in 0.01s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 42403 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:810: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:690: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:678: Source checkout is 
modified!!! Offending files:
* solr/licenses/httpmime-4.5.3.jar.sha1

Total time: 85 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to