Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.5/4/

1 tests failed.
FAILED:  
org.apache.solr.handler.component.TestTrackingShardHandlerFactory.testRequestTracking

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([660A5B49CF683B73:2E3602893B632AE5]: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 14741 lines...]
   [junit4] Suite: 
org.apache.solr.handler.component.TestTrackingShardHandlerFactory
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/init-core-data-001
   [junit4]   2> 4395192 INFO  
(SUITE-TestTrackingShardHandlerFactory-seed#[660A5B49CF683B73]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 4395211 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4395238 INFO  (Thread-5216) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4395238 INFO  (Thread-5216) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4395254 ERROR (Thread-5216) [    ] 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> 4395322 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkTestServer start zk server on port:40063
   [junit4]   2> 4395458 INFO  (zkConnectionManagerCallback-11568-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4395595 INFO  (zkConnectionManagerCallback-11570-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4395735 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 4395759 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4395760 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4395761 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 4395795 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 4395795 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 4395796 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4395819 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4395821 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4395835 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4395837 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 4395851 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 4396401 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] 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> 4396402 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4396402 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4396402 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4396414 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@737ca2c6{/,null,AVAILABLE}
   [junit4]   2> 4396415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@772441c8{HTTP/1.1,[http/1.1]}{127.0.0.1:39934}
   [junit4]   2> 4396415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.Server Started @4396683ms
   [junit4]   2> 4396415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/tempDir-001/control/data,
 hostContext=/, hostPort=39934, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/control-001/cores}
   [junit4]   2> 4396416 ERROR 
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 4396416 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4396416 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.5.0
   [junit4]   2> 4396416 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 4396416 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4396416 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-13T18:52:16.976Z
   [junit4]   2> 4396439 INFO  (zkConnectionManagerCallback-11572-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4396491 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4396492 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/control-001/solr.xml
   [junit4]   2> 4396495 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4396495 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4396513 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4397432 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40063/solr
   [junit4]   2> 4397464 INFO  (zkConnectionManagerCallback-11576-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4397562 INFO  (zkConnectionManagerCallback-11578-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4398015 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:39934_
   [junit4]   2> 4398068 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.c.Overseer Overseer 
(id=73316025271058436-127.0.0.1:39934_-n_0000000000) starting
   [junit4]   2> 4398154 INFO  (zkConnectionManagerCallback-11585-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4398188 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40063/solr ready
   [junit4]   2> 4398215 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39934_
   [junit4]   2> 4398215 INFO  
(OverseerStateUpdate-73316025271058436-127.0.0.1:39934_-n_0000000000) 
[n:127.0.0.1:39934_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:39934_
   [junit4]   2> 4398336 INFO  (zkCallback-11584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4398429 INFO  
(OverseerStateUpdate-73316025271058436-127.0.0.1:39934_-n_0000000000) 
[n:127.0.0.1:39934_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4398446 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 4398645 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4398741 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4398754 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4398755 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [n:127.0.0.1:39934_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/control-001/cores
   [junit4]   2> 4398997 INFO  (zkConnectionManagerCallback-11591-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4399070 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4399083 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40063/solr ready
   [junit4]   2> 4399084 INFO  (qtp1353513971-30461) [n:127.0.0.1:39934_    ] 
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:39934_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4399119 INFO  
(OverseerThreadFactory-11102-thread-1-processing-n:127.0.0.1:39934_) 
[n:127.0.0.1:39934_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 4399465 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_    
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> 4399466 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4400669 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 4400811 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4401583 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4401709 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4401709 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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@f7196bd
   [junit4]   2> 4401710 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 4401767 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2054155405, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 4401786 WARN  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402039 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402039 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402040 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4402040 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4402058 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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=40, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=48.072265625, 
floorSegmentMB=0.244140625, forceMergeDeletesPctAllowed=21.1309672422981, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47600790238910307, deletesPctAllowed=27.9606221644297
   [junit4]   2> 4402058 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2159cea7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 4402060 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4402060 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402074 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4402074 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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 1611519484372189184
   [junit4]   2> 4402075 INFO  
(searcherExecutor-11107-thread-1-processing-n:127.0.0.1:39934_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:39934_ 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@2159cea7[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4402093 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402095 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4402095 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402095 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39934/control_collection_shard1_replica_n1/
   [junit4]   2> 4402095 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402095 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:39934/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4402095 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402140 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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:39934/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4402155 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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> 4402192 INFO  (qtp1353513971-30456) [n:127.0.0.1:39934_ 
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=2727
   [junit4]   2> 4402224 INFO  (qtp1353513971-30461) [n:127.0.0.1:39934_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4402418 INFO  (zkCallback-11577-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> 4403181 INFO  
(OverseerCollectionConfigSetProcessor-73316025271058436-127.0.0.1:39934_-n_0000000000)
 [n:127.0.0.1:39934_    ] 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> 4403237 INFO  (qtp1353513971-30461) [n:127.0.0.1:39934_    ] 
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:39934_&wt=javabin&version=2}
 status=0 QTime=4152
   [junit4]   2> 4403306 INFO  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4403307 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4403308 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40063/solr ready
   [junit4]   2> 4403308 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 4403310 INFO  (qtp1353513971-30457) [n:127.0.0.1:39934_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4403327 INFO  
(OverseerThreadFactory-11102-thread-2-processing-n:127.0.0.1:39934_) 
[n:127.0.0.1:39934_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 4403619 WARN  
(OverseerThreadFactory-11102-thread-2-processing-n:127.0.0.1:39934_) 
[n:127.0.0.1:39934_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 4403620 INFO  (qtp1353513971-30457) [n:127.0.0.1:39934_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4403621 INFO  (qtp1353513971-30457) [n:127.0.0.1:39934_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=310
   [junit4]   2> 4404597 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-1-001
 of type NRT
   [junit4]   2> 4404612 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] 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> 4404616 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4404616 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4404616 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4404632 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a028175{/,null,AVAILABLE}
   [junit4]   2> 4404633 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@12627044{HTTP/1.1,[http/1.1]}{127.0.0.1:45180}
   [junit4]   2> 4404633 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.Server Started @4404901ms
   [junit4]   2> 4404633 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=45180, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-1-001/cores}
   [junit4]   2> 4404633 ERROR 
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 4404633 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4404634 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.5.0
   [junit4]   2> 4404634 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 4404634 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4404634 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-13T18:52:25.194Z
   [junit4]   2> 4404635 INFO  (zkConnectionManagerCallback-11598-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4404636 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4404636 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-1-001/solr.xml
   [junit4]   2> 4404669 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4404669 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4404670 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4405315 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40063/solr
   [junit4]   2> 4405335 INFO  
(OverseerCollectionConfigSetProcessor-73316025271058436-127.0.0.1:39934_-n_0000000000)
 [n:127.0.0.1:39934_    ] 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> 4405338 INFO  (zkConnectionManagerCallback-11602-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4405359 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 
0x10478895aa00009, likely client has closed socket
   [junit4]   2> 4405375 INFO  (zkConnectionManagerCallback-11604-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4405412 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4405415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 4405415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45180_
   [junit4]   2> 4405484 INFO  (zkCallback-11584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4405486 INFO  (zkCallback-11603-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4405492 INFO  (zkCallback-11577-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4405493 INFO  (zkCallback-11595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4405740 INFO  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4405741 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4405741 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40063/solr ready
   [junit4]   2> 4405748 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 4405897 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4405971 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4405983 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4405985 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-1-001/cores
   [junit4]   2> 4406215 INFO  (qtp1353513971-30463) [n:127.0.0.1:39934_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45180_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4406262 INFO  
(OverseerThreadFactory-11102-thread-3-processing-n:127.0.0.1:39934_) 
[n:127.0.0.1:39934_ c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:45180_ for creating new replica of shard shard2
   [junit4]   2> 4406308 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_    
x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4407417 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 4407486 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 4408043 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4408137 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 4408150 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4408150 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 4408186 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2054155405, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 4408207 WARN  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 4408454 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4408454 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4408455 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 4408455 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 4408456 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=48.072265625, 
floorSegmentMB=0.244140625, forceMergeDeletesPctAllowed=21.1309672422981, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47600790238910307, deletesPctAllowed=27.9606221644297
   [junit4]   2> 4408456 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f6ebab3[collection1_shard2_replica_n41] main]
   [junit4]   2> 4408474 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4408474 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4408475 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4408475 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1611519491084124160
   [junit4]   2> 4408477 INFO  
(searcherExecutor-11121-thread-1-processing-n:127.0.0.1:45180_ 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@f6ebab3[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4408497 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 4408512 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4408512 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4408512 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:45180/collection1_shard2_replica_n41/
   [junit4]   2> 4408512 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 4408512 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:45180/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 4408512 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4408531 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45180/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 4408592 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 4408594 INFO  (qtp1778951390-30517) [n:127.0.0.1:45180_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2286
   [junit4]   2> 4408665 INFO  (qtp1353513971-30463) [n:127.0.0.1:39934_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:45180_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2450
   [junit4]   2> 4408725 INFO  (zkCallback-11603-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> 4409306 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-2-001
 of type NRT
   [junit4]   2> 4409307 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] 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> 4409370 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4409370 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4409370 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4409371 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@71c82ee9{/,null,AVAILABLE}
   [junit4]   2> 4409371 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@24998cc7{HTTP/1.1,[http/1.1]}{127.0.0.1:40192}
   [junit4]   2> 4409371 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.Server Started @4409639ms
   [junit4]   2> 4409371 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=40192, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-2-001/cores}
   [junit4]   2> 4409372 ERROR 
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 4409372 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4409372 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.5.0
   [junit4]   2> 4409372 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 4409372 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4409372 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-13T18:52:29.932Z
   [junit4]   2> 4409390 INFO  (zkConnectionManagerCallback-11614-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4409395 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 4409395 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-2-001/solr.xml
   [junit4]   2> 4409415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4409415 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4409416 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 4410287 INFO  
(OverseerCollectionConfigSetProcessor-73316025271058436-127.0.0.1:39934_-n_0000000000)
 [n:127.0.0.1:39934_    ] 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> 4410917 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40063/solr
   [junit4]   2> 4410976 INFO  (zkConnectionManagerCallback-11618-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4411025 INFO  (zkConnectionManagerCallback-11620-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4411052 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4411105 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 4411105 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40192_
   [junit4]   2> 4411159 INFO  (zkCallback-11577-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4411159 INFO  (zkCallback-11595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4411163 INFO  (zkCallback-11603-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4411171 INFO  (zkCallback-11584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4411224 INFO  (zkCallback-11610-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4411272 INFO  (zkCallback-11619-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4411313 INFO  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4411314 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4411315 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40063/solr ready
   [junit4]   2> 4411315 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 4411389 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4411479 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4411498 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4411512 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-2-001/cores
   [junit4]   2> 4411727 INFO  (qtp1353513971-30459) [n:127.0.0.1:39934_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40192_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4412032 INFO  
(OverseerThreadFactory-11102-thread-4-processing-n:127.0.0.1:39934_) 
[n:127.0.0.1:39934_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:40192_ for creating new replica of shard shard1
   [junit4]   2> 4412048 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_    
x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4412086 INFO  (zkCallback-11603-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> 4413189 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 4413313 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 4420611 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 8525ms for sessionid 0x10478895aa00005
   [junit4]   2> 4420611 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9296ms for sessionid 0x10478895aa0000f
   [junit4]   2> 4420624 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9465ms for sessionid 0x10478895aa00007
   [junit4]   2> 4420624 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 9453ms for sessionid 0x10478895aa0000b
   [junit4]   2> 4420624 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 
0x10478895aa00007, likely client has closed socket
   [junit4]   2> 4420625 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 
0x10478895aa0000f, likely client has closed socket
   [junit4]   2> 4420625 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 
0x10478895aa00005, likely client has closed socket
   [junit4]   2> 4420625 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 
0x10478895aa0000b, likely client has closed socket
   [junit4]   2> 4420754 WARN  (zkConnectionManagerCallback-11585-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a9c2f0c name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 4420754 WARN  (zkConnectionManagerCallback-11585-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 4420754 WARN  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@64702f5d name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 4420754 WARN  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 4420755 WARN  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@67f6c486 name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 4420755 WARN  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 4420755 WARN  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@59722629 name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 4420755 WARN  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 4421319 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 4421428 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 4421428 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@f7196bd
   [junit4]   2> 4421428 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/build/solr-core/test/J1/temp/solr.handler.component.TestTrackingShardHandlerFactory_660A5B49CF683B73-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 4421431 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2054155405, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 4421482 WARN  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 4421936 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4421936 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4421938 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 4421938 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 4421958 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=48.072265625, 
floorSegmentMB=0.244140625, forceMergeDeletesPctAllowed=21.1309672422981, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47600790238910307, deletesPctAllowed=27.9606221644297
   [junit4]   2> 4421959 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@55105550[collection1_shard1_replica_n43] main]
   [junit4]   2> 4421972 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 4421973 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4421973 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4421992 INFO  
(searcherExecutor-11135-thread-1-processing-n:127.0.0.1:40192_ 
x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@55105550[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4421992 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1611519505257725952
   [junit4]   2> 4422009 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node44=0}, version=0}
   [junit4]   2> 4422011 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4422012 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4422012 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:40192/collection1_shard1_replica_n43/
   [junit4]   2> 4422028 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 4422028 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:40192/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 4422028 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 4422031 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40192/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 4422068 INFO  (zkCallback-11603-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> 4422117 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10478895aa0000f has expired
   [junit4]   2> 4422118 WARN  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@59722629 name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 4422118 WARN  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 4422118 WARN  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 4422159 INFO  (zkConnectionManagerCallback-11585-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4422174 INFO  
(zkConnectionManagerCallback-11627-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4422175 INFO  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 4422175 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 4422176 INFO  (qtp281796809-30555) [n:127.0.0.1:40192_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=10129
   [junit4]   2> 4422214 INFO  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 4422214 INFO  (zkConnectionManagerCallback-11627-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 4422227 INFO  (qtp1353513971-30459) [n:127.0.0.1:39934_ 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:40192_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=10500
   [junit4]   2> 4422314 INFO  (zkCallback-11619-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> 4422334 INFO  (zkCallback-11603-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> 4422626 INFO  
(OverseerCollectionConfigSetProcessor-73316025271058436-127.0.0.1:39934_-n_0000000000)
 [n:127.0.0.1:39934_    ] 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> 4422641 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10478895aa0000b has expired
   [junit4]   2> 4422653 WARN  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@64702f5d name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 4422653 WARN  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 4422653 WARN  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 4422670 INFO  
(zkConnectionManagerCallback-11611-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4422670 INFO  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 4422673 INFO  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 4422673 INFO  (zkConnectionManagerCallback-11611-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 4422771 WARN  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73]-SendThread(127.0.0.1:40063))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x10478895aa00007 has expired
   [junit4]   2> 4422779 WARN  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@67f6c486 name: 
ZooKeeperConnection Watcher:127.0.0.1:40063/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 4422779 WARN  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 4422779 WARN  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new 
one...
   [junit4]   2> 4422787 INFO  
(zkConnectionManagerCallback-11596-thread-1-EventThread) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4422787 INFO  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 4422789 INFO  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 4422789 INFO  (zkConnectionManagerCallback-11596-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 4422875 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 39934
   [junit4]   2> 4422875 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1341270890
   [junit4]   2> 4422876 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 4422876 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2911341f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@4a7a2ae9
   [junit4]   2> 4422911 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 4422911 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@50b416c0: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@44de93d9
   [junit4]   2> 4422913 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 4422913 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@549bc9c8: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@5b1c6405
   [junit4]   2> 4422922 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39934_
   [junit4]   2> 4422923 INFO  (zkCallback-11584-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4422923 INFO  (zkCallback-11619-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4422924 INFO  (zkCallback-11626-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4422924 INFO  (zkCallback-11577-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4422941 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 4422956 INFO  (zkCallback-11603-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4422957 INFO  (coreCloseExecutor-11140-thread-1) 
[n:127.0.0.1:39934_ c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@71d1cbcd
   [junit4]   2> 4422957 INFO  (coreCloseExecutor-11140-thread-1) 
[n:127.0.0.1:39934_ c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.control_collection.shard1.replica_n1, 
tag=71d1cbcd
   [junit4]   2> 4422958 INFO  (coreCloseExecutor-11140-thread-1) 
[n:127.0.0.1:39934_ c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e0e152d: rootName 
= null, domain = solr.core.control_collection.shard1.replica_n1, service url = 
null, agent id = null] for registry 
solr.core.control_collection.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@11664bb9
   [junit4]   2> 4422974 INFO  (zkCallback-11610-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 4422976 INFO  (coreCloseExecutor-11140-thread-1) 
[n:127.0.0.1:39934_ c:control_collection s:shard1 r:core_node2 
x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.control_collection.shard1.leader, 
tag=71d1cbcd
   [junit4]   2> 4422995 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.Overseer Overseer 
(id=73316025271058436-127.0.0.1:39934_-n_0000000000) closing
   [junit4]   2> 4423006 INFO  
(OverseerStateUpdate-73316025271058436-127.0.0.1:39934_-n_0000000000) 
[n:127.0.0.1:39934_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39934_
   [junit4]   2> 4423011 WARN  
(OverseerAutoScalingTriggerThread-73316025271058436-127.0.0.1:39934_-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 4423188 INFO  (zkCallback-11603-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45180_
   [junit4]   2> 4423202 INFO  (zkCallback-11603-thread-1) [n:127.0.0.1:45180_  
  ] o.a.s.c.Overseer Overseer 
(id=73316025271058442-127.0.0.1:45180_-n_0000000001) starting
   [junit4]   2> 4423222 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@772441c8{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4423223 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@737ca2c6{/,null,UNAVAILABLE}
   [junit4]   2> 4423223 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4423225 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 45180
   [junit4]   2> 4423225 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1010130411
   [junit4]   2> 4423238 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 4423238 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@53a6b500: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5b4f5d28
   [junit4]   2> 4423247 INFO  
(OverseerStateUpdate-73316025271058442-127.0.0.1:45180_-n_0000000001) 
[n:127.0.0.1:45180_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:45180_
   [junit4]   2> 4423264 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 4423265 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@271a0cd5: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@44de93d9
   [junit4]   2> 4423311 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 4423311 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8957b95: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@5b1c6405
   [junit4]   2> 4423313 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45180_
   [junit4]   2> 4423314 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 4423314 INFO  (zkCallback-11619-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4423314 INFO  (coreCloseExecutor-11146-thread-1) 
[n:127.0.0.1:45180_ c:collection1 s:shard2 r:core_node42 
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@195e8f39
   [junit4]   2> 4423314 INFO  (zkCallback-11603-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4423314 INFO  (coreCloseExecutor-11146-thread-1) 
[n:127.0.0.1:45180_ c:collection1 s:shard2 r:core_node42 
x:collection1_shard2_replica_n41] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica_n41, tag=195e8f39
   [junit4]   2> 4423314 INFO  (coreCloseExecutor-11146-thread-1) 
[n:127.0.0.1:45180_ c:collection1 s:shard2 r:core_node42 
x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6dcaed3a: rootName = null, 
domain = solr.core.collection1.shard2.replica_n41, service url = null, agent id 
= null] for registry solr.core.collection1.shard2.replica_n41 / 
com.codahale.metrics.MetricRegistry@2c84fdb8
   [junit4]   2> 4423314 INFO  (zkCallback-11626-thread-5) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4423337 INFO  (coreCloseExecutor-11146-thread-1) 
[n:127.0.0.1:45180_ c:collection1 s:shard2 r:core_node42 
x:collection1_shard2_replica_n41] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=195e8f39
   [junit4]   2> 4423351 INFO  
(TEST-TestTrackingShardHandlerFactory.testRequestTracking-seed#[660A5B49CF683B73])
 [    ] o.a.s.c.Overseer Overseer 
(id=73316025271058442-127.0.0.1:45180_-n_0000000001) closing
   [junit4]   2> 4423351 INFO  
(OverseerStateUpdate-73316025271058442-127.0.0.1:45180_-n_0000000001) 
[n:127.0.0.1:45180_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45180_
   [junit4]   2> 4423351 WARN  (OverseerAutoScalingTriggerThread-73316

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

perty 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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/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-Tests-7.5/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/null634538420
     [copy] Copying 239 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/null634538420
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.5/solr/null634538420

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 95ms :: artifacts dl 13ms
        ---------------------------------------------------------------------
        |                  |            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: 207 minutes 38 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