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

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

Error Message:
[Op{action=DELETEREPLICA, hints={COLL_SHARD=[{   
"first":"deleteNode_collection",   "second":"shard1"}], 
REPLICA=[core_node10]}}, Op{action=DELETEREPLICA, hints={COLL_SHARD=[{   
"first":"deleteNode_collection",   "second":"shard1"}], REPLICA=[core_node8]}}, 
Op{action=DELETEREPLICA, hints={COLL_SHARD=[{   
"first":"deleteNode_collection",   "second":"shard1"}], REPLICA=[core_node6]}}, 
Op{action=DELETEREPLICA, hints={COLL_SHARD=[{   
"first":"deleteNode_collection",   "second":"shard1"}], REPLICA=[core_node3]}}, 
Op{action=DELETENODE, hints={SRC_NODE=[127.0.0.1:37804_solr]}}, 
Op{action=DELETENODE, hints={SRC_NODE=[127.0.0.1:38870_solr]}}, 
Op{action=DELETENODE, hints={SRC_NODE=[127.0.0.1:44550_solr]}}, 
Op{action=DELETENODE, hints={SRC_NODE=[127.0.0.1:39913_solr]}}, 
Op{action=DELETENODE, hints={SRC_NODE=[127.0.0.1:40504_solr]}}] expected:<8> 
but was:<9>

Stack Trace:
java.lang.AssertionError: [Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
  "first":"deleteNode_collection",
  "second":"shard1"}], REPLICA=[core_node10]}}, Op{action=DELETEREPLICA, 
hints={COLL_SHARD=[{
  "first":"deleteNode_collection",
  "second":"shard1"}], REPLICA=[core_node8]}}, Op{action=DELETEREPLICA, 
hints={COLL_SHARD=[{
  "first":"deleteNode_collection",
  "second":"shard1"}], REPLICA=[core_node6]}}, Op{action=DELETEREPLICA, 
hints={COLL_SHARD=[{
  "first":"deleteNode_collection",
  "second":"shard1"}], REPLICA=[core_node3]}}, Op{action=DELETENODE, 
hints={SRC_NODE=[127.0.0.1:37804_solr]}}, Op{action=DELETENODE, 
hints={SRC_NODE=[127.0.0.1:38870_solr]}}, Op{action=DELETENODE, 
hints={SRC_NODE=[127.0.0.1:44550_solr]}}, Op{action=DELETENODE, 
hints={SRC_NODE=[127.0.0.1:39913_solr]}}, Op{action=DELETENODE, 
hints={SRC_NODE=[127.0.0.1:40504_solr]}}] expected:<8> but was:<9>
        at 
