Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/317/

1 tests failed.
FAILED:  
org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([77C7B93B03977AA3:29BA1BC5A78A335E]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:495)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:448)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1006)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 39 more




Build Log:
[...truncated 14811 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/init-core-data-001
   [junit4]   2> 5520117 WARN  
(SUITE-TestLeaderInitiatedRecoveryThread-seed#[77C7B93B03977AA3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 5520117 INFO  
(SUITE-TestLeaderInitiatedRecoveryThread-seed#[77C7B93B03977AA3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 5520131 INFO  
(SUITE-TestLeaderInitiatedRecoveryThread-seed#[77C7B93B03977AA3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 5520131 INFO  
(SUITE-TestLeaderInitiatedRecoveryThread-seed#[77C7B93B03977AA3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5520131 INFO  
(SUITE-TestLeaderInitiatedRecoveryThread-seed#[77C7B93B03977AA3]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 5520133 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5520134 INFO  (Thread-4486) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5520134 INFO  (Thread-4486) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 5520172 ERROR (Thread-4486) [    ] 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> 5520245 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkTestServer start zk server on port:35432
   [junit4]   2> 5520318 INFO  (zkConnectionManagerCallback-65734-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5520355 INFO  (zkConnectionManagerCallback-65736-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5520371 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 5520372 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 5520373 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5520374 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 5520391 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 5520392 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 5520393 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5520394 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5520394 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5520408 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5520409 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 5520428 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 5521035 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 5521036 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5521036 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5521036 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5521037 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33ebab9a{/,null,AVAILABLE}
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@2a40bf9d{HTTP/1.1,[http/1.1]}{127.0.0.1:46134}
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.Server Started @5521232ms
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=46134, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/control-001/cores}
   [junit4]   2> 5521051 ERROR 
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.6.0
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5521051 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-12T09:23:25.203Z
   [junit4]   2> 5521067 INFO  (zkConnectionManagerCallback-65738-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5521069 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5521069 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/control-001/solr.xml
   [junit4]   2> 5521072 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5521072 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5521073 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5521300 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35432/solr
   [junit4]   2> 5521315 INFO  (zkConnectionManagerCallback-65742-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5521331 INFO  (zkConnectionManagerCallback-65744-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5522022 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:46134_
   [junit4]   2> 5522024 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.c.Overseer Overseer 
(id=73308126117888004-127.0.0.1:46134_-n_0000000000) starting
   [junit4]   2> 5522029 INFO  (zkConnectionManagerCallback-65751-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5522047 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35432/solr ready
   [junit4]   2> 5522051 INFO  
(OverseerStateUpdate-73308126117888004-127.0.0.1:46134_-n_0000000000) 
[n:127.0.0.1:46134_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:46134_
   [junit4]   2> 5522105 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46134_
   [junit4]   2> 5522120 INFO  
(OverseerStateUpdate-73308126117888004-127.0.0.1:46134_-n_0000000000) 
[n:127.0.0.1:46134_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 5522157 INFO  (zkCallback-65750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5522214 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 5522288 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5522325 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5522326 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5522327 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [n:127.0.0.1:46134_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/control-001/cores
   [junit4]   2> 5522416 INFO  (zkConnectionManagerCallback-65757-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5522429 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5522430 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35432/solr ready
   [junit4]   2> 5522431 INFO  (qtp1213079464-131537) [n:127.0.0.1:46134_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46134_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5522434 INFO  
(OverseerThreadFactory-11626-thread-1-processing-n:127.0.0.1:46134_) 
[n:127.0.0.1:46134_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 5522560 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_    
x:control_collection_shard1_replica_n1] 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> 5522560 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 5523644 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 5523701 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524270 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524349 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524369 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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@2113d622
   [junit4]   2> 5524370 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 5524385 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=70.3232421875, 
floorSegmentMB=2.138671875, forceMergeDeletesPctAllowed=1.909258865111093, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.36048317115302
   [junit4]   2> 5524420 WARN  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524719 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524719 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524732 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5524732 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5524734 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=8, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=0.5419921875, 
floorSegmentMB=0.974609375, forceMergeDeletesPctAllowed=6.415374809056434, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=20.301832214532677
   [junit4]   2> 5524734 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d81706b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 5524760 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 5524760 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524794 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5524794 INFO  
(searcherExecutor-11631-thread-1-processing-n:127.0.0.1:46134_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:46134_ 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@7d81706b[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5524795 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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 1611393095640809472
   [junit4]   2> 5524928 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 5524930 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5524930 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524930 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46134/control_collection_shard1_replica_n1/
   [junit4]   2> 5524930 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524930 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:46134/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 5524930 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5524974 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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:46134/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 5525026 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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> 5525038 INFO  (qtp1213079464-131532) [n:127.0.0.1:46134_ 
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=2478
   [junit4]   2> 5525119 INFO  (qtp1213079464-131537) [n:127.0.0.1:46134_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 5525135 INFO  (zkCallback-65743-thread-1) [    ] 
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> 5526128 INFO  (qtp1213079464-131537) [n:127.0.0.1:46134_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46134_&wt=javabin&version=2}
 status=0 QTime=3696
   [junit4]   2> 5526170 INFO  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5526171 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5526172 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35432/solr ready
   [junit4]   2> 5526172 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 5526201 INFO  (qtp1213079464-131533) [n:127.0.0.1:46134_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5526205 INFO  
(OverseerCollectionConfigSetProcessor-73308126117888004-127.0.0.1:46134_-n_0000000000)
 [n:127.0.0.1:46134_    ] 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> 5526230 INFO  
(OverseerThreadFactory-11626-thread-2-processing-n:127.0.0.1:46134_) 
[n:127.0.0.1:46134_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 5526491 WARN  
(OverseerThreadFactory-11626-thread-2-processing-n:127.0.0.1:46134_) 
[n:127.0.0.1:46134_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 5526555 INFO  (qtp1213079464-131533) [n:127.0.0.1:46134_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 5526565 INFO  (qtp1213079464-131533) [n:127.0.0.1:46134_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=363
   [junit4]   2> 5527464 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-1-001
 of type NRT
   [junit4]   2> 5527466 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 5527483 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5527483 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5527483 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5527484 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@350f3fae{/,null,AVAILABLE}
   [junit4]   2> 5527484 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@3b041606{HTTP/1.1,[http/1.1]}{127.0.0.1:38386}
   [junit4]   2> 5527484 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.Server Started @5527665ms
   [junit4]   2> 5527484 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=38386, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-1-001/cores}
   [junit4]   2> 5527484 ERROR 
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 5527484 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5527485 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.6.0
   [junit4]   2> 5527485 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 5527485 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5527485 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-12T09:23:31.637Z
   [junit4]   2> 5527487 INFO  (zkConnectionManagerCallback-65764-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5527490 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5527490 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-1-001/solr.xml
   [junit4]   2> 5527526 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5527526 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5527544 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5528206 INFO  
(OverseerCollectionConfigSetProcessor-73308126117888004-127.0.0.1:46134_-n_0000000000)
 [n:127.0.0.1:46134_    ] 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> 5528921 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35432/solr
   [junit4]   2> 5528922 INFO  (zkConnectionManagerCallback-65768-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5528940 INFO  (zkConnectionManagerCallback-65770-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5528957 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5528976 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 5528976 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38386_
   [junit4]   2> 5528993 INFO  (zkCallback-65769-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5528994 INFO  (zkCallback-65743-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5529021 INFO  (zkCallback-65750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5529030 INFO  (zkCallback-65761-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5529086 INFO  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5529087 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5529087 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35432/solr ready
   [junit4]   2> 5529088 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 5529176 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5529249 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5529249 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5529251 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-1-001/cores
   [junit4]   2> 5529432 INFO  (qtp92179528-131592) [n:127.0.0.1:38386_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38386_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5529465 INFO  
(OverseerThreadFactory-11626-thread-3-processing-n:127.0.0.1:46134_) 
[n:127.0.0.1:46134_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:38386_ for creating new replica of shard shard1
   [junit4]   2> 5529468 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_    
x:collection1_shard1_replica_n21] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5530618 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 5530728 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 5531557 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5531616 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 5531617 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n21' (registry 
'solr.core.collection1.shard1.replica_n21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5531617 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n21] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-1-001/cores/collection1_shard1_replica_n21],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 5531633 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=70.3232421875, 
floorSegmentMB=2.138671875, forceMergeDeletesPctAllowed=1.909258865111093, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.36048317115302
   [junit4]   2> 5531696 WARN  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
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> 5532045 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5532045 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5532046 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 5532046 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 5532048 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=8, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=0.5419921875, 
floorSegmentMB=0.974609375, forceMergeDeletesPctAllowed=6.415374809056434, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=20.301832214532677
   [junit4]   2> 5532048 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4039d14d[collection1_shard1_replica_n21] main]
   [junit4]   2> 5532066 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 5532066 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5532081 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5532081 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1611393103280734208
   [junit4]   2> 5532082 INFO  
(searcherExecutor-11645-thread-1-processing-n:127.0.0.1:38386_ 
x:collection1_shard1_replica_n21 c:collection1 s:shard1) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[collection1_shard1_replica_n21] Registered new searcher 
Searcher@4039d14d[collection1_shard1_replica_n21] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5532104 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node22=0}, version=0}
   [junit4]   2> 5532160 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5532160 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5532160 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38386/collection1_shard1_replica_n21/
   [junit4]   2> 5532160 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 5532161 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
http://127.0.0.1:38386/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 5532161 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 5532180 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38386/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 5532231 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 5532233 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2765
   [junit4]   2> 5532274 INFO  (qtp92179528-131592) [n:127.0.0.1:38386_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:38386_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2841
   [junit4]   2> 5532398 INFO  (zkCallback-65769-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 5533492 INFO  
(OverseerCollectionConfigSetProcessor-73308126117888004-127.0.0.1:46134_-n_0000000000)
 [n:127.0.0.1:46134_    ] 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> 5533892 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-2-001
 of type NRT
   [junit4]   2> 5533893 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 5533945 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5533945 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5533945 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5533965 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cb57d63{/,null,AVAILABLE}
   [junit4]   2> 5533965 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@4e2ce7c2{HTTP/1.1,[http/1.1]}{127.0.0.1:43090}
   [junit4]   2> 5533965 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.e.j.s.Server Started @5534146ms
   [junit4]   2> 5533965 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=43090, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-2-001/cores}
   [junit4]   2> 5533965 ERROR 
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 5533966 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5533966 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.6.0
   [junit4]   2> 5533966 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 5533966 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 5533966 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-12T09:23:38.118Z
   [junit4]   2> 5533985 INFO  (zkConnectionManagerCallback-65780-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5534038 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 5534038 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-2-001/solr.xml
   [junit4]   2> 5534041 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5534041 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5534055 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 5536310 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35432/solr
   [junit4]   2> 5536345 INFO  (zkConnectionManagerCallback-65784-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5536381 INFO  (zkConnectionManagerCallback-65786-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5536456 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5536476 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 5536476 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43090_
   [junit4]   2> 5536876 INFO  (zkCallback-65785-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5536890 INFO  (zkCallback-65750-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5536891 INFO  (zkCallback-65761-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5536891 INFO  (zkCallback-65776-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5536891 INFO  (zkCallback-65743-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5536927 INFO  (zkCallback-65769-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5537057 INFO  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5537058 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5537058 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:35432/solr ready
   [junit4]   2> 5537073 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 5537268 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5537391 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5537391 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5537393 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-2-001/cores
   [junit4]   2> 5537879 INFO  (qtp92179528-131588) [n:127.0.0.1:38386_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43090_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 5537921 INFO  
(OverseerThreadFactory-11626-thread-4-processing-n:127.0.0.1:46134_) 
[n:127.0.0.1:46134_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:43090_ for creating new replica of shard shard1
   [junit4]   2> 5537961 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_    
x:collection1_shard1_replica_n23] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5537976 INFO  (zkCallback-65769-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 5539048 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 5539105 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n23] Schema name=test
   [junit4]   2> 5547653 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9677ms for sessionid 0x104715a30680005
   [junit4]   2> 5547653 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 10595ms for sessionid 0x104715a3068000f
   [junit4]   2> 5547656 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 10765ms for sessionid 0x104715a30680007
   [junit4]   2> 5547656 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 10765ms for sessionid 0x104715a3068000b
   [junit4]   2> 5547656 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x104715a30680005, likely client has closed socket
   [junit4]   2> 5547717 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x104715a3068000f, likely client has closed socket
   [junit4]   2> 5547759 WARN  (zkConnectionManagerCallback-65751-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5ae6650a name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 5547759 WARN  (zkConnectionManagerCallback-65751-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 5547823 WARN  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@43cc65ed name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 5547823 WARN  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 5547847 WARN  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e2043de name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 5547848 WARN  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 5547888 WARN  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a61149a name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 5547888 WARN  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 5547965 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5548077 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n23' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 5548078 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n23' (registry 
'solr.core.collection1.shard1.replica_n23') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2113d622
   [junit4]   2> 5548078 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n23] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-2-001/cores/collection1_shard1_replica_n23],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_77C7B93B03977AA3-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
   [junit4]   2> 5548097 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=70.3232421875, 
floorSegmentMB=2.138671875, forceMergeDeletesPctAllowed=1.909258865111093, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=40.36048317115302
   [junit4]   2> 5548101 WARN  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
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> 5548430 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5548430 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5548431 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 5548431 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 5548446 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=8, maxMergeAtOnceExplicit=8, maxMergedSegmentMB=0.5419921875, 
floorSegmentMB=0.974609375, forceMergeDeletesPctAllowed=6.415374809056434, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=20.301832214532677
   [junit4]   2> 5548446 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@514c4a50[collection1_shard1_replica_n23] main]
   [junit4]   2> 5548466 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 5548467 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5548467 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 5548468 INFO  
(searcherExecutor-11659-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore 
[collection1_shard1_replica_n23] Registered new searcher 
Searcher@514c4a50[collection1_shard1_replica_n23] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5548468 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1611393120463749120
   [junit4]   2> 5548630 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node24=0, core_node22=0}, version=1}
   [junit4]   2> 5548632 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController 
Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 5548666 INFO  
(updateExecutor-65781-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:43090_ 
c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 5548666 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 5548730 ERROR 
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Error getting recent 
versions.:java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   [junit4]   2>        at java.util.ArrayList.rangeCheck(ArrayList.java:657)
   [junit4]   2>        at java.util.ArrayList.get(ArrayList.java:433)
   [junit4]   2>        at 
org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:491)
   [junit4]   2>        at 
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:310)
   [junit4]   2>        at 
org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:294)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 5548830 INFO  (qtp700830839-131630) [n:127.0.0.1:43090_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=10869
   [junit4]   2> 5548834 INFO  (qtp92179528-131594) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping 
params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 5548834 INFO  (qtp92179528-131594) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 5548835 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 5548835 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 5548835 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica_n23] as recovering, leader is 
[http://127.0.0.1:38386/collection1_shard1_replica_n21/] and I am 
[http://127.0.0.1:43090/collection1_shard1_replica_n23/]
   [junit4]   2> 5548836 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0}, 
version=2}
   [junit4]   2> 5548877 INFO  (qtp92179528-131588) [n:127.0.0.1:38386_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:43090_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=10998
   [junit4]   2> 5548922 INFO  (zkCallback-65785-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 5548931 INFO  (zkCallback-65769-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 5548942 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:38386]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:43090_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 5548944 INFO  (zkCallback-65785-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 5548972 INFO  (qtp92179528-131591) [n:127.0.0.1:38386_    
x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Going to wait for 
coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: 
true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 5548987 INFO  (qtp92179528-131591) [n:127.0.0.1:38386_    
x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=collection1, shard=shard1, 
thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=recovering, 
localState=active, nodeName=127.0.0.1:43090_, coreNodeName=core_node24, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:43090","node_name":"127.0.0.1:43090_","state":"recovering","type":"NRT"}
   [junit4]   2> 5548987 INFO  (qtp92179528-131591) [n:127.0.0.1:38386_    
x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: 
core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 0 
seconds.
   [junit4]   2> 5548987 INFO  (qtp92179528-131591) [n:127.0.0.1:38386_    
x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:43090_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=14
   [junit4]   2> 5549078 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x104715a3068000b has expired
   [junit4]   2> 5549096 WARN  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@e2043de name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 5549097 WARN  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 5549097 WARN  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 5549133 INFO  
(zkConnectionManagerCallback-65777-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5549133 INFO  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 5549134 INFO  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 5549134 INFO  (zkConnectionManagerCallback-65777-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 5549354 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x104715a30680007 has expired
   [junit4]   2> 5549369 WARN  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@a61149a name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 5549369 WARN  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 5549369 WARN  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 5549407 INFO  
(zkConnectionManagerCallback-65762-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5549407 INFO  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 5549576 INFO  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 5549576 INFO  (zkConnectionManagerCallback-65762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 5549581 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:38386/collection1_shard1_replica_n21/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 5549581 WARN  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.u.PeerSyncWithLeader no frame of 
reference to tell if we've missed updates
   [junit4]   2> 5549581 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync Recovery 
was not successful - trying replication.
   [junit4]   2> 5549581 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting Replication 
Recovery.
   [junit4]   2> 5549581 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to 
replicate from [http://127.0.0.1:38386/collection1_shard1_replica_n21/].
   [junit4]   2> 5549589 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x104715a30680005 has expired
   [junit4]   2> 5549626 INFO  (qtp92179528-131594) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1611393121678000128,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 5549634 WARN  (zkConnectionManagerCallback-65751-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5ae6650a name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 5549634 WARN  (zkConnectionManagerCallback-65751-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 5549634 WARN  (zkConnectionManagerCallback-65751-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 5549647 WARN  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3]-SendThread(127.0.0.1:35432))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x104715a3068000f has expired
   [junit4]   2> 5549654 WARN  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@43cc65ed name: 
ZooKeeperConnection Watcher:127.0.0.1:35432/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 5549654 WARN  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 5549654 WARN  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 5549707 INFO  
(zkConnectionManagerCallback-65793-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5549707 INFO  (zkConnectionManagerCallback-65793-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 5549865 INFO  (qtp92179528-131594) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 5549867 INFO  
(OverseerCollectionConfigSetProcessor-73308126117888004-127.0.0.1:46134_-n_0000000000)
 [n:127.0.0.1:46134_    ] 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> 5549868 INFO  (qtp92179528-131594) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 5549868 INFO  (qtp92179528-131594) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n21]  webapp= 
path=/update 
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
 0 242
   [junit4]   2> 5549882 INFO  
(zkConnectionManagerCallback-65751-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5549935 INFO  (qtp92179528-131587) [n:127.0.0.1:38386_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 5549951 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 5549951 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 46134
   [junit4]   2> 5549951 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 5549951 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 5549951 INFO  
(recoveryExecutor-65782-thread-1-processing-n:127.0.0.1:43090_ 
x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) 
[n:127.0.0.1:43090_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 5549951 INFO  
(TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[77C7B93B03977AA3])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=238959429
   [junit4]   2> 5549951 INFO  (recoveryExecutor-65782-thread-1-processing-n:1

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

.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1827253981
     [copy] Copying 239 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1827253981
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1827253981

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 474 minutes 59 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to