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

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

Error Message:
Doc with id=1 not found in http://127.0.0.1:64481/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:64481/forceleader_test_collection due to: Path not found: /id; 
rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([5F76F686428C3AA1:B9E1C2467B0EC3C0]: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.client.solrj.io.stream.StreamExpressionTest.testParallelCommitStream

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

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<3>
        at 
__randomizedtesting.SeedInfo.seed([DE422106FB548E20:FEA843066715636C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelCommitStream(StreamExpressionTest.java:4582)
        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 11938 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/init-core-data-001
   [junit4]   2> 2029940 WARN  
(SUITE-ForceLeaderTest-seed#[5F76F686428C3AA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2029940 INFO  
(SUITE-ForceLeaderTest-seed#[5F76F686428C3AA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2029941 INFO  
(SUITE-ForceLeaderTest-seed#[5F76F686428C3AA1]-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> 2029941 INFO  
(SUITE-ForceLeaderTest-seed#[5F76F686428C3AA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2029942 INFO  
(SUITE-ForceLeaderTest-seed#[5F76F686428C3AA1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2029943 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2029943 INFO  (Thread-4661) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2029943 INFO  (Thread-4661) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2029945 ERROR (Thread-4661) [    ] 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> 2030043 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:58761
   [junit4]   2> 2030058 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030060 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030062 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030063 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030065 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030066 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030067 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030069 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030070 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030072 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030073 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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> 2030075 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 2030205 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2030213 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@74c61ffe{/,null,AVAILABLE}
   [junit4]   2> 2030214 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@685fa1ab{HTTP/1.1,[http/1.1]}{127.0.0.1:51212}
   [junit4]   2> 2030215 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server Started @2033170ms
   [junit4]   2> 2030215 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=63643, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/control-001/cores}
   [junit4]   2> 2030215 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2030215 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 2030215 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2030215 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2030215 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T23:10:10.107Z
   [junit4]   2> 2030218 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2030218 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/control-001/solr.xml
   [junit4]   2> 2030221 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2030223 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58761/solr
   [junit4]   2> 2030325 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2030325 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:63643_
   [junit4]   2> 2030326 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.c.Overseer Overseer 
(id=98456057271812100-127.0.0.1:63643_-n_0000000000) starting
   [junit4]   2> 2030336 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63643_
   [junit4]   2> 2030339 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2030400 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2030402 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2030402 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2030403 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:63643_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/control-001/cores
   [junit4]   2> 2030418 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2030419 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58761/solr 
ready
   [junit4]   2> 2030420 INFO  (SocketProxy-Acceptor-63643) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60056,localport=63643], receiveBufferSize:130880
   [junit4]   2> 2030422 INFO  (SocketProxy-Acceptor-63643) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51212,localport=61915], receiveBufferSize=139264
   [junit4]   2> 2030423 INFO  (qtp1029865875-20176) [n:127.0.0.1:63643_    ] 
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:63643_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2030426 INFO  
(OverseerThreadFactory-7151-thread-1-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2030533 INFO  (SocketProxy-Acceptor-63643) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=43299,localport=63643], receiveBufferSize:130880
   [junit4]   2> 2030533 INFO  (SocketProxy-Acceptor-63643) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51212,localport=49855], receiveBufferSize=139264
   [junit4]   2> 2030534 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_    ] 
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> 2030534 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2030642 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] 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> 2031550 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2031558 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031617 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031636 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031636 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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@73981e81
   [junit4]   2> 2031636 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2031636 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2031636 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2031642 WARN  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031676 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031676 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031676 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2031676 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2031677 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2031677 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5cdfd105[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2031679 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2031679 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031680 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2031680 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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 1575296918169321472
   [junit4]   2> 2031682 INFO  
(searcherExecutor-7154-thread-1-processing-n:127.0.0.1:63643_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:63643_ 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@5cdfd105[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2031688 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2031689 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031689 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63643/control_collection_shard1_replica_n1/
   [junit4]   2> 2031689 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031689 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:63643/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2031689 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031693 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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:63643/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2031797 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] 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> 2031844 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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> 2031846 INFO  (qtp1029865875-20174) [n:127.0.0.1:63643_ 
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=1312
   [junit4]   2> 2031850 INFO  (qtp1029865875-20176) [n:127.0.0.1:63643_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2031951 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] 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> 2032431 INFO  
(OverseerCollectionConfigSetProcessor-98456057271812100-127.0.0.1:63643_-n_0000000000)
 [n:127.0.0.1:63643_    ] 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> 2032860 INFO  (qtp1029865875-20176) [n:127.0.0.1:63643_    ] 
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:63643_&wt=javabin&version=2}
 status=0 QTime=2438
   [junit4]   2> 2032871 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2032876 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58761/solr 
ready
   [junit4]   2> 2032876 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2032877 INFO  (SocketProxy-Acceptor-63643) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44180,localport=63643], receiveBufferSize:130880
   [junit4]   2> 2032878 INFO  (SocketProxy-Acceptor-63643) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51212,localport=65045], receiveBufferSize=139264
   [junit4]   2> 2032879 INFO  (qtp1029865875-20180) [n:127.0.0.1:63643_    ] 
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=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2032884 INFO  
(OverseerThreadFactory-7151-thread-2-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2032886 WARN  
(OverseerThreadFactory-7151-thread-2-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2033098 INFO  (qtp1029865875-20180) [n:127.0.0.1:63643_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2033098 INFO  (qtp1029865875-20180) [n:127.0.0.1:63643_    ] 
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=1&wt=javabin&version=2}
 status=0 QTime=219
   [junit4]   2> 2033230 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-1-001
 of type NRT
   [junit4]   2> 2033231 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2033232 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4bc1397a{/,null,AVAILABLE}
   [junit4]   2> 2033232 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@334adb47{HTTP/1.1,[http/1.1]}{127.0.0.1:53777}
   [junit4]   2> 2033233 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server Started @2036189ms
   [junit4]   2> 2033233 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=56321, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-1-001/cores}
   [junit4]   2> 2033233 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2033233 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 2033233 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2033234 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2033234 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T23:10:13.126Z
   [junit4]   2> 2033237 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2033237 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-1-001/solr.xml
   [junit4]   2> 2033240 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2033242 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58761/solr
   [junit4]   2> 2033255 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2033258 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2033261 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56321_
   [junit4]   2> 2033263 INFO  (zkCallback-4544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2033264 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2033266 INFO  
(zkCallback-4549-thread-1-processing-n:127.0.0.1:56321_) [n:127.0.0.1:56321_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2033322 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2033325 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2033326 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2033327 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:56321_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-1-001/cores
   [junit4]   2> 2033346 INFO  (qtp1029865875-20181) [n:127.0.0.1:63643_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:56321_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2033349 INFO  
(OverseerThreadFactory-7151-thread-3-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:56321_ 
for creating new replica
   [junit4]   2> 2033350 INFO  
(OverseerCollectionConfigSetProcessor-98456057271812100-127.0.0.1:63643_-n_0000000000)
 [n:127.0.0.1:63643_    ] 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> 2033353 INFO  (SocketProxy-Acceptor-56321) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33647,localport=56321], receiveBufferSize:130880
   [junit4]   2> 2033355 INFO  (SocketProxy-Acceptor-56321) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53777,localport=56904], receiveBufferSize=139264
   [junit4]   2> 2033356 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2033356 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2034376 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2034416 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 2034509 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2034548 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2034548 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2034548 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2034548 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 2034550 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2034553 WARN  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 2034598 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2034598 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2034599 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2034599 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2034600 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2034600 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13551673[collection1_shard2_replica_n41] main]
   [junit4]   2> 2034605 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2034606 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2034607 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2034607 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1575296921238503424
   [junit4]   2> 2034617 INFO  
(searcherExecutor-7165-thread-1-processing-n:127.0.0.1:56321_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@13551673[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2034621 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2034621 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2034621 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:56321/collection1_shard2_replica_n41/
   [junit4]   2> 2034621 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2034621 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:56321/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 2034622 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2034628 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56321/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 2034733 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2034735 INFO  (qtp183475828-20225) [n:127.0.0.1:56321_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1380
   [junit4]   2> 2034745 INFO  (qtp1029865875-20181) [n:127.0.0.1:63643_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:56321_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1399
   [junit4]   2> 2034921 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-2-001
 of type NRT
   [junit4]   2> 2034922 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2034923 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55c6338a{/,null,AVAILABLE}
   [junit4]   2> 2034924 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@447eb55d{HTTP/1.1,[http/1.1]}{127.0.0.1:59676}
   [junit4]   2> 2034924 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server Started @2037881ms
   [junit4]   2> 2034924 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=60142, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-2-001/cores}
   [junit4]   2> 2034925 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2034925 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 2034925 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2034925 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2034925 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T23:10:14.817Z
   [junit4]   2> 2034932 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2034932 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-2-001/solr.xml
   [junit4]   2> 2034944 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2034947 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58761/solr
   [junit4]   2> 2034958 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2034962 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2034965 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60142_
   [junit4]   2> 2034967 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2034967 INFO  (zkCallback-4544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2034968 INFO  
(zkCallback-4549-thread-1-processing-n:127.0.0.1:56321_) [n:127.0.0.1:56321_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2034968 INFO  
(zkCallback-4555-thread-1-processing-n:127.0.0.1:60142_) [n:127.0.0.1:60142_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2035146 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2035151 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2035151 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2035157 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:60142_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-2-001/cores
   [junit4]   2> 2035188 INFO  (SocketProxy-Acceptor-60142) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37326,localport=60142], receiveBufferSize:130880
   [junit4]   2> 2035193 INFO  (SocketProxy-Acceptor-60142) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=59676,localport=49580], receiveBufferSize=139264
   [junit4]   2> 2035194 INFO  (qtp1539248438-20255) [n:127.0.0.1:60142_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:60142_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2035199 INFO  
(OverseerThreadFactory-7151-thread-4-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:60142_ 
for creating new replica
   [junit4]   2> 2035200 INFO  
(OverseerCollectionConfigSetProcessor-98456057271812100-127.0.0.1:63643_-n_0000000000)
 [n:127.0.0.1:63643_    ] 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> 2035202 INFO  (SocketProxy-Acceptor-60142) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37082,localport=60142], receiveBufferSize:130880
   [junit4]   2> 2035203 INFO  (SocketProxy-Acceptor-60142) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=59676,localport=38057], receiveBufferSize=139264
   [junit4]   2> 2035212 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2035213 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2036231 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2036244 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 2036349 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2036386 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2036387 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2036387 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2036387 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 2036388 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2036390 WARN  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 2036443 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2036443 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2036445 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2036445 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2036446 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2036446 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c8811e[collection1_shard1_replica_n43] main]
   [junit4]   2> 2036453 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2036454 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2036454 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2036455 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1575296923175223296
   [junit4]   2> 2036504 INFO  
(searcherExecutor-7176-thread-1-processing-n:127.0.0.1:60142_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@6c8811e[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2036508 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2036508 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2036508 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:60142/collection1_shard1_replica_n43/
   [junit4]   2> 2036508 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2036508 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:60142/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 2036508 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2036512 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:60142/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 2036668 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2036671 INFO  (qtp1539248438-20256) [n:127.0.0.1:60142_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1459
   [junit4]   2> 2036675 INFO  (qtp1539248438-20255) [n:127.0.0.1:60142_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:60142_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1481
   [junit4]   2> 2036867 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-3-001
 of type NRT
   [junit4]   2> 2036868 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2036869 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42177ad3{/,null,AVAILABLE}
   [junit4]   2> 2036869 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@7bee5734{HTTP/1.1,[http/1.1]}{127.0.0.1:42010}
   [junit4]   2> 2036870 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.e.j.s.Server Started @2039828ms
   [junit4]   2> 2036870 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] 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/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=54426, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-3-001/cores}
   [junit4]   2> 2036870 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2036871 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.1.0
   [junit4]   2> 2036871 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2036871 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2036871 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-09T23:10:16.763Z
   [junit4]   2> 2036874 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2036874 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-3-001/solr.xml
   [junit4]   2> 2036879 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2036883 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58761/solr
   [junit4]   2> 2036897 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2036901 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2036904 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54426_
   [junit4]   2> 2036907 INFO  
(zkCallback-4549-thread-1-processing-n:127.0.0.1:56321_) [n:127.0.0.1:56321_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2036908 INFO  (zkCallback-4544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2036908 INFO  
(zkCallback-4537-thread-1-processing-n:127.0.0.1:63643_) [n:127.0.0.1:63643_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2036909 INFO  
(zkCallback-4555-thread-1-processing-n:127.0.0.1:60142_) [n:127.0.0.1:60142_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2036914 INFO  
(zkCallback-4561-thread-1-processing-n:127.0.0.1:54426_) [n:127.0.0.1:54426_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2037094 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2037100 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2037100 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2037101 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) 
[n:127.0.0.1:54426_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-3-001/cores
   [junit4]   2> 2037130 INFO  (qtp1539248438-20261) [n:127.0.0.1:60142_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:54426_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2037134 INFO  
(OverseerCollectionConfigSetProcessor-98456057271812100-127.0.0.1:63643_-n_0000000000)
 [n:127.0.0.1:63643_    ] 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> 2037135 INFO  
(OverseerThreadFactory-7151-thread-5-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:54426_ 
for creating new replica
   [junit4]   2> 2037162 INFO  (SocketProxy-Acceptor-54426) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41675,localport=54426], receiveBufferSize:130880
   [junit4]   2> 2037206 INFO  (SocketProxy-Acceptor-54426) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42010,localport=51246], receiveBufferSize=139264
   [junit4]   2> 2037207 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2037207 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2038226 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2038240 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 2038331 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2038358 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2038358 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@73981e81
   [junit4]   2> 2038359 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2038359 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_5F76F686428C3AA1-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 2038360 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2038363 WARN  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
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> 2038410 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2038410 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2038411 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2038411 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2038412 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2038412 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@19f53d5a[collection1_shard2_replica_n45] main]
   [junit4]   2> 2038415 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2038415 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2038416 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2038416 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1575296925232529408
   [junit4]   2> 2038420 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 2038421 INFO  (qtp835970558-20290) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1214
   [junit4]   2> 2038423 INFO  (qtp1539248438-20261) [n:127.0.0.1:60142_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:54426_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1293
   [junit4]   2> 2038423 INFO  
(searcherExecutor-7187-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:54426_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@19f53d5a[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2038425 INFO  
(updateExecutor-4558-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:54426_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2038426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testLastPublishedStateIsActive
   [junit4]   2> 2038426 INFO  
(recoveryExecutor-4559-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:54426_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 2038426 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[5F76F686428C3AA1]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with 
stateFormat=1: forceleader_last_published
   [junit4]   2> 2038426 INFO  
(recoveryExecutor-4559-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:54426_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 2038427 INFO  
(recoveryExecutor-4559-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:54426_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 2038427 INFO  
(recoveryExecutor-4559-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:54426_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2038427 INFO  
(recoveryExecutor-4559-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:54426_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:56321/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:54426/collection1_shard2_replica_n45/]
   [junit4]   2> 2038428 INFO  (SocketProxy-Acceptor-56321) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52371,localport=56321], receiveBufferSize:130880
   [junit4]   2> 2038428 INFO  (SocketProxy-Acceptor-56321) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53777,localport=34596], receiveBufferSize=139264
   [junit4]   2> 2038429 INFO  (qtp183475828-20226) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&maxShardsPerNode=1&collection.configName=conf1&nrtReplicas=3&name=forceleader_last_published&action=CREATE&numShards=1&tlogReplicas=0&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2038432 INFO  
(OverseerThreadFactory-7151-thread-5-processing-n:127.0.0.1:63643_) 
[n:127.0.0.1:63643_    ] o.a.s.c.CreateCollectionCmd Create collection 
forceleader_last_published
   [junit4]   2> 2038433 INFO  
(OverseerCollectionConfigSetProcessor-98456057271812100-127.0.0.1:63643_-n_0000000000)
 [n:127.0.0.1:63643_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2038434 INFO  
(recoveryExecutor-4559-thread-1-processing-n:127.0.0.1:54426_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:54426_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:56321]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:54426_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2038442 INFO  (SocketProxy-Acceptor-56321) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45411,localport=56321], receiveBufferSize:130880
   [junit4]   2> 2038443 INFO  (SocketProxy-Acceptor-56321) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=53777,localport=51756], receiveBufferSize=139264
   [junit4]   2> 2038443 INFO  (qtp183475828-20224) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 2038444 INFO  (qtp183475828-20224) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:54426_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:54426","node_name":"127.0.0.1:54426_","state":"down","type":"NRT"}
   [junit4]   2> 2038653 INFO  (qtp1029865875-20175) [n:127.0.0.1:63643_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_n1&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2038654 INFO  (qtp183475828-20227) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_n2&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2038656 INFO  (qtp835970558-20293) [n:127.0.0.1:54426_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=forceleader_last_published_shard1_replica_n3&action=CREATE&numShards=1&collection=forceleader_last_published&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2039444 INFO  (qtp183475828-20224) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:54426_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:54426","node_name":"127.0.0.1:54426_","state":"recovering","type":"NRT"}
   [junit4]   2> 2039444 INFO  (qtp183475828-20224) [n:127.0.0.1:56321_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2039444 INFO  (qtp183475828-20224) [n:127.0.0.1:56321_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:54426_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 2039672 INFO  (qtp1029865875-20175) [n:127.0.0.1:63643_ 
c:forceleader_last_published s:shard1  
x:forceleader_last_published_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 2039673 INFO  (qtp835970558-20293) [n:127.0.0.1:54426_ 
c:forceleader_last_published s:shard1  
x:forceleader_last_published_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 2039691 INFO  (qtp1029865875-20175) [n:127.0.0.1:63643_ 
c:forceleader_last_published s:shard1  
x:forceleader_last_published_shard1_replica_n1] o.a.s.s.IndexSchema 
[forceleader_last_published_shard1_replica_n1] Schema name=test
   [junit4]   2> 2039693 INFO  (qtp183475828-20227) [n:127.0.0.1:56321_ 
c:forceleader_last_published s:shard1  
x:forceleader_last_published_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.1.0
   [junit4]   2> 2039695 INFO  (qtp835970558-20293) [n:127.0.0.1:54426_ 
c:forceleader_last_published s:shard1  
x:forceleader_last_published_shard1_replica_n3] o.a.s.s.IndexSchema 
[forceleader_last_published_shard1_replica_n3] Schema name=test
   [junit4]   2> 2039719 INFO  (qtp183475828-20227) [n:127.0.0.1:56321_ 
c:forceleader_last_published s:shard1  
x:forceleader_last_published_shard1_replica_n2] o.a.s.s.IndexSchema 
[forceleader_last_published_shard1_replica_

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

s.c.Overseer Overseer Loop exiting : 127.0.0.1:39305_solr
   [junit4]   2> 254525 INFO  
(zkCallback-543-thread-1-processing-n:127.0.0.1:52964_solr) 
[n:127.0.0.1:52964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 254527 INFO  
(zkCallback-540-thread-2-processing-n:127.0.0.1:39305_solr) 
[n:127.0.0.1:39305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 254528 INFO  
(zkCallback-541-thread-1-processing-n:127.0.0.1:61369_solr) 
[n:127.0.0.1:61369_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 254533 INFO  
(zkCallback-543-thread-2-processing-n:127.0.0.1:52964_solr) 
[n:127.0.0.1:52964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 254533 INFO  
(zkCallback-540-thread-2-processing-n:127.0.0.1:39305_solr) 
[n:127.0.0.1:39305_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 254536 INFO  (jetty-closer-522-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@39558e7e{/solr,null,UNAVAILABLE}
   [junit4]   2> 254536 INFO  (coreCloseExecutor-1143-thread-1) 
[n:127.0.0.1:52964_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f07108
   [junit4]   2> 254537 INFO  
(zkCallback-543-thread-2-processing-n:127.0.0.1:52964_solr) 
[n:127.0.0.1:52964_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:52964_solr
   [junit4]   2> 254537 INFO  
(zkCallback-543-thread-1-processing-n:127.0.0.1:52964_solr) 
[n:127.0.0.1:52964_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 254538 INFO  (coreCloseExecutor-1143-thread-1) 
[n:127.0.0.1:52964_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=32534792
   [junit4]   2> 254543 INFO  (coreCloseExecutor-1143-thread-1) 
[n:127.0.0.1:52964_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=32534792
   [junit4]   2> 256031 WARN  
(zkCallback-541-thread-1-processing-n:127.0.0.1:61369_solr) 
[n:127.0.0.1:61369_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 256032 INFO  (jetty-closer-522-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@324bb55c{/solr,null,UNAVAILABLE}
   [junit4]   2> 256036 WARN  
(zkCallback-540-thread-2-processing-n:127.0.0.1:39305_solr) 
[n:127.0.0.1:39305_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 256036 INFO  (jetty-closer-522-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a0bfe93{/solr,null,UNAVAILABLE}
   [junit4]   2> 256047 WARN  
(zkCallback-543-thread-2-processing-n:127.0.0.1:52964_solr) 
[n:127.0.0.1:52964_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 256047 INFO  (jetty-closer-522-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@78927db9{/solr,null,UNAVAILABLE}
   [junit4]   2> 256049 ERROR 
(SUITE-StreamExpressionTest-seed#[DE422106FB548E20]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 256050 INFO  
(SUITE-StreamExpressionTest-seed#[DE422106FB548E20]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43482 43482
   [junit4]   2> 261147 INFO  (Thread-715) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43482 43482
   [junit4]   2> 261149 WARN  (Thread-715) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        93      /solr/aliases.json
   [junit4]   2>        93      /solr/clusterprops.json
   [junit4]   2>        13      /solr/configs/conf
   [junit4]   2>        8       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        93      /solr/clusterstate.json
   [junit4]   2>        38      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        26      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        20      /solr/collections/destination/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      /solr/collections/mainCorpus/state.json
   [junit4]   2>        18      /solr/collections/workQueue/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/collections/uknownCollection/state.json
   [junit4]   2>        10      /solr/collections/modelCollection/state.json
   [junit4]   2>        10      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98456203591090185-127.0.0.1:39305_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        93      /solr/live_nodes
   [junit4]   2>        93      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_DE422106FB548E20-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
expr_s=BlockTreeOrds(blocksize=128), terms_ss=FSTOrd50, 
field_s=PostingsFormat(name=Direct), join2_s=FSTOrd50, multiDefault=FSTOrd50, 
subject=FSTOrd50, a1_s=FSTOrd50, 
a2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
level1_s=BlockTreeOrds(blocksize=128), 
body_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
s_multi=PostingsFormat(name=LuceneVarGapFixedInterval), 
level2_s=PostingsFormat(name=Direct), col_s=FSTOrd50, 
a_ss=PostingsFormat(name=Direct), 
a_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
tv_text=PostingsFormat(name=Direct), term_s=FSTOrd50, 
a_t=PostingsFormat(name=Direct), text_s=BlockTreeOrds(blocksize=128), 
id=BlockTreeOrds(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapFixedInterval), featureSet_s=FSTOrd50, 
checkpoint_ss=PostingsFormat(name=LuceneVarGapFixedInterval), 
test_t=PostingsFormat(name=LuceneVarGapFixedInterval), ident_s=FSTOrd50, 
whitetok=PostingsFormat(name=LuceneVarGapFixedInterval), 
side_s=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{name_s=DocValuesFormat(name=Memory), 
expr_s=DocValuesFormat(name=Lucene70), 
iteration_i=DocValuesFormat(name=Lucene70), 
terms_ss=DocValuesFormat(name=Asserting), field_s=DocValuesFormat(name=Direct), 
join2_s=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Asserting), 
price_f=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Asserting), 
falseNegative_i=DocValuesFormat(name=Direct), 
join1_i=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Memory), 
a_i=DocValuesFormat(name=Lucene70), join3_i=DocValuesFormat(name=Memory), 
test_i=DocValuesFormat(name=Asserting), 
falsePositive_i=DocValuesFormat(name=Direct), 
field_i=DocValuesFormat(name=Asserting), 
level1_s=DocValuesFormat(name=Lucene70), s_multi=DocValuesFormat(name=Memory), 
level2_s=DocValuesFormat(name=Direct), col_s=DocValuesFormat(name=Asserting), 
a_ss=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Memory), 
score_f=DocValuesFormat(name=Memory), term_s=DocValuesFormat(name=Asserting), 
text_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Direct), i_multi=DocValuesFormat(name=Lucene70), 
featureSet_s=DocValuesFormat(name=Asserting), 
trueNegative_i=DocValuesFormat(name=Memory), 
index_i=DocValuesFormat(name=Asserting), b_ls=DocValuesFormat(name=Asserting), 
test_dt=DocValuesFormat(name=Lucene70), out_i=DocValuesFormat(name=Asserting), 
checkpoint_ss=DocValuesFormat(name=Memory), 
ident_s=DocValuesFormat(name=Asserting), 
order_i=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Direct), 
truePositive_i=DocValuesFormat(name=Lucene70), 
side_s=DocValuesFormat(name=Memory), miles_i=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=993, maxMBSortInHeap=6.613443831296891, 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-IE, timezone=Asia/Barnaul
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=123925592,total=339738624
   [junit4]   2> NOTE: All tests run in this JVM: 
[ConcurrentUpdateSolrClientBuilderTest, ShardParamsTest, StreamingTest, 
UuidEvaluatorTest, NotEvaluatorTest, DocumentAnalysisResponseTest, 
CloudSolrClientMultiConstructorTest, FloorEvaluatorTest, 
TestCloudSolrClientConnections, TestFastInputStream, TangentEvaluatorTest, 
CommonAdminParamsTest, MultiplyEvaluatorTest, SolrExceptionTest, 
TestV1toV2ApiMapper, HttpSolrClientSSLAuthConPoolTest, NoOpResponseParserTest, 
SolrExampleBinaryTest, HttpSolrClientBuilderTest, TestPolicy, 
TestLBHttpSolrClient, FacetFieldTest, TestNamedListCodec, 
AnlysisResponseBaseTest, TestJsonRecordReader, ConcatOperationTest, 
SelectWithEvaluatorsTest, SchemaTest, TestCollectionStateWatchers, 
ClientUtilsTest, LargeVolumeBinaryJettyTest, TestRetryUtil, PowerEvaluatorTest, 
ArcCosineEvaluatorTest, BasicHttpSolrClientTest, GraphTest, 
StreamExpressionTest]
   [junit4] Completed [135/135 (1!)] on J1 in 112.08s, 93 tests, 1 failure <<< 
FAILURES!

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

Reply via email to