__randomizedtesting.SeedInfo.seed([97127F97D7306369:B580B115E0FAEC14]: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.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:655)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12687 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 946127 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/init-core-data-001
   [junit4]   2> 946130 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 946130 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 946132 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-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> 946133 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001
   [junit4]   2> 946133 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 946133 INFO  (Thread-1673) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 946133 INFO  (Thread-1673) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 946135 ERROR (Thread-1673) [    ] 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> 946233 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37257
   [junit4]   2> 946236 INFO  (zkConnectionManagerCallback-1358-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946240 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10528f34ddf0000, likely client has closed socket
   [junit4]   2> 946242 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 946243 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 946243 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 946244 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 946244 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 946248 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946248 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946248 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 946249 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946249 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946249 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 946249 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77c0f4f0{/solr,null,AVAILABLE}
   [junit4]   2> 946249 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6769468b{/solr,null,AVAILABLE}
   [junit4]   2> 946251 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946251 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946251 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 946252 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946252 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946252 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 946252 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2375116{/solr,null,AVAILABLE}
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6d97cb1f{SSL,[ssl, 
http/1.1]}{127.0.0.1:39913}
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.e.j.s.Server Started @946305ms
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39913}
   [junit4]   2> 946259 ERROR (jetty-launcher-1355-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946259 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-18T01:01:09.491Z
   [junit4]   2> 946260 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@78cf2a78{SSL,[ssl, 
http/1.1]}{127.0.0.1:37804}
   [junit4]   2> 946260 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.e.j.s.Server Started @946307ms
   [junit4]   2> 946260 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@76ef2cbe{/solr,null,AVAILABLE}
   [junit4]   2> 946260 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37804}
   [junit4]   2> 946260 ERROR (jetty-launcher-1355-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 946260 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-18T01:01:09.493Z
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5cc1dcfe{SSL,[ssl, 
http/1.1]}{127.0.0.1:44550}
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.e.j.s.Server Started @946307ms
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44550}
   [junit4]   2> 946261 ERROR (jetty-launcher-1355-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946261 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-18T01:01:09.493Z
   [junit4]   2> 946270 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@42691f6b{SSL,[ssl, 
http/1.1]}{127.0.0.1:38870}
   [junit4]   2> 946270 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.e.j.s.Server Started @946317ms
   [junit4]   2> 946270 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38870}
   [junit4]   2> 946270 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 946270 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 946271 ERROR (jetty-launcher-1355-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17dd9bab{/solr,null,AVAILABLE}
   [junit4]   2> 946271 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-18T01:01:09.503Z
   [junit4]   2> 946272 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5102fa4b{SSL,[ssl, 
http/1.1]}{127.0.0.1:40504}
   [junit4]   2> 946272 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.e.j.s.Server Started @946319ms
   [junit4]   2> 946272 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40504}
   [junit4]   2> 946272 ERROR (jetty-launcher-1355-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 946272 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 946273 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 946273 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 946273 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 946273 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-18T01:01:09.505Z
   [junit4]   2> 946273 INFO  (zkConnectionManagerCallback-1360-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946274 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946274 INFO  (zkConnectionManagerCallback-1366-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946274 INFO  (zkConnectionManagerCallback-1362-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946275 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946279 INFO  (zkConnectionManagerCallback-1364-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946286 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946286 INFO  (zkConnectionManagerCallback-1368-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946287 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946287 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 946484 INFO  (jetty-launcher-1355-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37257/solr
   [junit4]   2> 946485 INFO  (jetty-launcher-1355-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37257/solr
   [junit4]   2> 946487 INFO  (zkConnectionManagerCallback-1376-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946511 INFO  (zkConnectionManagerCallback-1373-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946544 INFO  (zkConnectionManagerCallback-1378-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946573 INFO  (zkConnectionManagerCallback-1380-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946643 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38870_solr
   [junit4]   2> 946651 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.Overseer Overseer 
(id=73509994370105353-127.0.0.1:38870_solr-n_0000000000) starting
   [junit4]   2> 946662 INFO  (jetty-launcher-1355-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37257/solr
   [junit4]   2> 946668 INFO  (zkConnectionManagerCallback-1389-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946669 INFO  (jetty-launcher-1355-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37257/solr
   [junit4]   2> 946671 INFO  (zkConnectionManagerCallback-1394-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946673 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37257/solr ready
   [junit4]   2> 946674 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38870_solr
   [junit4]   2> 946680 INFO  
(OverseerStateUpdate-73509994370105353-127.0.0.1:38870_solr-n_0000000000) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38870_solr
   [junit4]   2> 946680 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 946681 INFO  (zkConnectionManagerCallback-1398-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946682 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10528f34ddf000b, likely client has closed socket
   [junit4]   2> 946683 INFO  (jetty-launcher-1355-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37257/solr
   [junit4]   2> 946687 INFO  (zkCallback-1393-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 946699 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 946699 INFO  
(OverseerStateUpdate-73509994370105353-127.0.0.1:38870_solr-n_0000000000) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 946699 INFO  (zkConnectionManagerCallback-1403-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946700 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 946700 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 946707 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 946723 INFO  (zkConnectionManagerCallback-1401-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946724 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x10528f34ddf000d, likely client has closed socket
   [junit4]   2> 946725 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 946725 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39913_solr
   [junit4]   2> 946725 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 946739 INFO  (zkCallback-1393-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 946747 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 946747 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37804_solr
   [junit4]   2> 946753 INFO  (zkCallback-1402-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 946763 INFO  (zkCallback-1393-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 946763 INFO  (zkCallback-1379-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 946764 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 946786 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38870.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946791 INFO  (zkConnectionManagerCallback-1405-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946801 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38870.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946801 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38870.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946802 INFO  (jetty-launcher-1355-thread-1) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node1/.
   [junit4]   2> 946804 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:37804_solr, 127.0.0.1:38870_solr, 127.0.0.1:39913_solr]
   [junit4]   2> 946807 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 946826 INFO  (zkCallback-1377-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 946826 INFO  (zkCallback-1402-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 946842 INFO  (zkConnectionManagerCallback-1413-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946843 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 946843 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 946843 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44550_solr
   [junit4]   2> 946844 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37257/solr ready
   [junit4]   2> 946844 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946844 INFO  (zkCallback-1393-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946847 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 946851 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 946851 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 946855 INFO  (zkCallback-1377-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946862 INFO  (zkCallback-1404-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946866 DEBUG (ScheduledTrigger-3389-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4
   [junit4]   2> 946866 INFO  (zkCallback-1402-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946866 INFO  (zkConnectionManagerCallback-1415-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946867 INFO  (zkConnectionManagerCallback-1420-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946868 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 946869 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37257/solr ready
   [junit4]   2> 946878 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 946886 INFO  (zkCallback-1412-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 946898 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39913.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946901 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 946905 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 946905 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40504_solr
   [junit4]   2> 946906 INFO  (zkCallback-1402-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946911 INFO  (zkCallback-1393-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946911 INFO  (zkCallback-1404-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946911 INFO  (zkCallback-1377-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946915 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946918 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37804.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946922 INFO  (zkConnectionManagerCallback-1429-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946925 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37804.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946925 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37804.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946926 INFO  (jetty-launcher-1355-thread-5) 
[n:127.0.0.1:37804_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node5/.
   [junit4]   2> 946933 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39913.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946933 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39913.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946934 INFO  (jetty-launcher-1355-thread-2) 
[n:127.0.0.1:39913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node4/.
   [junit4]   2> 946935 INFO  (zkCallback-1412-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946943 INFO  (zkCallback-1419-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946944 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 946944 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 946945 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37257/solr ready
   [junit4]   2> 946955 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 946983 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44550.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946991 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44550.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946991 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44550.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 946992 INFO  (jetty-launcher-1355-thread-3) 
[n:127.0.0.1:44550_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node3/.
   [junit4]   2> 946995 INFO  (zkConnectionManagerCallback-1437-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 946996 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 946997 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:37257/solr ready
   [junit4]   2> 946998 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 947018 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40504.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 947038 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40504.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 947038 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40504.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 947039 INFO  (jetty-launcher-1355-thread-4) 
[n:127.0.0.1:40504_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node2/.
   [junit4]   2> 947132 INFO  (zkConnectionManagerCallback-1440-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 947136 INFO  (zkConnectionManagerCallback-1445-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 947137 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 947138 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[97127F97D7306369]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37257/solr ready
   [junit4]   2> 947193 INFO  (qtp1932618884-6378) [n:127.0.0.1:37804_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 947244 INFO  (qtp448149092-6366) [n:127.0.0.1:38870_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 947271 INFO  (qtp2088467921-6368) [n:127.0.0.1:39913_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 947295 INFO  (qtp1757961743-6390) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 947316 INFO  (qtp1143002645-6373) [n:127.0.0.1:44550_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 947317 DEBUG (qtp1932618884-6376) [n:127.0.0.1:37804_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 947318 DEBUG (zkCallback-1393-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 947324 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 947325 INFO  (qtp1932618884-6376) [n:127.0.0.1:37804_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=137
   [junit4]   2> 947326 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 947327 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 947396 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[97127F97D7306369])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 947405 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[97127F97D7306369])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 947415 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[97127F97D7306369])
 [    ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new 
znode version 3
   [junit4]   2> 947418 DEBUG (zkCallback-1393-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 947418 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 947422 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 947423 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 947423 DEBUG 
(OverseerAutoScalingTriggerThread-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 952421 INFO  (qtp1932618884-6367) [n:127.0.0.1:37804_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 952424 INFO  
(OverseerThreadFactory-3391-thread-1-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
belowRate_collection
   [junit4]   2> 952550 DEBUG 
(OverseerThreadFactory-3391-thread-1-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 952553 INFO  (qtp1932618884-6378) [n:127.0.0.1:37804_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 952560 INFO  (qtp2088467921-6368) [n:127.0.0.1:39913_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 952567 INFO  (qtp448149092-6366) [n:127.0.0.1:38870_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 952582 INFO  (qtp1757961743-6390) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 952592 INFO  (qtp1143002645-6373) [n:127.0.0.1:44550_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 952592 DEBUG 
(OverseerThreadFactory-3391-thread-1-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 952594 DEBUG 
(OverseerThreadFactory-3391-thread-1-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, 
curr-time 22161876763 sessionWrapper.createTime 22161876761444217, 
this.sessionWrapper.createTime 22161876761444217 
   [junit4]   2> 952597 INFO  
(OverseerStateUpdate-73509994370105353-127.0.0.1:38870_solr-n_0000000000) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44550/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 952600 INFO  
(OverseerStateUpdate-73509994370105353-127.0.0.1:38870_solr-n_0000000000) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40504/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 952808 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr    
x:belowRate_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 952809 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr    
x:belowRate_collection_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 953824 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 953856 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 953874 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 953876 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 953877 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 953878 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_44550.solr.core.belowRate_collection.shard1.replica_n1' 
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 953879 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 953887 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 953889 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 953889 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n3' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 953889 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40504.solr.core.belowRate_collection.shard1.replica_n3' 
(registry 'solr.core.belowRate_collection.shard1.replica_n3') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 953899 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node2/belowRate_collection_shard1_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n3/data/]
   [junit4]   2> 954059 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 954060 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 954061 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 954061 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 954063 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1938a90c[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 954072 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 954081 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 954082 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 954082 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1614622991124004864
   [junit4]   2> 954082 INFO  
(searcherExecutor-3412-thread-1-processing-n:127.0.0.1:44550_solr 
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 
r:core_node2) [n:127.0.0.1:44550_solr c:belowRate_collection s:shard1 
r:core_node2 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n1] Registered new searcher 
Searcher@1938a90c[belowRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 954084 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 954084 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 954085 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 954085 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 954086 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f07c51c[belowRate_collection_shard1_replica_n3] main]
   [junit4]   2> 954087 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 954088 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 954088 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 954088 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 954088 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1614622991130296320
   [junit4]   2> 954089 INFO  
(searcherExecutor-3413-thread-1-processing-n:127.0.0.1:40504_solr 
x:belowRate_collection_shard1_replica_n3 c:belowRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:40504_solr c:belowRate_collection s:shard1 
r:core_node4 x:belowRate_collection_shard1_replica_n3] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n3] Registered new searcher 
Searcher@6f07c51c[belowRate_collection_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 954093 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 954097 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 954599 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 954599 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 954599 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:40504/solr/belowRate_collection_shard1_replica_n3/
   [junit4]   2> 954599 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.PeerSync PeerSync: 
core=belowRate_collection_shard1_replica_n3 url=https://127.0.0.1:40504/solr 
START 
replicas=[https://127.0.0.1:44550/solr/belowRate_collection_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 954600 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.u.PeerSync PeerSync: 
core=belowRate_collection_shard1_replica_n3 url=https://127.0.0.1:40504/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 954603 INFO  (qtp1143002645-6385) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.c.S.Request 
[belowRate_collection_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 954604 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 954604 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] 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> 954604 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 954608 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:40504/solr/belowRate_collection_shard1_replica_n3/ shard1
   [junit4]   2> 954737 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 954739 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1929
   [junit4]   2> 954839 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 955104 INFO  (qtp1143002645-6377) [n:127.0.0.1:44550_solr 
c:belowRate_collection s:shard1 r:core_node2 
x:belowRate_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2296
   [junit4]   2> 955104 DEBUG 
(OverseerThreadFactory-3391-thread-1-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 955107 INFO  (qtp1932618884-6367) [n:127.0.0.1:37804_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> 955204 INFO  (zkCallback-1404-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 955204 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 956119 INFO  (qtp1932618884-6367) [n:127.0.0.1:37804_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3698
   [junit4]   2> 956174 INFO  (qtp1932618884-6378) [n:127.0.0.1:37804_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 956229 INFO  
(OverseerCollectionConfigSetProcessor-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [n:127.0.0.1:38870_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 956230 DEBUG 
(OverseerThreadFactory-3391-thread-2-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 956246 INFO  (qtp1932618884-6367) [n:127.0.0.1:37804_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 956342 INFO  (qtp2088467921-6374) [n:127.0.0.1:39913_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 956388 INFO  (qtp448149092-6382) [n:127.0.0.1:38870_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 956390 INFO  (qtp1757961743-6357) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 956399 INFO  (qtp1757961743-6357) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=9
   [junit4]   2> 956401 INFO  (qtp1143002645-6373) [n:127.0.0.1:44550_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 956403 INFO  (qtp1143002645-6373) [n:127.0.0.1:44550_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 956403 DEBUG 
(OverseerThreadFactory-3391-thread-2-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 956417 INFO  (qtp1757961743-6357) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 956418 DEBUG 
(OverseerThreadFactory-3391-thread-2-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 22161880587 
sessionWrapper.createTime 22161880584962240, this.sessionWrapper.createTime 
22161880584962240 
   [junit4]   2> 956418 INFO  
(OverseerThreadFactory-3391-thread-2-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38870_solr for creating new 
replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 956419 DEBUG 
(OverseerThreadFactory-3391-thread-2-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 956506 INFO  
(OverseerStateUpdate-73509994370105353-127.0.0.1:38870_solr-n_0000000000) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38870/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38870_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 956607 INFO  (zkCallback-1404-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 956610 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 956734 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr    
x:belowRate_collection_shard1_replica_n5] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 956734 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr    
x:belowRate_collection_shard1_replica_n5] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 956791 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 956827 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 956829 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 956829 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 956846 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38870.solr.core.belowRate_collection.shard1.replica_n5' 
(registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cc476dc
   [junit4]   2> 956846 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node1/belowRate_collection_shard1_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_97127F97D7306369-001/tempDir-001/node1/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 956899 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 956899 INFO  (zkCallback-1404-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957105 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 957105 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 957119 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 957119 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 957120 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@97c3a8b[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 957131 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 957131 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 957132 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 957132 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1614622994322161664
   [junit4]   2> 957135 INFO  
(searcherExecutor-3422-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n5] Registered new searcher 
Searcher@97c3a8b[belowRate_collection_shard1_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 957164 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node2=0, core_node6=0, core_node4=0}, version=2}
   [junit4]   2> 957166 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkController Core needs to 
recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 957183 INFO  
(updateExecutor-1369-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 957183 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 957212 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
startupVersions is empty
   [junit4]   2> 957213 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_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=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=479
   [junit4]   2> 957232 INFO  (qtp1932618884-6378) [n:127.0.0.1:37804_solr 
c:belowRate_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1058
   [junit4]   2> 957233 INFO  (qtp1932618884-6367) [n:127.0.0.1:37804_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 957279 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.S.Request 
[belowRate_collection_shard1_replica_n3]  webapp=/solr path=/admin/ping 
params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 957279 INFO  (qtp1757961743-6391) [n:127.0.0.1:40504_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n3] o.a.s.c.S.Request 
[belowRate_collection_shard1_replica_n3]  webapp=/solr path=/admin/ping 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 957280 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
   [junit4]   2> 957280 INFO  
(OverseerCollectionConfigSetProcessor-73509994370105353-127.0.0.1:38870_solr-n_0000000000)
 [n:127.0.0.1:38870_solr    ] 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> 957280 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog 
Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 957280 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
Publishing state of core [belowRate_collection_shard1_replica_n5] as 
recovering, leader is 
[https://127.0.0.1:40504/solr/belowRate_collection_shard1_replica_n3/] and I am 
[https://127.0.0.1:38870/solr/belowRate_collection_shard1_replica_n5/]
   [junit4]   2> 957293 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node6=0, core_node6_recovering=0, core_node2=0, 
core_node4=0}, version=3}
   [junit4]   2> 957294 INFO  
(recoveryExecutor-1371-thread-1-processing-n:127.0.0.1:38870_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38870_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:40504/solr]; [WaitForState: 
action=PREPRECOVERY&core=belowRate_collection_shard1_replica_n3&nodeName=127.0.0.1:38870_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 957334 INFO  (qtp1757961743-6388) [n:127.0.0.1:40504_solr    
x:belowRate_collection_shard1_replica_n3] 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> 957334 INFO  (qtp1757961743-6388) [n:127.0.0.1:40504_solr    
x:belowRate_collection_shard1_replica_n3] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=belowRate_collection, shard=shard1, 
thisCore=belowRate_collection_shard1_replica_n3, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:38870_solr, 
coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: 
core_node6:{"core":"belowRate_collection_shard1_replica_n5","base_url":"https://127.0.0.1:38870/solr","node_name":"127.0.0.1:38870_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 957335 DEBUG 
(OverseerThreadFactory-3391-thread-3-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 957337 INFO  (qtp1932618884-6378) [n:127.0.0.1:37804_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 957375 INFO  (qtp2088467921-6369) [n:127.0.0.1:39913_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 957411 INFO  (qtp448149092-6379) [n:127.0.0.1:38870_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n5:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 957412 INFO  (qtp448149092-6380) [n:127.0.0.1:38870_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 957414 INFO  (qtp1757961743-6357) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 957432 INFO  (qtp1757961743-6357) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 957461 INFO  (qtp1143002645-6373) [n:127.0.0.1:44550_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 957462 INFO  (qtp1143002645-6373) [n:127.0.0.1:44550_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 957463 DEBUG 
(OverseerThreadFactory-3391-thread-3-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 957463 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957465 INFO  (qtp1757961743-6390) [n:127.0.0.1:40504_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.belowRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 957465 INFO  (zkCallback-1379-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957465 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957465 INFO  (zkCallback-1404-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957466 DEBUG 
(OverseerThreadFactory-3391-thread-3-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 22161881635 
sessionWrapper.createTime 22161881632410757, this.sessionWrapper.createTime 
22161881632410757 
   [junit4]   2> 957466 INFO  
(OverseerThreadFactory-3391-thread-3-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39913_solr for creating new 
replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 957475 DEBUG 
(OverseerThreadFactory-3391-thread-3-processing-n:127.0.0.1:38870_solr) 
[n:127.0.0.1:38870_solr c:belowRate_collection s:shard1  ] 
o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 957485 INFO  
(OverseerStateUpdate-73509994370105353-127.0.0.1:38870_solr-n_0000000000) 
[n:127.0.0.1:38870_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_t7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39913/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39913_solr",
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 957587 INFO  (zkCallback-1379-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957587 INFO  (zkCallback-1414-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957587 INFO  (zkCallback-1404-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957591 INFO  (zkCallback-1379-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957720 INFO  (qtp2088467921-6371) [n:127.0.0.1:39913_solr    
x:belowRate_collection_shard1_replica_t7] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=belowRate_collection_shard1_replica_t7&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 957845 INFO  (zkCallback-1379-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 957845 INFO  (zkCallb

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

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

resolve:

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

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

Reply via email to