Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/264/

2 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10078_solr should have been deleted

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10078_solr 
should have been deleted
        at 
__randomizedtesting.SeedInfo.seed([609C3DD0FC532084:7826B5DCF266ED6B]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertFalse(Assert.java:64)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testNodeMarkersRegistration(TestSimTriggerIntegration.java:911)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.handler.admin.MetricsHistoryHandlerTest.testBasic

Error Message:
[] expected:<3> but was:<0>

Stack Trace:
java.lang.AssertionError: [] expected:<3> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([609C3DD0FC532084:CB6620C5238FA6AA]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.handler.admin.MetricsHistoryHandlerTest.testBasic(MetricsHistoryHandlerTest.java:119)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12575 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MetricsHistoryHandlerTest
   [junit4]   2> 15135 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHistoryHandlerTest_609C3DD0FC532084-001/init-core-data-001
   [junit4]   2> 15137 WARN  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 15137 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 15140 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 15163 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHistoryHandlerTest_609C3DD0FC532084-001/tempDir-001
   [junit4]   2> 15189 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 15197 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 15216 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 15299 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37275
   [junit4]   2> 15300 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37275
   [junit4]   2> 15301 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37275
   [junit4]   2> 15587 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15639 INFO  (zkConnectionManagerCallback-9-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 15660 INFO  (zkConnectionManagerCallback-11-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 16337 WARN  (jetty-launcher-12-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 16712 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 16713 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 17027 INFO  (jetty-launcher-12-thread-1) [    ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 17071 INFO  (jetty-launcher-12-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 17072 INFO  (jetty-launcher-12-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 17076 INFO  (jetty-launcher-12-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 17119 INFO  (jetty-launcher-12-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ddc96a2{/solr,null,AVAILABLE}
   [junit4]   2> 17196 WARN  (jetty-launcher-12-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7a227424[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 17243 INFO  (jetty-launcher-12-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5d6069cf{SSL,[ssl, 
http/1.1]}{127.0.0.1:40874}
   [junit4]   2> 17250 INFO  (jetty-launcher-12-thread-1) [    ] o.e.j.s.Server 
Started @17375ms
   [junit4]   2> 17251 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40874}
   [junit4]   2> 17298 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider 
chain: env;sysprop
   [junit4]   2> 17306 ERROR (jetty-launcher-12-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 17306 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 17307 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.0
   [junit4]   2> 17309 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 17312 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 17313 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-12T20:14:01.885Z
   [junit4]   2> 17314 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 17326 INFO  (zkConnectionManagerCallback-14-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 17331 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 18388 INFO  (jetty-launcher-12-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37275/solr
   [junit4]   2> 18445 INFO  (zkConnectionManagerCallback-18-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18454 DEBUG (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.ZkController Added new OnReconnect 
listener org.apache.solr.cloud.ZkController$$Lambda$263/1521758249@2c170bb0
   [junit4]   2> 18472 INFO  (zkConnectionManagerCallback-20-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19043 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 19054 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 19057 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 19060 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 19063 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 19072 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/security.json
   [junit4]   2> 19108 DEBUG (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/72611950784610309-127.0.0.1:40874_solr-n_0000000000
   [junit4]   2> 19110 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40874_solr
   [junit4]   2> 19118 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer Overseer 
(id=72611950784610309-127.0.0.1:40874_solr-n_0000000000) starting
   [junit4]   2> 19259 INFO  (zkConnectionManagerCallback-27-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19264 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 19264 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 19265 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 19266 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 19266 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 19268 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37275/solr ready
   [junit4]   2> 19380 INFO  
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40874_solr
   [junit4]   2> 19392 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 19393 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue-work
   [junit4]   2> 19400 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40874_solr
   [junit4]   2> 19409 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 19420 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 19434 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 19443 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 19445 INFO  (zkCallback-26-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 19450 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 19450 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 19450 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 19451 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 19451 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 19451 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 19453 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 19468 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 19468 INFO  (zkCallback-19-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 19575 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 19636 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 19653 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/autoscaling.json
   [junit4]   2> 19654 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 19727 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2f1ab586
   [junit4]   2> 19727 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2f1ab586
   [junit4]   2> 19728 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2f1ab586
   [junit4]   2> 19748 INFO  (jetty-launcher-12-thread-1) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHistoryHandlerTest_609C3DD0FC532084-001/tempDir-001/node1/.
   [junit4]   2> 20019 INFO  (zkConnectionManagerCallback-33-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20048 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterprops.json
   [junit4]   2> 20048 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/live_nodes
   [junit4]   2> 20049 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 20049 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/clusterstate.json
   [junit4]   2> 20051 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 20052 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/aliases.json
   [junit4]   2> 20055 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37275/solr ready
   [junit4]   2> 20099 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 20116 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 20116 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 20156 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 20161 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:40874_solr]
   [junit4]   2> 20187 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 20189 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 20203 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded 
markers
   [junit4]   2> 20204 DEBUG 
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 21195 DEBUG (ScheduledTrigger-22-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 21454 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 21455 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 21456 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 21458 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 21458 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 21458 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 21458 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 21536 INFO  (qtp1972779538-48) [n:127.0.0.1:40874_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=.system&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 21555 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=14
   [junit4]   2> 21580 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 21581 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 21581 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 21584 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 21588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 21588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 21589 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.ZkDistributedQueue Found child node with 
improper name: qnr-0000000000
   [junit4]   2> 21591 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Returning topN 
elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 21591 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 21594 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 21594 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":".system",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":1,
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 21635 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 21636 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 21636 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 21636 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 21636 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 21636 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 21663 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 21663 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":".system",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":1,
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 21663 INFO  
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 21673 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
creating collections conf node /collections/.system 
   [junit4]   2> 21700 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 21700 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 21701 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/collections
   [junit4]   2> 21701 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for 
collection zkNode:.system
   [junit4]   2> 21702 INFO  (qtp1972779538-49) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=4
   [junit4]   2> 21703 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 21705 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 21707 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 21707 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/collections
   [junit4]   2> 21717 INFO  (qtp1972779538-50) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=1
   [junit4]   2> 21725 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 21727 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 21728 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":".system",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":1,
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 21732 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: .system
   [junit4]   2> 21751 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/.system/state.json
   [junit4]   2> 21758 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 21762 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 21840 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.Assign shardnames [shard1] NRT 1 TLOG 
0 PULL 0 , policy null, nodeList [127.0.0.1:40874_solr]
   [junit4]   2> 21956 INFO  (qtp1972779538-51) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=29
   [junit4]   2> 21979 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 21984 INFO  (qtp1972779538-49) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 21989 INFO  (qtp1972779538-50) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=2
   [junit4]   2> 21993 INFO  (qtp1972779538-51) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 22045 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores 
for new collection .system, shardNames [shard1] , message : {
   [junit4]   2>   "name":".system",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":1,
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 22081 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.CreateCollectionCmd Creating core 
.system_shard1_replica_n1 as part of shard shard1 of collection .system on 
127.0.0.1:40874_solr
   [junit4]   2> 22087 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 22088 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 22089 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 22090 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [.system_shard1_replica_n1] cores but found {}
   [junit4]   2> 22092 INFO  
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 22097 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 22097 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 22191 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Expecting [.system_shard1_replica_n1] cores but found {}
   [junit4]   2> 22195 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 22199 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/.system/state.json version: 0
   [junit4]   2> 22202 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 22204 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 22309 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr    
x:.system_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 22310 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr    
x:.system_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 22326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 22344 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 22348 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 22349 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 22350 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40874_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 22354 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40874_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 22357 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":".system_shard1_replica_n1","base_url":"https://127.0.0.1:40874/solr","node_name":"127.0.0.1:40874_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 22357 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(.system//collections/.system/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40874_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 22358 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController Registering watch for collection .system
   [junit4]   2> 22358 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for 
.system_shard1_replica_n1
   [junit4]   2> 22460 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/.system/state.json version: 1
   [junit4]   2> 22461 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/.system/state.json
   [junit4]   2> 22462 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 22465 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 23196 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 23399 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 23443 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 23511 WARN  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 23548 WARN  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 23563 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 23563 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using 
configuration from collection .system, trusted=true
   [junit4]   2> 23579 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40874.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2f1ab586
   [junit4]   2> 23579 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHistoryHandlerTest_609C3DD0FC532084-001/tempDir-001/node1/.system_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.MetricsHistoryHandlerTest_609C3DD0FC532084-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 23637 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 23640 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 23640 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 23640 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 23640 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 23640 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 23640 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 24196 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 24232 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 24232 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24266 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24266 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24287 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@520176b[.system_shard1_replica_n1] 
main]
   [junit4]   2> 24311 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 24313 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 24314 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 24318 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1622486861888880640
   [junit4]   2> 24341 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController watch zkdir /configs/conf
   [junit4]   2> 24344 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/configs/conf
   [junit4]   2> 24347 INFO  
(searcherExecutor-31-thread-1-processing-n:127.0.0.1:40874_solr 
x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node2) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] 
Registered new searcher Searcher@520176b[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24352 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24383 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/.system/terms/shard1
   [junit4]   2> 24386 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/.system/terms/shard1
   [junit4]   2> 24387 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: create/delete: /solr/collections/.system/terms/shard1
   [junit4]   2> 24386 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/.system/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 24388 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController Register replica - core:.system_shard1_replica_n1 
address:https://127.0.0.1:40874/solr collection:.system shard:shard1
   [junit4]   2> 24414 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/.system/leaders/shard1
   [junit4]   2> 24445 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/.system/leader_elect/shard1/election/72611950784610309-core_node2-n_0000000000
   [junit4]   2> 24446 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 
and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 24449 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 24449 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 24450 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40874/solr/.system_shard1_replica_n1/
   [junit4]   2> 24453 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 24454 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.SyncStrategy https://127.0.0.1:40874/solr/.system_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 24483 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext 127.0.0.1:40874_solr synched 0
   [junit4]   2> 24483 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 24503 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/.system/leaders/shard1/leader after winning as 
/collections/.system/leader_elect/shard1/election/72611950784610309-core_node2-n_0000000000
   [junit4]   2> 24514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 24516 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:40874/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 24516 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 24519 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 24521 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24522 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/.system/state.json version: 2
   [junit4]   2> 24523 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/.system/state.json
   [junit4]   2> 24523 INFO  (zkCallback-19-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 24542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24542 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 24544 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController We are 
https://127.0.0.1:40874/solr/.system_shard1_replica_n1/ and leader is 
https://127.0.0.1:40874/solr/.system_shard1_replica_n1/
   [junit4]   2> 24546 INFO  (zkCallback-19-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 24547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 24547 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController No LogReplay needed for core=.system_shard1_replica_n1 
baseURL=https://127.0.0.1:40874/solr
   [junit4]   2> 24551 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 24551 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController publishing state=active
   [junit4]   2> 24551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24552 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController Found a registered searcher: 
Searcher@520176b[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())} for core: 
org.apache.solr.core.SolrCore@3a0da06c
   [junit4]   2> 24552 DEBUG (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.c.ZkController Found newest searcher: 
Searcher@520176b[.system_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())} for core: 
.system_shard1_replica_n1, id: org.apache.solr.core.SolrCore@3a0da06c
   [junit4]   2> 24554 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 24557 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 24560 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40874_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 24560 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40874_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 24560 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":".system_shard1_replica_n1","base_url":"https://127.0.0.1:40874/solr","node_name":"127.0.0.1:40874_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 24560 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(.system//collections/.system/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:40874/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:40874_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 24561 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24564 INFO  (qtp1972779538-52) [n:127.0.0.1:40874_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2257
   [junit4]   2> 24566 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.a.c.CreateCollectionCmd Finished create 
command on all shards for collection: .system
   [junit4]   2> 24576 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Completed 
task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 24588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 24589 DEBUG (zkCallback-19-thread-2) [    ] 
o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path 
/overseer/collection-queue-work/qnr-0000000000 state SyncConnected 
latchEventType null
   [junit4]   2> 24592 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 24592 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 24592 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 24593 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 24593 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 24594 INFO  
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 24595 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 24595 DEBUG 
(OverseerThreadFactory-24-thread-1-processing-n:127.0.0.1:40874_solr) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 
complete, 
response:{success={127.0.0.1:40874_solr={responseHeader={status=0,QTime=2257},core=.system_shard1_replica_n1}}}
   [junit4]   2> 24598 INFO  (qtp1972779538-48) [n:127.0.0.1:40874_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 24662 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/.system/state.json version: 3
   [junit4]   2> 24662 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/.system/state.json
   [junit4]   2> 24663 INFO  (zkCallback-19-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 24663 INFO  (zkCallback-19-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 24674 INFO  (zkCallback-19-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 24674 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 24675 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24675 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24675 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 24676 INFO  (qtp1972779538-48) [n:127.0.0.1:40874_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=.system&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3142
   [junit4]   2> 24687 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 24923 INFO  
(TEST-MetricsHistoryHandlerTest.testBasic-seed#[609C3DD0FC532084]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBasic
   [junit4]   2> 25197 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 25646 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 25647 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 1
   [junit4]   2> 25648 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] 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> 25649 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 25649 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 25649 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 25649 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 25649 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 26203 DEBUG (ScheduledTrigger-22-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 27204 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 27650 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 27651 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 27651 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 27651 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 27651 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 27651 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 27651 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 28204 DEBUG (ScheduledTrigger-22-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 29205 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 29934 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 29939 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 29939 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 29939 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 29939 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 29939 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 29939 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 30205 DEBUG (ScheduledTrigger-22-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 31206 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 31940 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 31941 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 31941 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 31941 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 31941 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 31941 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 31941 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 32206 DEBUG (ScheduledTrigger-22-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 33207 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 34120 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from 
work-queue : [[]]
   [junit4]   2> 34124 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up 
work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 34124 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 34124 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 34124 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 34124 INFO  
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 34124 DEBUG 
(OverseerCollectionConfigSetProcessor-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [n:127.0.0.1:40874_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 
elements. ExcludeSet: []
   [junit4]   2> 34207 DEBUG (ScheduledTrigger-22-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 34926 INFO  
(TEST-MetricsHistoryHandlerTest.testBasic-seed#[609C3DD0FC532084]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBasic
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MetricsHistoryHandlerTest -Dtests.method=testBasic 
-Dtests.seed=609C3DD0FC532084 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=fi-FI 
-Dtests.timezone=America/Argentina/San_Luis -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 10.2s J0 | MetricsHistoryHandlerTest.testBasic <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: [] expected:<3> but 
was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([609C3DD0FC532084:CB6620C5238FA6AA]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MetricsHistoryHandlerTest.testBasic(MetricsHistoryHandlerTest.java:119)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 34980 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=773776809
   [junit4]   2> 34981 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40874_solr
   [junit4]   2> 34985 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 34986 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:40874_solr as DOWN
   [junit4]   2> 34990 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 34991 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 34992 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40874_solr"} current state version: 0
   [junit4]   2> 34995 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:40874_solr
   [junit4]   2> 34995 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.NodeMutator Update replica state for 
core_node2:{"core":".system_shard1_replica_n1","base_url":"https://127.0.0.1:40874/solr","node_name":"127.0.0.1:40874_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
 to down
   [junit4]   2> 34998 DEBUG 
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/.system/state.json version: 4
   [junit4]   2> 34999 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: data: /solr/collections/.system/state.json
   [junit4]   2> 34999 INFO  (zkCallback-19-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 35000 INFO  (zkCallback-19-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 35002 INFO  (zkCallback-19-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] 
for collection [.system] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 35003 INFO  (coreCloseExecutor-36-thread-1) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@3a0da06c
   [junit4]   2> 35003 INFO  (coreCloseExecutor-36-thread-1) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.core..system.shard1.replica_n1, tag=3a0da06c
   [junit4]   2> 35003 INFO  (coreCloseExecutor-36-thread-1) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b80b252: rootName = 
solr_40874, domain = solr.core..system.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core..system.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@41ad1f57
   [junit4]   2> 35008 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 35008 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 35008 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: data: /solr/collections/.system/state.json
   [junit4]   2> 35021 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/overseer/queue
   [junit4]   2> 35029 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
added: children: /solr/overseer/queue
   [junit4]   2> 35076 INFO  (coreCloseExecutor-36-thread-1) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters 
for registry=solr.collection..system.shard1.leader, tag=3a0da06c
   [junit4]   2> 35078 DEBUG (coreCloseExecutor-36-thread-1) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.c.ZkController removed listener for config 
directory [/configs/conf]
   [junit4]   2> 35079 DEBUG (coreCloseExecutor-36-thread-1) 
[n:127.0.0.1:40874_solr c:.system s:shard1 r:core_node2 
x:.system_shard1_replica_n1] o.a.s.c.ZkController No more listeners for config 
directory [/configs/conf]
   [junit4]   2> 35094 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 35094 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1605429b: rootName = 
solr_40874, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6127d5bf
   [junit4]   2> 35110 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 35110 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@746574e8: rootName = 
solr_40874, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@756852d5
   [junit4]   2> 35116 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 35116 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c05fb8a: rootName = 
solr_40874, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@37050973
   [junit4]   2> 35116 INFO  (jetty-closer-34-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 35168 INFO  (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72611950784610309-127.0.0.1:40874_solr-n_0000000000) closing
   [junit4]   2> 35208 INFO  
(OverseerStateUpdate-72611950784610309-127.0.0.1:40874_solr-n_0000000000) 
[n:127.0.0.1:40874_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40874_solr
   [junit4]   2> 35210 INFO  
(OverseerAutoScalingTriggerThread-72611950784610309-127.0.0.1:40874_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 35217 DEBUG (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 35217 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 35218 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch 
fired: children: /solr/live_nodes
   [junit4]   2> 35231 DEBUG (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 35231 DEBUG (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 35231 DEBUG (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool 
executor
   [junit4]   2> 35231 DEBUG (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 35231 DEBUG (closeThreadPool-37-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 35232 INFO  (closeThreadPool-37-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72611950784610309-127.0.0.1:40874_solr-n_0000000000) closing
   [junit4]   2> 35232 INFO  (jetty-closer-34-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=72611950784610309-127.0.0.1:40874_solr-n_0000000000) closing
   [junit4]   2> 35235 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 
0x101f82f3cf70005, likely client has closed socket
   [junit4]   2> 35236 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 
0x101f82f3cf70006, likely client has closed socket
   [junit4]   2> 35253 INFO  (jetty-closer-34-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5d6069cf{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 35257 INFO  (jetty-closer-34-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5ddc96a2{/solr,null,UNAVAILABLE}
   [junit4]   2> 35257 INFO  (jetty-closer-34-thread-1) [    ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 35281 INFO  
(SUITE-MetricsHistoryHandlerTest-seed#[609C3DD0FC532084]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 35297 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/collections/.system/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data 

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

ns-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/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 = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1212710251
     [copy] Copying 242 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1212710251
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1212710251

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 62ms :: artifacts dl 6ms
        ---------------------------------------------------------------------
        |                  |            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: 103 minutes 5 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                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:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                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:1835)
                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:3088)
        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:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        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:1835)
        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