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

2 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode

Error Message:
unexpected DELETENODE status: 
{responseHeader={status=0,QTime=5},status={state=notfound,msg=Did not find 
[search_rate_trigger3/5e1193b96c99cfT20t96hcplzrc0kzt4bkja07l1/0] in any tasks 
queue}}

Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status: 
{responseHeader={status=0,QTime=5},status={state=notfound,msg=Did not find 
[search_rate_trigger3/5e1193b96c99cfT20t96hcplzrc0kzt4bkja07l1/0] in any tasks 
queue}}
        at 
__randomizedtesting.SeedInfo.seed([5E14A061AE531331:7C866EE399999C4C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$6(SearchRateTriggerIntegrationTest.java:668)
        at java.util.ArrayList.forEach(ArrayList.java:1257)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:660)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<8> but was:<10>

Stack Trace:
java.lang.AssertionError: expected:<8> but was:<10>
        at 
__randomizedtesting.SeedInfo.seed([5E14A061AE531331:33E8049C141BEC36]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:354)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 13584 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/init-core-data-001
   [junit4]   2> 1605452 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1605452 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1605454 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1605455 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1605455 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001
   [junit4]   2> 1605455 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1605456 INFO  (Thread-2134) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1605456 INFO  (Thread-2134) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1605457 ERROR (Thread-2134) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1605556 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59637
   [junit4]   2> 1605562 INFO  (zkConnectionManagerCallback-2851-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605569 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1605570 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1605577 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1605577 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1605577 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1605577 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24b35e12{/solr,null,AVAILABLE}
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7053552b{SSL,[ssl, 
http/1.1]}{127.0.0.1:54181}
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.e.j.s.Server Started @1605690ms
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54181}
   [junit4]   2> 1605579 ERROR (jetty-launcher-2848-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1605579 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-13T15:41:00.226Z
   [junit4]   2> 1605583 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1605583 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1605584 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 1605584 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1605584 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1605584 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1605585 INFO  (zkConnectionManagerCallback-2853-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605585 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1605588 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1605588 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1605588 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1605589 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5e3696e3{/solr,null,AVAILABLE}
   [junit4]   2> 1605589 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2092b777{SSL,[ssl, 
http/1.1]}{127.0.0.1:47805}
   [junit4]   2> 1605589 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.e.j.s.Server Started @1605701ms
   [junit4]   2> 1605589 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47805}
   [junit4]   2> 1605590 ERROR (jetty-launcher-2848-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1605590 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1605590 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1605590 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1605590 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1605590 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-13T15:41:00.237Z
   [junit4]   2> 1605593 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a90cfb8{/solr,null,AVAILABLE}
   [junit4]   2> 1605593 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@85021e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:57779}
   [junit4]   2> 1605593 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.e.j.s.Server Started @1605704ms
   [junit4]   2> 1605593 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=57779}
   [junit4]   2> 1605594 ERROR (jetty-launcher-2848-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1605594 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1605594 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1605594 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1605594 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1605594 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-13T15:41:00.241Z
   [junit4]   2> 1605596 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1605596 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1605596 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1605596 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a8c9b92{/solr,null,AVAILABLE}
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@38760d0e{SSL,[ssl, 
http/1.1]}{127.0.0.1:39954}
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.e.j.s.Server Started @1605708ms
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39954}
   [junit4]   2> 1605597 ERROR (jetty-launcher-2848-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1605597 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-13T15:41:00.244Z
   [junit4]   2> 1605603 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1605603 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1605603 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1605603 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@47bd7c1f{/solr,null,AVAILABLE}
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f255eb2{SSL,[ssl, 
http/1.1]}{127.0.0.1:33014}
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.e.j.s.Server Started @1605715ms
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33014}
   [junit4]   2> 1605604 ERROR (jetty-launcher-2848-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.4.0
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1605604 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-13T15:41:00.251Z
   [junit4]   2> 1605607 INFO  (zkConnectionManagerCallback-2857-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605607 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1605607 INFO  (zkConnectionManagerCallback-2855-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605608 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1605628 INFO  (zkConnectionManagerCallback-2859-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605628 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1605638 INFO  (jetty-launcher-2848-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59637/solr
   [junit4]   2> 1605639 INFO  (zkConnectionManagerCallback-2861-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605639 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1605640 INFO  (jetty-launcher-2848-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59637/solr
   [junit4]   2> 1605650 INFO  (jetty-launcher-2848-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59637/solr
   [junit4]   2> 1605651 INFO  (zkConnectionManagerCallback-2869-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605655 INFO  (jetty-launcher-2848-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59637/solr
   [junit4]   2> 1605657 INFO  (jetty-launcher-2848-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59637/solr
   [junit4]   2> 1605658 INFO  (zkConnectionManagerCallback-2866-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605659 INFO  (zkConnectionManagerCallback-2874-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605661 INFO  (zkConnectionManagerCallback-2881-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605664 INFO  (zkConnectionManagerCallback-2878-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605664 INFO  (zkConnectionManagerCallback-2885-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605664 INFO  (zkConnectionManagerCallback-2883-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605707 INFO  (zkConnectionManagerCallback-2887-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605708 INFO  (zkConnectionManagerCallback-2889-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605711 INFO  (zkConnectionManagerCallback-2895-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605739 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1605739 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1605739 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1605745 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57779_solr
   [junit4]   2> 1605747 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47805_solr
   [junit4]   2> 1605747 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33014_solr
   [junit4]   2> 1605748 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.Overseer Overseer 
(id=73792853437382669-127.0.0.1:57779_solr-n_0000000000) starting
   [junit4]   2> 1605752 INFO  (zkCallback-2894-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1605761 INFO  (zkCallback-2886-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1605774 INFO  (zkCallback-2888-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1605795 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1605797 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1605799 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1605799 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54181_solr
   [junit4]   2> 1605824 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1605826 INFO  (zkCallback-2886-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1605826 INFO  (zkCallback-2894-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1605826 INFO  (zkCallback-2888-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1605827 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1605827 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1605828 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1605828 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39954_solr
   [junit4]   2> 1605829 INFO  (zkCallback-2888-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1605829 INFO  (zkCallback-2894-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1605829 INFO  (zkCallback-2886-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1605844 INFO  (zkConnectionManagerCallback-2906-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1605844 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1605852 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1605853 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59637/solr ready
   [junit4]   2> 1605872 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1605887 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1605887 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57779_solr
   [junit4]   2> 1605888 INFO  (zkCallback-2886-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1605888 INFO  (zkCallback-2882-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1605888 INFO  (zkCallback-2894-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1605894 INFO  (zkCallback-2888-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1605894 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1605894 INFO  (zkCallback-2905-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1605908 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1605916 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 1605917 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 1605917 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1605924 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:47805_solr, 127.0.0.1:39954_solr, 127.0.0.1:54181_solr, 
127.0.0.1:33014_solr, 127.0.0.1:57779_solr]
   [junit4]   2> 1605936 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1605936 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1605937 DEBUG (ScheduledTrigger-3793-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5
   [junit4]   2> 1606100 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33014.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606146 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33014.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606146 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33014.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606147 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node5/.
   [junit4]   2> 1606204 INFO  (zkConnectionManagerCallback-2911-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1606220 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1606221 INFO  (jetty-launcher-2848-thread-5) 
[n:127.0.0.1:33014_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59637/solr ready
   [junit4]   2> 1606283 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54181.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606297 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54181.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606297 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_54181.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606317 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39954.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606324 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node1/.
   [junit4]   2> 1606350 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39954.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606350 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39954.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606352 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node3/.
   [junit4]   2> 1606370 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57779.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606383 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57779.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606383 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_57779.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606384 INFO  (zkConnectionManagerCallback-2916-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1606385 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1606385 INFO  (jetty-launcher-2848-thread-3) 
[n:127.0.0.1:57779_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node4/.
   [junit4]   2> 1606386 INFO  (jetty-launcher-2848-thread-1) 
[n:127.0.0.1:54181_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59637/solr ready
   [junit4]   2> 1606389 INFO  (zkConnectionManagerCallback-2921-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1606390 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1606391 INFO  (jetty-launcher-2848-thread-4) 
[n:127.0.0.1:39954_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59637/solr ready
   [junit4]   2> 1606683 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47805.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606696 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47805.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606696 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47805.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1606697 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_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/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node2/.
   [junit4]   2> 1606701 INFO  (zkConnectionManagerCallback-2926-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1606702 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1606703 INFO  (jetty-launcher-2848-thread-2) 
[n:127.0.0.1:47805_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:59637/solr ready
   [junit4]   2> 1606768 INFO  (zkConnectionManagerCallback-2928-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1606771 INFO  (zkConnectionManagerCallback-2933-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1606772 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1606773 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[5E14A061AE531331]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59637/solr ready
   [junit4]   2> 1606839 INFO  (qtp1758755827-10146) [n:127.0.0.1:47805_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1606875 INFO  (qtp2002743592-10170) [n:127.0.0.1:33014_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1606883 INFO  (qtp1832386451-10161) [n:127.0.0.1:39954_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1606902 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1606933 INFO  (qtp571615543-10138) [n:127.0.0.1:57779_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1606933 DEBUG (qtp1832386451-10160) [n:127.0.0.1:39954_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1606934 DEBUG (zkCallback-2905-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 1606935 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 1606935 INFO  (qtp1832386451-10160) [n:127.0.0.1:39954_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=126
   [junit4]   2> 1606939 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1606939 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 1606940 DEBUG (ScheduledTrigger-3793-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5
   [junit4]   2> 1606991 INFO  
(TEST-SearchRateTriggerIntegrationTest.testDeleteNode-seed#[5E14A061AE531331]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNode
   [junit4]   2> 1606992 INFO  
(TEST-SearchRateTriggerIntegrationTest.testDeleteNode-seed#[5E14A061AE531331]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1606993 INFO  
(TEST-SearchRateTriggerIntegrationTest.testDeleteNode-seed#[5E14A061AE531331]) 
[    ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new 
znode version 3
   [junit4]   2> 1606993 DEBUG (zkCallback-2905-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 1606993 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 1606995 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1606995 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1606995 DEBUG 
(OverseerAutoScalingTriggerThread-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 1612004 INFO  (qtp1758755827-10121) [n:127.0.0.1:47805_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=deleteNode_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1612016 INFO  (OverseerThreadFactory-3795-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection deleteNode_collection
   [junit4]   2> 1612127 INFO  
(OverseerStateUpdate-73792853437382669-127.0.0.1:57779_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteNode_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteNode_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:57779/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1612130 INFO  
(OverseerStateUpdate-73792853437382669-127.0.0.1:57779_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteNode_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteNode_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39954/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1612356 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr    
x:deleteNode_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteNode_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1612369 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr    
x:deleteNode_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteNode_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1613422 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.4.0
   [junit4]   2> 1613423 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.4.0
   [junit4]   2> 1613431 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[deleteNode_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1613431 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.s.IndexSchema 
[deleteNode_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1613435 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1613435 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1613435 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteNode_collection_shard1_replica_n2' using configuration from 
collection deleteNode_collection, trusted=true
   [junit4]   2> 1613435 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteNode_collection_shard1_replica_n1' using configuration from 
collection deleteNode_collection, trusted=true
   [junit4]   2> 1613435 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_39954.solr.core.deleteNode_collection.shard1.replica_n2' 
(registry 'solr.core.deleteNode_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1613435 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_57779.solr.core.deleteNode_collection.shard1.replica_n1' 
(registry 'solr.core.deleteNode_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1613435 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1613435 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1613436 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[[deleteNode_collection_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node3/deleteNode_collection_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node3/./deleteNode_collection_shard1_replica_n2/data/]
   [junit4]   2> 1613436 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[deleteNode_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node4/deleteNode_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node4/./deleteNode_collection_shard1_replica_n1/data/]
   [junit4]   2> 1613516 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1613516 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1613516 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1613516 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1613518 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1613518 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1613518 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1613518 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1613520 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1895a82f[deleteNode_collection_shard1_replica_n2] main]
   [junit4]   2> 1613520 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@311ae89a[deleteNode_collection_shard1_replica_n1] main]
   [junit4]   2> 1613521 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1613522 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1613522 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1613522 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1613523 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1613523 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1613523 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1600364025657425920
   [junit4]   2> 1613524 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1600364025658474496
   [junit4]   2> 1613526 INFO  
(searcherExecutor-3806-thread-1-processing-n:127.0.0.1:39954_solr 
x:deleteNode_collection_shard1_replica_n2 c:deleteNode_collection s:shard1 
r:core_node4) [n:127.0.0.1:39954_solr c:deleteNode_collection s:shard1 
r:core_node4 x:deleteNode_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[deleteNode_collection_shard1_replica_n2] Registered new searcher 
Searcher@1895a82f[deleteNode_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1613527 INFO  
(searcherExecutor-3807-thread-1-processing-n:127.0.0.1:57779_solr 
x:deleteNode_collection_shard1_replica_n1 c:deleteNode_collection s:shard1 
r:core_node3) [n:127.0.0.1:57779_solr c:deleteNode_collection s:shard1 
r:core_node3 x:deleteNode_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteNode_collection_shard1_replica_n1] Registered new searcher 
Searcher@311ae89a[deleteNode_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1613535 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteNode_collection/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1613538 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteNode_collection/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1613542 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1613542 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1613543 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:57779/solr/deleteNode_collection_shard1_replica_n1/
   [junit4]   2> 1613543 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deleteNode_collection_shard1_replica_n1 url=https://127.0.0.1:57779/solr 
START 
replicas=[https://127.0.0.1:39954/solr/deleteNode_collection_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 1613547 INFO  (qtp1832386451-10159) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.c.S.Request 
[deleteNode_collection_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1613844 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=deleteNode_collection_shard1_replica_n1 url=https://127.0.0.1:57779/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 1613844 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1613844 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1613844 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1613852 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:57779/solr/deleteNode_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1613969 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1613974 INFO  (qtp571615543-10132) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteNode_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1617
   [junit4]   2> 1614072 INFO  (zkCallback-2888-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1614545 INFO  (qtp1832386451-10158) [n:127.0.0.1:39954_solr 
c:deleteNode_collection s:shard1 r:core_node4 
x:deleteNode_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deleteNode_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2176
   [junit4]   2> 1614549 INFO  (qtp1758755827-10121) [n:127.0.0.1:47805_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1614644 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1614644 INFO  (zkCallback-2888-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1615551 INFO  (qtp1758755827-10121) [n:127.0.0.1:47805_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=deleteNode_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3546
   [junit4]   2> 1615552 INFO  (qtp1758755827-10146) [n:127.0.0.1:47805_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=deleteNode_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1615555 INFO  
(OverseerCollectionConfigSetProcessor-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] 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> 1615558 INFO  (OverseerThreadFactory-3795-thread-2) [ 
c:deleteNode_collection s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:47805_solr for creating new replica
   [junit4]   2> 1615563 INFO  
(OverseerStateUpdate-73792853437382669-127.0.0.1:57779_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"deleteNode_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteNode_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:47805/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:47805_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1615665 INFO  (zkCallback-2888-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1615665 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1615768 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr    
x:deleteNode_collection_shard1_replica_n5] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=deleteNode_collection_shard1_replica_n5&action=CREATE&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1615769 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr    
x:deleteNode_collection_shard1_replica_n5] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1615782 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.4.0
   [junit4]   2> 1615790 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.s.IndexSchema 
[deleteNode_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 1615793 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1615793 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteNode_collection_shard1_replica_n5' using configuration from 
collection deleteNode_collection, trusted=true
   [junit4]   2> 1615794 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_47805.solr.core.deleteNode_collection.shard1.replica_n5' 
(registry 'solr.core.deleteNode_collection.shard1.replica_n5') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1615794 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1615794 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.c.SolrCore 
[[deleteNode_collection_shard1_replica_n5] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node2/deleteNode_collection_shard1_replica_n5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node2/./deleteNode_collection_shard1_replica_n5/data/]
   [junit4]   2> 1615879 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1615879 INFO  (zkCallback-2888-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1615889 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1615889 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1615891 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1615891 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1615893 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@38bcf3ed[deleteNode_collection_shard1_replica_n5] main]
   [junit4]   2> 1615895 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1615895 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1615896 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1615897 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1600364028146745344
   [junit4]   2> 1615901 INFO  
(searcherExecutor-3816-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] o.a.s.c.SolrCore 
[deleteNode_collection_shard1_replica_n5] Registered new searcher 
Searcher@38bcf3ed[deleteNode_collection_shard1_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1615904 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteNode_collection/terms/shard1 to 
Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 1615906 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.c.ZkController Core needs to 
recover:deleteNode_collection_shard1_replica_n5
   [junit4]   2> 1615907 INFO  
(updateExecutor-2870-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1615913 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1615914 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1615914 INFO  (qtp1758755827-10145) [n:127.0.0.1:47805_solr 
c:deleteNode_collection s:shard1 r:core_node6 
x:deleteNode_collection_shard1_replica_n5] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=deleteNode_collection_shard1_replica_n5&action=CREATE&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=145
   [junit4]   2> 1615917 INFO  (qtp1758755827-10146) [n:127.0.0.1:47805_solr 
c:deleteNode_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={action=ADDREPLICA&collection=deleteNode_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=364
   [junit4]   2> 1615918 INFO  (qtp1758755827-10147) [n:127.0.0.1:47805_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=deleteNode_collection&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1615921 INFO  (qtp571615543-10136) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.S.Request 
[deleteNode_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping 
params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1615921 INFO  (qtp571615543-10136) [n:127.0.0.1:57779_solr 
c:deleteNode_collection s:shard1 r:core_node3 
x:deleteNode_collection_shard1_replica_n1] o.a.s.c.S.Request 
[deleteNode_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1615921 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[deleteNode_collection_shard1_replica_n5]
   [junit4]   2> 1615921 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] o.a.s.u.UpdateLog 
Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1615921 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Publishing state of core 
[deleteNode_collection_shard1_replica_n5] as recovering, leader is 
[https://127.0.0.1:57779/solr/deleteNode_collection_shard1_replica_n1/] and I 
am [https://127.0.0.1:47805/solr/deleteNode_collection_shard1_replica_n5/]
   [junit4]   2> 1615925 INFO  
(OverseerCollectionConfigSetProcessor-73792853437382669-127.0.0.1:57779_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1615933 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/deleteNode_collection/terms/shard1 
to Terms{values={core_node6=0, core_node6_recovering=0, core_node3=0, 
core_node4=0}, version=3}
   [junit4]   2> 1615936 INFO  
(recoveryExecutor-2879-thread-1-processing-n:127.0.0.1:47805_solr 
x:deleteNode_collection_shard1_replica_n5 c:deleteNode_collection s:shard1 
r:core_node6) [n:127.0.0.1:47805_solr c:deleteNode_collection s:shard1 
r:core_node6 x:deleteNode_collection_shard1_replica_n5] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[https://127.0.0.1:57779/solr]; [WaitForState: 
action=PREPRECOVERY&core=deleteNode_collection_shard1_replica_n1&nodeName=127.0.0.1:47805_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1615936 INFO  (OverseerThreadFactory-3795-thread-3) [ 
c:deleteNode_collection s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:54181_solr for creating new replica
   [junit4]   2> 1615939 INFO  
(OverseerStateUpdate-73792853437382669-127.0.0.1:57779_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"deleteNode_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteNode_collection_shard1_replica_t7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:54181/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:54181_solr",
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1615948 INFO  (qtp571615543-10138) [n:127.0.0.1:57779_solr    
x:deleteNode_collection_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to 
wait for coreNodeName: core_node6, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 1615950 INFO  (qtp571615543-10138) [n:127.0.0.1:57779_solr    
x:deleteNode_collection_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=deleteNode_collection, shard=shard1, 
thisCore=deleteNode_collection_shard1_replica_n1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:47805_solr, 
coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: 
core_node6:{"core":"deleteNode_collection_shard1_replica_n5","base_url":"https://127.0.0.1:47805/solr","node_name":"127.0.0.1:47805_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 1616044 INFO  (zkCallback-2886-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616044 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616045 INFO  (zkCallback-2888-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616048 INFO  (zkCallback-2886-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616149 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr    
x:deleteNode_collection_shard1_replica_t7] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=deleteNode_collection_shard1_replica_t7&action=CREATE&collection=deleteNode_collection&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1616162 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.4.0
   [junit4]   2> 1616170 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.s.IndexSchema 
[deleteNode_collection_shard1_replica_t7] Schema name=minimal
   [junit4]   2> 1616174 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1616174 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.c.CoreContainer Creating 
SolrCore 'deleteNode_collection_shard1_replica_t7' using configuration from 
collection deleteNode_collection, trusted=true
   [junit4]   2> 1616177 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_54181.solr.core.deleteNode_collection.shard1.replica_t7' 
(registry 'solr.core.deleteNode_collection.shard1.replica_t7') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@428d74d2
   [junit4]   2> 1616178 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1616178 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.c.SolrCore 
[[deleteNode_collection_shard1_replica_t7] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node1/deleteNode_collection_shard1_replica_t7],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_5E14A061AE531331-001/tempDir-001/node1/./deleteNode_collection_shard1_replica_t7/data/]
   [junit4]   2> 1616250 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1616250 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1616252 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1616252 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1616254 INFO  (zkCallback-2888-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616254 INFO  (zkCallback-2886-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616254 INFO  (zkCallback-2886-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616254 INFO  (zkCallback-2884-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deleteNode_collection/state.json] for collection 
[deleteNode_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 1616256 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a975371[deleteNode_collection_shard1_replica_t7] main]
   [junit4]   2> 1616258 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1616258 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1616259 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1616260 INFO  
(searcherExecutor-3821-thread-1-processing-n:127.0.0.1:54181_solr 
x:deleteNode_collection_shard1_replica_t7 c:deleteNode_collection s:shard1 
r:core_node8) [n:127.0.0.1:54181_solr c:deleteNode_collection s:shard1 
r:core_node8 x:deleteNode_collection_shard1_replica_t7] o.a.s.c.SolrCore 
[deleteNode_collection_shard1_replica_t7] Registered new searcher 
Searcher@7a975371[deleteNode_collection_shard1_replica_t7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1616260 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1600364028527378432
   [junit4]   2> 1616267 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/deleteNode_collection/terms/shard1 to 
Terms{values={core_node6=0, core_node8=0, core_node6_recovering=0, 
core_node3=0, core_node4=0}, version=4}
   [junit4]   2> 1616269 INFO  (qtp277687652-10127) [n:127.0.0.1:54181_solr 
c:deleteNode_collection s:shard1 r:core_node8 
x:deleteNode_collection_shard1_replica_t7] o.a.s.c.ZkController Core needs to 
recover:deleteNode_collection_shard1_replica_t7
   [junit4]   2> 1616270 INFO  
(updateExecutor-2862-thread-1-processing-n:127.0.0.1:54181_solr 
x:deleteNode_collection_shard1_replica_t7 c:deleteNode_collection s:shard1 
r:core_node8) [n:127.0.0.1:54181_solr c:deleteNode_collection s:shard1 
r:core_node8 x:deleteNode_collection_shard1_replica_t7] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1616270 INFO  
(recoveryExecutor-2867-thread-1-processing-n:127.0.0.1:54181_solr 
x:deleteNode_collection_shard1_replica_t7 c:deleteNode_collection s:shard1 
r:core_node8) [n:127.0.0.1:54181_solr c:deleteNode_collection s:shard1 
r:core_node8 x:deleteNode_collection_shard1_replica_t7] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1616273 INFO  
(recoveryExecutor-2867-thread-1-processing-n:127.0.0.1:54181_solr 
x:deleteNode_collection_shard1_replica_t7 c:deleteNode_collection s:shard1 
r:core_node8) [n:127.0.0.1:54181_solr c:deleteNode_collection s:shard1 
r:core_node8 x:deleteNode_collection_shard1_replica_t7] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1616273 INFO  
(recoveryExecutor-2867-thread-1-processing-n:127.0.0.1:54181_solr 
x:deleteNode_collection_shard1_replica_t7 c:deleteNode_collection s:shard1 
r:core_node8) [n:127.0.0.1:54181_solr c:deleteNode_collection s:shard1 
r:core_node8 x:deleteNode_collection_shard1_replica_t7] o.a.s.c.ZkController 
deleteNode_collection_shard1_replica_t7 stopping background replication from 
leader
   [junit4]   2> 1616275 INFO  (qtp277687652-10

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

lowed-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-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-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/lucene/null370765764
     [copy] Copying 40 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/null370765764
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/lucene/null370765764

resolve-example:

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:

resolve-server:

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:

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-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:

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/null1999070075
     [copy] Copying 246 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1999070075
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/null1999070075

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 76ms :: 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: 164 minutes 8 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to