Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/140/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -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:37993/z/s/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:37993/z/s/forceleader_test_collection due to: Path not found: 
/id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([2258B3AB2B7CA2E9:C4CF876B12FE5B88]: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.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
        at 
__randomizedtesting.SeedInfo.seed([2258B3AB2B7CA2E9:15C347B513B07F4D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:130)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:316)
        at 
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:333)
        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:
No 'solr.node' logs in: {numFound=0,start=0,docs=[]}

Stack Trace:
java.lang.AssertionError: No 'solr.node' logs in: {numFound=0,start=0,docs=[]}
        at 
__randomizedtesting.SeedInfo.seed([2258B3AB2B7CA2E9:7DBC9E9C407031AC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
        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 10891 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> 221452 INFO  
(SUITE-ForceLeaderTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/init-core-data-001
   [junit4]   2> 221453 WARN  
(SUITE-ForceLeaderTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 221453 INFO  
(SUITE-ForceLeaderTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 221455 INFO  
(SUITE-ForceLeaderTest-seed#[2258B3AB2B7CA2E9]-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> 221455 INFO  
(SUITE-ForceLeaderTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z/s
   [junit4]   2> 221460 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 221460 INFO  (Thread-492) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 221460 INFO  (Thread-492) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 221472 ERROR (Thread-492) [    ] 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> 221561 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:44432
   [junit4]   2> 221584 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 221587 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 221590 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 221592 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 221594 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 221596 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 221598 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 221600 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 221601 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 221603 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 221605 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 221608 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless 
explicitly asked otherwise
   [junit4]   2> 221758 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 221759 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@8a90890{/z/s,null,AVAILABLE}
   [junit4]   2> 221760 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@4364d44a{HTTP/1.1,[http/1.1]}{127.0.0.1:36895}
   [junit4]   2> 221760 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server Started @223763ms
   [junit4]   2> 221760 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/tempDir-001/control/data,
 hostContext=/z/s, hostPort=56804, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/control-001/cores}
   [junit4]   2> 221760 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 221760 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 221760 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 221761 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 221761 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T04:45:02.012Z
   [junit4]   2> 221764 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 221764 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/control-001/solr.xml
   [junit4]   2> 221767 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 221770 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44432/solr
   [junit4]   2> 221889 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 221890 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56804_z%2Fs
   [junit4]   2> 221891 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.Overseer Overseer 
(id=98559295600852996-127.0.0.1:56804_z%2Fs-n_0000000000) starting
   [junit4]   2> 221916 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56804_z%2Fs
   [junit4]   2> 221918 INFO  
(zkCallback-319-thread-1-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 222020 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 222025 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 222025 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 222026 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/control-001/cores
   [junit4]   2> 222055 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 222056 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44432/solr 
ready
   [junit4]   2> 222057 INFO  (SocketProxy-Acceptor-56804) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60744,localport=56804], receiveBufferSize:130880
   [junit4]   2> 222061 INFO  (SocketProxy-Acceptor-56804) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36895,localport=33532], receiveBufferSize=139264
   [junit4]   2> 222071 INFO  (qtp469419244-1765) [n:127.0.0.1:56804_z%2Fs    ] 
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:56804_z%252Fs&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 222076 INFO  
(OverseerThreadFactory-599-thread-1-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 222224 INFO  (SocketProxy-Acceptor-56804) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=40622,localport=56804], receiveBufferSize:130880
   [junit4]   2> 222225 INFO  (SocketProxy-Acceptor-56804) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36895,localport=39164], receiveBufferSize=139264
   [junit4]   2> 222244 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs    ] 
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> 222247 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 222355 INFO  
(zkCallback-319-thread-1-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] 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> 223261 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 223271 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223353 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223372 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223372 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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@4e139f43
   [junit4]   2> 223372 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 223373 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 223375 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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=22, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=91.8955078125, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=20.24438454753797, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 223378 WARN  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223431 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223431 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223432 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 223432 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 223433 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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=38, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.8994140625, 
floorSegmentMB=0.7314453125, forceMergeDeletesPctAllowed=4.587296209987793, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 223433 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d36d020[control_collection_shard1_replica_n1] main]
   [junit4]   2> 223436 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 223436 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223437 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 223437 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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 1576948731675148288
   [junit4]   2> 223443 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 223443 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223443 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56804/z/s/control_collection_shard1_replica_n1/
   [junit4]   2> 223443 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223443 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:56804/z/s/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 223443 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223448 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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:56804/z/s/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 223451 INFO  
(searcherExecutor-602-thread-1-processing-n:127.0.0.1:56804_z%2Fs 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:56804_z%2Fs 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@5d36d020[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 223554 INFO  
(zkCallback-319-thread-1-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] 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> 223603 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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> 223604 INFO  (qtp469419244-1767) [n:127.0.0.1:56804_z%2Fs 
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=1361
   [junit4]   2> 223608 INFO  (qtp469419244-1765) [n:127.0.0.1:56804_z%2Fs    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 223735 INFO  
(zkCallback-319-thread-1-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] 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> 224078 INFO  
(OverseerCollectionConfigSetProcessor-98559295600852996-127.0.0.1:56804_z%2Fs-n_0000000000)
 [n:127.0.0.1:56804_z%2Fs    ] 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> 224609 INFO  (qtp469419244-1765) [n:127.0.0.1:56804_z%2Fs    ] 
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:56804_z%252Fs&wt=javabin&version=2}
 status=0 QTime=2538
   [junit4]   2> 224616 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 224617 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44432/solr 
ready
   [junit4]   2> 224617 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 224618 INFO  (SocketProxy-Acceptor-56804) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42355,localport=56804], receiveBufferSize:130880
   [junit4]   2> 224619 INFO  (SocketProxy-Acceptor-56804) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36895,localport=50664], receiveBufferSize=139264
   [junit4]   2> 224624 INFO  (qtp469419244-1763) [n:127.0.0.1:56804_z%2Fs    ] 
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> 224627 INFO  
(OverseerThreadFactory-599-thread-2-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 224628 WARN  
(OverseerThreadFactory-599-thread-2-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 224843 INFO  (qtp469419244-1763) [n:127.0.0.1:56804_z%2Fs    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 224844 INFO  (qtp469419244-1763) [n:127.0.0.1:56804_z%2Fs    ] 
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=219
   [junit4]   2> 225029 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-1-001
 of type TLOG
   [junit4]   2> 225030 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 225032 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@356c2919{/z/s,null,AVAILABLE}
   [junit4]   2> 225032 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@31f0860d{HTTP/1.1,[http/1.1]}{127.0.0.1:49109}
   [junit4]   2> 225032 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server Started @227036ms
   [junit4]   2> 225032 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/z/s, hostPort=65433, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-1-001/cores}
   [junit4]   2> 225045 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 225046 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 225046 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 225046 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 225046 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T04:45:05.297Z
   [junit4]   2> 225050 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 225050 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-1-001/solr.xml
   [junit4]   2> 225055 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 225059 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44432/solr
   [junit4]   2> 225073 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 225090 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 225094 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65433_z%2Fs
   [junit4]   2> 225108 INFO  
(zkCallback-319-thread-2-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 225108 INFO  (zkCallback-326-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 225110 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 225246 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 225257 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 225257 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 225259 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-1-001/cores
   [junit4]   2> 225309 INFO  (SocketProxy-Acceptor-65433) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=64309,localport=65433], receiveBufferSize:130880
   [junit4]   2> 225337 INFO  (SocketProxy-Acceptor-65433) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=49109,localport=42200], receiveBufferSize=139264
   [junit4]   2> 225352 INFO  (qtp721690919-1813) [n:127.0.0.1:65433_z%2Fs    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:65433_z%252Fs&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 225355 INFO  
(OverseerCollectionConfigSetProcessor-98559295600852996-127.0.0.1:56804_z%2Fs-n_0000000000)
 [n:127.0.0.1:56804_z%2Fs    ] 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> 225356 INFO  
(OverseerThreadFactory-599-thread-3-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:65433_z%2Fs for creating new replica
   [junit4]   2> 225358 INFO  (SocketProxy-Acceptor-65433) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41908,localport=65433], receiveBufferSize:130880
   [junit4]   2> 225359 INFO  (SocketProxy-Acceptor-65433) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=49109,localport=58364], receiveBufferSize=139264
   [junit4]   2> 225367 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs    ] 
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> 225368 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 225480 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 226395 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 226411 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 226699 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226720 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226720 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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@4e139f43
   [junit4]   2> 226720 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 226720 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 226724 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=91.8955078125, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=20.24438454753797, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 226727 WARN  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226790 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 226790 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226792 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 226792 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 226793 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.8994140625, 
floorSegmentMB=0.7314453125, forceMergeDeletesPctAllowed=4.587296209987793, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 226793 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4266ee48[collection1_shard2_replica_t41] main]
   [junit4]   2> 226796 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 226797 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226797 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 226799 INFO  
(searcherExecutor-613-thread-1-processing-n:127.0.0.1:65433_z%2Fs 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) 
[n:127.0.0.1:65433_z%2Fs c:collection1 s:shard2  
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@4266ee48[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 226799 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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 
1576948735200460800
   [junit4]   2> 226808 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 226808 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226808 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:65433/z/s/collection1_shard2_replica_t41/
   [junit4]   2> 226808 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 226808 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:65433/z/s/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 226808 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 226809 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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> 226815 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:65433/z/s/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 226921 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 226978 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 226980 INFO  (qtp721690919-1815) [n:127.0.0.1:65433_z%2Fs 
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=1613
   [junit4]   2> 226989 INFO  (qtp721690919-1813) [n:127.0.0.1:65433_z%2Fs    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:65433_z%252Fs&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1638
   [junit4]   2> 227084 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 227145 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-2-001
 of type TLOG
   [junit4]   2> 227146 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 227148 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ccdd372{/z/s,null,AVAILABLE}
   [junit4]   2> 227149 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@65f43473{HTTP/1.1,[http/1.1]}{127.0.0.1:49665}
   [junit4]   2> 227149 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server Started @229154ms
   [junit4]   2> 227149 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/z/s, hostPort=63261, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-2-001/cores}
   [junit4]   2> 227149 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 227150 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 227150 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 227150 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 227150 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T04:45:07.401Z
   [junit4]   2> 227154 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 227154 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-2-001/solr.xml
   [junit4]   2> 227157 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 227160 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44432/solr
   [junit4]   2> 227182 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 227189 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 227195 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63261_z%2Fs
   [junit4]   2> 227198 INFO  
(zkCallback-319-thread-2-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 227213 INFO  
(zkCallback-337-thread-1-processing-n:127.0.0.1:63261_z%2Fs) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 227214 INFO  (zkCallback-326-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 227214 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 227338 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 227345 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 227345 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 227346 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-2-001/cores
   [junit4]   2> 227368 INFO  
(OverseerCollectionConfigSetProcessor-98559295600852996-127.0.0.1:56804_z%2Fs-n_0000000000)
 [n:127.0.0.1:56804_z%2Fs    ] 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> 227380 INFO  (qtp721690919-1816) [n:127.0.0.1:65433_z%2Fs    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:63261_z%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 227385 INFO  
(OverseerThreadFactory-599-thread-4-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:63261_z%2Fs for creating new replica
   [junit4]   2> 227389 INFO  (SocketProxy-Acceptor-63261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=54166,localport=63261], receiveBufferSize:130880
   [junit4]   2> 227391 INFO  (SocketProxy-Acceptor-63261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=49665,localport=59941], receiveBufferSize=139264
   [junit4]   2> 227393 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs    
] 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> 227394 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 227502 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 227502 INFO  
(zkCallback-337-thread-1-processing-n:127.0.0.1:63261_z%2Fs) 
[n:127.0.0.1:63261_z%2Fs    ] 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> 228427 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 228442 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 228509 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228538 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228538 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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@4e139f43
   [junit4]   2> 228538 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 228538 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 228541 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=91.8955078125, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=20.24438454753797, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 228543 WARN  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228580 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 228580 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228580 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 228580 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 228581 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.8994140625, 
floorSegmentMB=0.7314453125, forceMergeDeletesPctAllowed=4.587296209987793, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 228581 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@754d3d2c[collection1_shard1_replica_t43] main]
   [junit4]   2> 228583 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 228583 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228584 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 228584 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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 
1576948737072168960
   [junit4]   2> 228585 INFO  
(searcherExecutor-624-thread-1-processing-n:127.0.0.1:63261_z%2Fs 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) 
[n:127.0.0.1:63261_z%2Fs c:collection1 s:shard1  
x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@754d3d2c[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 228592 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 228592 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228592 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:63261/z/s/collection1_shard1_replica_t43/
   [junit4]   2> 228592 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 228592 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:63261/z/s/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 228592 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 228593 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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> 228597 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63261/z/s/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 228701 INFO  
(zkCallback-337-thread-1-processing-n:127.0.0.1:63261_z%2Fs) 
[n:127.0.0.1:63261_z%2Fs    ] 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> 228701 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 228749 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 228751 INFO  (qtp1403497688-1848) [n:127.0.0.1:63261_z%2Fs 
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=1358
   [junit4]   2> 228755 INFO  (qtp721690919-1816) [n:127.0.0.1:65433_z%2Fs    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:63261_z%252Fs&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1375
   [junit4]   2> 228855 INFO  
(zkCallback-337-thread-1-processing-n:127.0.0.1:63261_z%2Fs) 
[n:127.0.0.1:63261_z%2Fs    ] 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> 228855 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 228900 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-3-001
 of type TLOG
   [junit4]   2> 228902 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 228903 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7977bf5{/z/s,null,AVAILABLE}
   [junit4]   2> 228904 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@437bf1d9{HTTP/1.1,[http/1.1]}{127.0.0.1:36182}
   [junit4]   2> 228904 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.e.j.s.Server Started @230910ms
   [junit4]   2> 228904 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/z/s, hostPort=59235, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-3-001/cores}
   [junit4]   2> 228904 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 228906 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 228906 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 228906 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 228906 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-28T04:45:09.157Z
   [junit4]   2> 228912 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 228912 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-3-001/solr.xml
   [junit4]   2> 228922 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 228925 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44432/solr
   [junit4]   2> 228937 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 228940 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 228944 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59235_z%2Fs
   [junit4]   2> 228946 INFO  
(zkCallback-337-thread-1-processing-n:127.0.0.1:63261_z%2Fs) 
[n:127.0.0.1:63261_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 228946 INFO  
(zkCallback-319-thread-2-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 228946 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 228946 INFO  (zkCallback-326-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 228947 INFO  
(zkCallback-343-thread-1-processing-n:127.0.0.1:59235_z%2Fs) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 229062 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 229082 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 229082 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4e139f43
   [junit4]   2> 229083 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[2258B3AB2B7CA2E9]) 
[n:127.0.0.1:59235_z%2Fs    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-3-001/cores
   [junit4]   2> 229109 INFO  (qtp721690919-1817) [n:127.0.0.1:65433_z%2Fs    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:59235_z%252Fs&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 229112 INFO  
(OverseerCollectionConfigSetProcessor-98559295600852996-127.0.0.1:56804_z%2Fs-n_0000000000)
 [n:127.0.0.1:56804_z%2Fs    ] 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> 229113 INFO  
(OverseerThreadFactory-599-thread-5-processing-n:127.0.0.1:56804_z%2Fs) 
[n:127.0.0.1:56804_z%2Fs    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:59235_z%2Fs for creating new replica
   [junit4]   2> 229116 INFO  (SocketProxy-Acceptor-59235) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56607,localport=59235], receiveBufferSize:130880
   [junit4]   2> 229116 INFO  (SocketProxy-Acceptor-59235) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36182,localport=45765], receiveBufferSize=139264
   [junit4]   2> 229120 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs    
] 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> 229120 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 229229 INFO  
(zkCallback-337-thread-1-processing-n:127.0.0.1:63261_z%2Fs) 
[n:127.0.0.1:63261_z%2Fs    ] 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> 229229 INFO  
(zkCallback-331-thread-1-processing-n:127.0.0.1:65433_z%2Fs) 
[n:127.0.0.1:65433_z%2Fs    ] 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> 229229 INFO  
(zkCallback-343-thread-1-processing-n:127.0.0.1:59235_z%2Fs) 
[n:127.0.0.1:59235_z%2Fs    ] 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> 230144 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 230163 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 230229 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
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> 230254 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
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> 230255 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
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@4e139f43
   [junit4]   2> 230255 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 230255 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t45] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_2258B3AB2B7CA2E9-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 230257 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=91.8955078125, 
floorSegmentMB=0.794921875, forceMergeDeletesPctAllowed=20.24438454753797, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 230262 WARN  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
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> 230302 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 230302 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
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> 230303 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 230303 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 230305 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=51.8994140625, 
floorSegmentMB=0.7314453125, forceMergeDeletesPctAllowed=4.587296209987793, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 230305 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d59f3b9[collection1_shard2_replica_t45] main]
   [junit4]   2> 230307 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 230307 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
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> 230308 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 230309 INFO  
(searcherExecutor-635-thread-1-processing-n:127.0.0.1:59235_z%2Fs 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) 
[n:127.0.0.1:59235_z%2Fs c:collection1 s:shard2  
x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45] Registered new searcher 
Searcher@7d59f3b9[collection1_shard2_replica_t45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 230310 INFO  (qtp1913324345-1881) [n:127.0.0.1:59235_z%2Fs 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Coul

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

ne-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrSlf4jReporterTest_2258B3AB2B7CA2E9-001/init-core-data-001
   [junit4]   2> 3344470 WARN  
(SUITE-SolrSlf4jReporterTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 3344470 INFO  
(SUITE-SolrSlf4jReporterTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3344472 INFO  
(SUITE-SolrSlf4jReporterTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3344472 INFO  
(SUITE-SolrSlf4jReporterTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3344476 INFO  
(TEST-SolrSlf4jReporterTest.testReporter-seed#[2258B3AB2B7CA2E9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReporter
   [junit4]   2> 3350763 INFO  
(TEST-SolrSlf4jReporterTest.testReporter-seed#[2258B3AB2B7CA2E9]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SolrSlf4jReporterTest -Dtests.method=testReporter 
-Dtests.seed=2258B3AB2B7CA2E9 -Dtests.slow=true -Dtests.locale=es-EC 
-Dtests.timezone=America/Guayaquil -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.29s J0 | SolrSlf4jReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: No 'solr.node' logs 
in: {numFound=0,start=0,docs=[]}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2258B3AB2B7CA2E9:7DBC9E9C407031AC]:0)
   [junit4]    >        at 
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:85)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3350764 INFO  
(SUITE-SolrSlf4jReporterTest-seed#[2258B3AB2B7CA2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrSlf4jReporterTest_2258B3AB2B7CA2E9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=75, maxMBSortInHeap=7.9863295789752025, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-EC, 
timezone=America/Guayaquil
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=229548832,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, 
TestCursorMarkWithoutUniqueKey, SearchHandlerTest, TestAtomicUpdateErrorCases, 
XsltUpdateRequestHandlerTest, TestManagedResourceStorage, 
TestFieldCacheVsDocValues, MoveReplicaHDFSUlogDirTest, 
TestNamedUpdateProcessors, TestMacros, XmlUpdateRequestHandlerTest, 
FieldAnalysisRequestHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestExtendedDismaxParser, SpellCheckCollatorWithCollapseTest, ExplicitHLLTest, 
ResponseHeaderTest, NoCacheHeaderTest, UniqFieldsUpdateProcessorFactoryTest, 
ActionThrottleTest, RecoveryZkTest, BinaryUpdateRequestHandlerTest, 
ClassificationUpdateProcessorTest, SolrTestCaseJ4Test, CdcrBootstrapTest, 
TestSweetSpotSimilarityFactory, TestCSVResponseWriter, ForceLeaderTest, 
NotRequiredUniqueKeyTest, TestFaceting, UUIDUpdateProcessorFallbackTest, 
DeleteInactiveReplicaTest, TestReversedWildcardFilterFactory, 
MultiThreadedOCPTest, RegexBoostProcessorTest, TestStressRecovery, 
LargeFieldTest, TestMaxTokenLenTokenizer, TestDeleteCollectionOnDownNodes, 
DistributedFacetPivotLargeTest, SolrGangliaReporterTest, TestSolrQueryResponse, 
TestManagedSynonymGraphFilterFactory, TestReplicaProperties, TestHdfsUpdateLog, 
BufferStoreTest, CheckHdfsIndexTest, AnalysisAfterCoreReloadTest, 
TestSchemaSimilarityResource, TestImplicitCoreProperties, 
TestLeaderElectionZkExpiry, TestComplexPhraseLeadingWildcard, 
TestReplicationHandler, TestSubQueryTransformerDistrib, JvmMetricsTest, 
TestSort, IndexBasedSpellCheckerTest, UnloadDistributedZkTest, TestStreamBody, 
ClusterStateUpdateTest, ConfigSetsAPITest, TestPivotHelperCode, 
TestConfigSetsAPIZkFailure, CleanupOldIndexTest, CSVRequestHandlerTest, 
TestClassicSimilarityFactory, TestJavabinTupleStreamParser, 
SharedFSAutoReplicaFailoverUtilsTest, UninvertDocValuesMergePolicyTest, 
IndexSchemaTest, TestRandomDVFaceting, TestSha256AuthenticationProvider, 
DisMaxRequestHandlerTest, TestQueryWrapperFilter, TestSegmentSorting, 
TestSerializedLuceneMatchVersion, TestSolrCoreParser, DistanceFunctionTest, 
DistribJoinFromCollectionTest, TestDynamicFieldCollectionResource, 
HdfsCollectionsAPIDistributedZkTest, RulesTest, TestDFRSimilarityFactory, 
RankQueryTest, ChaosMonkeySafeLeaderWithPullReplicasTest, HdfsThreadLeakTest, 
SolrJmxReporterCloudTest, TestRestoreCore, TestRecoveryHdfs, 
TestSurroundQueryParser, TestTrieFacet, UUIDFieldTest, NumericFieldsTest, 
BlockCacheTest, LeaderFailureAfterFreshStartTest, TestStandardQParsers, 
TestFieldCollectionResource, TestFilteredDocIdSet, TestCustomSort, 
FastVectorHighlighterTest, HLLSerializationTest, TestInPlaceUpdatesStandalone, 
SolrXmlInZkTest, HighlighterConfigTest, DocValuesMissingTest, 
HdfsLockFactoryTest, TestGeoJSONResponseWriter, SolrCLIZkUtilsTest, 
TestFieldCache, TestPrepRecovery, V2ApiIntegrationTest, 
TestLocalFSCloudBackupRestore, AnalyticsQueryTest, DateMathParserTest, 
TestSmileRequest, CursorPagingTest, SSLMigrationTest, 
BigEndianAscendingWordSerializerTest, DistributedVersionInfoTest, 
TestPKIAuthenticationPlugin, URLClassifyProcessorTest, ZkStateReaderTest, 
HighlighterTest, ConfigureRecoveryStrategyTest, SolrInfoBeanTest, 
TestQuerySenderNoQuery, BasicAuthIntegrationTest, TestTolerantSearch, 
DirectUpdateHandlerOptimizeTest, CloudMLTQParserTest, TestCollectionAPIs, 
TestFreeTextSuggestions, FacetPivotSmallTest, 
AsyncCallRequestStatusResponseTest, BJQParserTest, TestNumericTerms64, 
TestFuzzyAnalyzedSuggestions, TestSearcherReuse, ShardRoutingTest, 
CdcrVersionReplicationTest, TestSimpleTextCodec, TestCloudJSONFacetJoinDomain, 
TestScoreJoinQPScore, TestPseudoReturnFields, ManagedSchemaRoundRobinCloudTest, 
StatsReloadRaceTest, TestEmbeddedSolrServerConstructors, 
TestLegacyNumericRangeQueryBuilder, TestReloadAndDeleteDocs, 
TestAddFieldRealTimeGet, TestOmitPositions, TestPointFields, 
TestFieldCacheSort, RestartWhileUpdatingTest, DistribCursorPagingTest, 
TestWriterPerf, PeerSyncTest, TestCoreContainer, OverseerTaskQueueTest, 
TestTestInjection, DirectUpdateHandlerTest, TestCustomDocTransformer, 
LeaderInitiatedRecoveryOnShardRestartTest, TestCloudSearcherWarming, 
DefaultValueUpdateProcessorTest, TestNumericRangeQuery32, TestMissingGroups, 
TestRandomRequestDistribution, ScriptEngineTest, TestBulkSchemaAPI, 
TestJmxIntegration, OverseerTest, TestSolrCloudWithKerberosAlt, 
PKIAuthenticationIntegrationTest, TestUtils, MissingSegmentRecoveryTest, 
CurrencyFieldTypeTest, TestRandomFaceting, LeaderElectionTest, 
TestDistributedSearch, DistributedSpellCheckComponentTest, ZkControllerTest, 
TestRangeQuery, SolrCoreTest, QueryElevationComponentTest, TestFunctionQuery, 
TestLazyCores, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, CoreAdminHandlerTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, 
SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, 
SuggesterWFSTTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestUpdate, 
FieldMutatingUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
SortByFunctionTest, DocValuesMultiTest, DebugComponentTest, CacheHeaderTest, 
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, 
TestValueSourceCache, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, 
TestSolrQueryParser, LoggingHandlerTest, TestCollationField, ReturnFieldsTest, 
MBeansHandlerTest, TestComponentsName, SearchHandlerTest, SOLR749Test, 
TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, 
ResponseLogComponentTest, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, 
MinimalSchemaTest, TestConfig, TestSolrCoreProperties, TestPhraseSuggestions, 
SynonymTokenizerTest, TestXIncludeConfig, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, 
ChaosMonkeyNothingIsSafeTest, ConnectionManagerTest, CustomCollectionTest, 
DeleteReplicaTest, DistributedQueueTest, LeaderElectionContextKeyTest, 
MigrateRouteKeyTest, MoveReplicaTest, RecoveryAfterSoftCommitTest, 
SaslZkACLProviderTest, ShardSplitTest, TestCollectionsAPIViaSolrCloudCluster, 
TestConfigSetsAPIExclusivity, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestHdfsCloudBackupRestore, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, 
TestRequestForwarding, TestRequestStatusCollectionAPI, 
TestSizeLimitedDistributedMap, TestTolerantUpdateProcessorRandomCloud, 
ZkFailoverTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, 
HdfsUnloadDistributedZkTest, StressHdfsTest, ImplicitSnitchTest, 
RuleEngineTest, BlobRepositoryCloudTest, CoreSorterTest, DirectoryFactoryTest, 
HdfsDirectoryFactoryTest, TestDynamicLoading, TestSolrCoreSnapshots, 
TestHdfsBackupRestoreCore, TestSQLHandlerNonCloud, 
TestSolrConfigHandlerConcurrent, TestSystemCollAutoCreate, 
DistributedQueryComponentOptimizationTest, SuggestComponentTest, 
TestDistributedStatsComponentCardinality, TestExpandComponent, 
TestUnifiedSolrHighlighter, TestLegacyField, TestLegacyTerms, 
TestNumericRangeQuery64, SolrMetricReporterTest, SolrMetricsIntegrationTest, 
SolrJmxReporterTest, SolrSlf4jReporterTest]
   [junit4] Completed [639/731 (3!)] on J0 in 6.32s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to