Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/10/

1 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has 
references to classes of which the sizes cannot be measured due to security 
restrictions or Java 9 module encapsulation:   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) 
and null them, your test still has references to classes of which the sizes 
cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
        at __randomizedtesting.SeedInfo.seed([68AAB1C617F11F0E]:0)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
        at 
java.security.AccessController.checkPermission(AccessController.java:884)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
        at java.lang.Class.checkPackageAccess(Class.java:2372)
        at java.lang.Class.checkMemberAccess(Class.java:2351)
        at java.lang.Class.getDeclaredFields(Class.java:1915)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
        ... 10 more




Build Log:
[...truncated 14396 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 818926 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/data-dir-53-001
   [junit4]   2> 818926 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 818926 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 818927 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-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> 818928 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 818928 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001
   [junit4]   2> 818928 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 818928 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 818929 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 819028 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:33029
   [junit4]   2> 819029 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33029
   [junit4]   2> 819029 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33029
   [junit4]   2> 819029 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33029
   [junit4]   2> 819030 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819032 INFO  (zkConnectionManagerCallback-2740-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819032 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819034 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819039 INFO  (zkConnectionManagerCallback-2742-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819039 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819040 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819041 INFO  (zkConnectionManagerCallback-2744-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819041 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819144 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819145 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819146 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819145 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 819165 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819165 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819165 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 819170 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57d69b3f{/solr,null,AVAILABLE}
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e50d9a8{/solr,null,AVAILABLE}
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819171 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 819174 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@777ea34f{/solr,null,AVAILABLE}
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@47c568e3{SSL,[ssl, 
http/1.1]}{127.0.0.1:37775}
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.s.Server Started @819254ms
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37775}
   [junit4]   2> 819175 ERROR (jetty-launcher-2745-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819175 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-23T22:13:49.707Z
   [junit4]   2> 819183 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 819183 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 819183 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 819187 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@10513db8{/solr,null,AVAILABLE}
   [junit4]   2> 819188 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5045e9f1{/solr,null,AVAILABLE}
   [junit4]   2> 819188 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2adb58b0{SSL,[ssl, 
http/1.1]}{127.0.0.1:37117}
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.s.Server Started @819267ms
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37117}
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@518029f4{SSL,[ssl, 
http/1.1]}{127.0.0.1:34225}
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.s.Server Started @819267ms
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34225}
   [junit4]   2> 819189 ERROR (jetty-launcher-2745-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819189 ERROR (jetty-launcher-2745-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-23T22:13:49.721Z
   [junit4]   2> 819189 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-23T22:13:49.721Z
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7ffa859b{SSL,[ssl, 
http/1.1]}{127.0.0.1:40217}
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.s.Server Started @819269ms
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40217}
   [junit4]   2> 819190 ERROR (jetty-launcher-2745-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819190 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-23T22:13:49.722Z
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7be9b106{SSL,[ssl, 
http/1.1]}{127.0.0.1:43559}
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.s.Server Started @819270ms
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43559}
   [junit4]   2> 819191 ERROR (jetty-launcher-2745-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819191 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-23T22:13:49.723Z
   [junit4]   2> 819192 INFO  (zkConnectionManagerCallback-2747-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819192 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819193 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819193 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819193 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819195 INFO  (zkConnectionManagerCallback-2753-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819196 INFO  (zkConnectionManagerCallback-2755-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819196 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819196 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819203 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819203 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819209 INFO  (zkConnectionManagerCallback-2751-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819209 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819209 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819219 INFO  (zkConnectionManagerCallback-2750-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819219 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819311 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819380 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819380 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819381 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@283dfa4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819381 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@283dfa4f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819382 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819383 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@14bd2cc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819383 WARN  (jetty-launcher-2745-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@14bd2cc6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819384 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819387 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819395 INFO  (zkConnectionManagerCallback-2763-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819395 INFO  (jetty-launcher-2745-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819416 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819417 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819417 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@73d92950[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819417 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@73d92950[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819419 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819423 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7452284[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819423 WARN  (jetty-launcher-2745-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7452284[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819424 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819431 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819434 INFO  (zkConnectionManagerCallback-2771-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819434 INFO  (jetty-launcher-2745-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819452 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819452 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819453 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@657ecc61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819453 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@657ecc61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819454 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819455 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@73384a02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819455 WARN  (jetty-launcher-2745-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@73384a02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819455 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819456 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819457 INFO  (zkConnectionManagerCallback-2777-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819457 INFO  (jetty-launcher-2745-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819579 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819580 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819580 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@bf5e330[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819580 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@bf5e330[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819582 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819583 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2fd939ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819583 WARN  (jetty-launcher-2745-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2fd939ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819584 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819587 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819591 INFO  (zkConnectionManagerCallback-2784-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819591 INFO  (jetty-launcher-2745-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819610 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 819611 INFO  (zkConnectionManagerCallback-2786-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819611 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 819647 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40217_solr
   [junit4]   2> 819647 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.Overseer Overseer 
(id=72946316114788364-127.0.0.1:40217_solr-n_0000000000) starting
   [junit4]   2> 819650 INFO  
(OverseerStateUpdate-72946316114788364-127.0.0.1:40217_solr-n_0000000000) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40217_solr
   [junit4]   2> 819650 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40217_solr
   [junit4]   2> 819651 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 819652 WARN  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819655 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 819658 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 819659 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 819659 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 819664 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:40217_solr]
   [junit4]   2> 819667 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 819667 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 819668 DEBUG (ScheduledTrigger-2989-thread-3) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 819671 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 819690 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 819691 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819691 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40217.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819691 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1ddcbc9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819691 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1ddcbc9b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819693 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 819694 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5ef0a61c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819694 WARN  (jetty-launcher-2745-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5ef0a61c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 819694 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33029/solr
   [junit4]   2> 819695 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 819696 INFO  (zkConnectionManagerCallback-2796-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819696 INFO  (jetty-launcher-2745-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 819696 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40217.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819696 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40217.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819697 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 819698 INFO  (jetty-launcher-2745-thread-3) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node3/.
   [junit4]   2> 819710 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 819711 INFO  (zkConnectionManagerCallback-2798-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819711 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 819714 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 819717 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43559_solr as DOWN
   [junit4]   2> 819717 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 819717 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43559_solr
   [junit4]   2> 819718 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 819718 INFO  (zkCallback-2797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 819719 WARN  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819730 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 819751 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43559.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819757 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43559.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819757 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43559.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819758 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 819759 INFO  (jetty-launcher-2745-thread-2) 
[n:127.0.0.1:43559_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node2/.
   [junit4]   2> 819811 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 819812 INFO  (zkConnectionManagerCallback-2804-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819812 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 819815 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 819821 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37775_solr as DOWN
   [junit4]   2> 819822 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 819822 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37775_solr
   [junit4]   2> 819827 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 819827 INFO  (zkCallback-2797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 819827 INFO  (zkCallback-2803-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 819827 WARN  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819843 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 819856 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37775.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819862 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37775.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819862 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37775.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819863 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 819863 INFO  (jetty-launcher-2745-thread-5) 
[n:127.0.0.1:37775_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node5/.
   [junit4]   2> 819911 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 819912 INFO  (zkConnectionManagerCallback-2810-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819912 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 819915 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 819918 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34225_solr as DOWN
   [junit4]   2> 819918 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 819918 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34225_solr
   [junit4]   2> 819919 INFO  (zkCallback-2803-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819919 INFO  (zkCallback-2797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819919 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819920 WARN  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 819923 INFO  (zkCallback-2809-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 819931 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 819944 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34225.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819950 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34225.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819950 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34225.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 819951 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 819952 INFO  (jetty-launcher-2745-thread-4) 
[n:127.0.0.1:34225_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node4/.
   [junit4]   2> 820012 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 820013 INFO  (zkConnectionManagerCallback-2816-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820013 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 820016 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 820018 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:37117_solr as DOWN
   [junit4]   2> 820019 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 820019 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37117_solr
   [junit4]   2> 820020 INFO  (zkCallback-2797-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820020 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820020 INFO  (zkCallback-2809-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820020 INFO  (zkCallback-2803-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820021 WARN  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 820026 INFO  (zkCallback-2815-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 820035 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 820048 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37117.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 820054 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37117.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 820054 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37117.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 820055 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 820056 INFO  (jetty-launcher-2745-thread-1) 
[n:127.0.0.1:37117_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node1/.
   [junit4]   2> 820107 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 820107 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 820108 INFO  (zkConnectionManagerCallback-2825-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820108 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 820109 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820110 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33029/solr ready
   [junit4]   2> 820129 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 820134 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_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> 820146 INFO  (qtp1696706655-56843) [n:127.0.0.1:37117_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> 820159 INFO  (qtp138382767-56852) [n:127.0.0.1:37775_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> 820178 INFO  (qtp805332944-56839) [n:127.0.0.1:40217_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> 820204 INFO  (qtp873681871-56863) [n:127.0.0.1:43559_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> 820208 DEBUG (qtp511368816-56844) [n:127.0.0.1:34225_solr     
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 820209 INFO  (qtp511368816-56844) [n:127.0.0.1:34225_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=78
   [junit4]   2> 820211 DEBUG (zkCallback-2785-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 820212 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 820220 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 820221 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 820295 INFO  
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[68AAB1C617F11F0E])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
   [junit4]   2> 820296 INFO  
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[68AAB1C617F11F0E])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820316 INFO  
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[68AAB1C617F11F0E])
 [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, 
new znode version 3
   [junit4]   2> 820316 DEBUG (zkCallback-2785-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 820316 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 820333 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 820333 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 820334 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 820340 INFO  
(OverseerThreadFactory-2991-thread-1-processing-n:127.0.0.1:40217_solr) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
aboveRate_collection
   [junit4]   2> 820488 INFO  
(OverseerStateUpdate-72946316114788364-127.0.0.1:40217_solr-n_0000000000) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40217/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 820490 INFO  
(OverseerStateUpdate-72946316114788364-127.0.0.1:40217_solr-n_0000000000) 
[n:127.0.0.1:40217_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34225/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 820734 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr    
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 820734 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr    
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 820734 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr    
x:aboveRate_collection_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 821780 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 821812 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 821816 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[aboveRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 821819 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 821819 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'aboveRate_collection_shard1_replica_n1' using configuration from 
collection aboveRate_collection, trusted=true
   [junit4]   2> 821819 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40217.solr.core.aboveRate_collection.shard1.replica_n1' 
(registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 821820 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[aboveRate_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node3/aboveRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node3/./aboveRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 821823 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema 
[aboveRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 821825 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 821825 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'aboveRate_collection_shard1_replica_n2' using configuration from 
collection aboveRate_collection, trusted=true
   [junit4]   2> 821825 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_34225.solr.core.aboveRate_collection.shard1.replica_n2' 
(registry 'solr.core.aboveRate_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@227906d8
   [junit4]   2> 821826 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[aboveRate_collection_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node4/aboveRate_collection_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_68AAB1C617F11F0E-001/tempDir-001/node4/./aboveRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 821904 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 821904 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 821906 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 821906 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 821907 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76038682[aboveRate_collection_shard1_replica_n2] main]
   [junit4]   2> 821924 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 821924 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 821925 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 821925 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 821926 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 821926 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f94fd51[aboveRate_collection_shard1_replica_n1] main]
   [junit4]   2> 821926 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 821927 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 821927 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1653750347814928384
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 821928 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1653750347815976960
   [junit4]   2> 821930 INFO  
(searcherExecutor-3016-thread-1-processing-n:127.0.0.1:34225_solr 
x:aboveRate_collection_shard1_replica_n2 c:aboveRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:34225_solr c:aboveRate_collection s:shard1 
r:core_node4 x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore 
[aboveRate_collection_shard1_replica_n2] Registered new searcher 
Searcher@76038682[aboveRate_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 821944 INFO  
(searcherExecutor-3015-thread-1-processing-n:127.0.0.1:40217_solr 
x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1 
r:core_node3) [n:127.0.0.1:40217_solr c:aboveRate_collection s:shard1 
r:core_node3 x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[aboveRate_collection_shard1_replica_n1] Registered new searcher 
Searcher@1f94fd51[aboveRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 821945 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/aboveRate_collection/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 821945 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 821947 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 821948 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/aboveRate_collection/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 821948 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/aboveRate_collection/leaders/shard1
   [junit4]   2> 822448 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 822448 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 822448 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:40217/solr/aboveRate_collection_shard1_replica_n1/
   [junit4]   2> 822449 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: 
core=aboveRate_collection_shard1_replica_n1 url=https://127.0.0.1:40217/solr 
START 
replicas=[https://127.0.0.1:34225/solr/aboveRate_collection_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 822451 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: 
core=aboveRate_collection_shard1_replica_n1 url=https://127.0.0.1:40217/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 822454 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request 
[aboveRate_collection_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 822454 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 822454 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 822455 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/aboveRate_collection/leaders/shard1/leader after winning as 
/collections/aboveRate_collection/leader_elect/shard1/election/72946316114788364-core_node3-n_0000000000
   [junit4]   2> 822456 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:40217/solr/aboveRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 822557 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822558 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 822560 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1826
   [junit4]   2> 822660 INFO  (zkCallback-2785-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822660 INFO  (zkCallback-2785-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822952 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2218
   [junit4]   2> 822954 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 823052 INFO  (zkCallback-2803-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2809-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2809-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2785-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823052 INFO  (zkCallback-2785-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823053 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2720
   [junit4]   2> 823071 INFO  (qtp138382767-56851) [n:127.0.0.1:37775_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> 823077 INFO  (qtp511368816-56856) [n:127.0.0.1:34225_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823078 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_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> 823085 INFO  (qtp1696706655-56836) [n:127.0.0.1:37117_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> 823089 INFO  (qtp805332944-56840) [n:127.0.0.1:40217_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823090 INFO  (qtp805332944-56841) [n:127.0.0.1:40217_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> 823093 INFO  (qtp873681871-56861) [n:127.0.0.1:43559_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> 823093 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823094 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 823094 DEBUG (zkCallback-2785-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
4
   [junit4]   2> 823094 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 4
   [junit4]   2> 823094 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 823095 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, 
lastZnodeVersion 4
   [junit4]   2> 823096 INFO  (qtp138382767-56852) [n:127.0.0.1:37775_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> 823097 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823098 INFO  (qtp511368816-56844) [n:127.0.0.1:34225_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> 823099 INFO  (qtp1696706655-56838) [n:127.0.0.1:37117_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> 823099 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823100 INFO  (qtp805332944-56850) [n:127.0.0.1:40217_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> 823101 INFO  (qtp873681871-56862) [n:127.0.0.1:43559_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> 823101 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823102 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 823102 DEBUG (zkCallback-2785-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
5
   [junit4]   2> 823102 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 5
   [junit4]   2> 823102 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 823103 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, 
lastZnodeVersion 5
   [junit4]   2> 823104 INFO  (qtp138382767-56848) [n:127.0.0.1:37775_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> 823105 INFO  (qtp511368816-56855) [n:127.0.0.1:34225_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823106 INFO  (qtp511368816-56856) [n:127.0.0.1:34225_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> 823107 INFO  (qtp1696706655-56843) [n:127.0.0.1:37117_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> 823107 INFO  (qtp805332944-56839) [n:127.0.0.1:40217_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823108 INFO  (qtp805332944-56840) [n:127.0.0.1:40217_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> 823109 INFO  (qtp873681871-56863) [n:127.0.0.1:43559_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> 823109 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823110 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 823110 DEBUG (zkCallback-2785-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
6
   [junit4]   2> 823110 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 6
   [junit4]   2> 823110 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 823111 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, 
lastZnodeVersion 6
   [junit4]   2> 823112 INFO  (qtp138382767-56849) [n:127.0.0.1:37775_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> 823112 INFO  (qtp511368816-56824) [n:127.0.0.1:34225_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823113 INFO  (qtp511368816-56828) [n:127.0.0.1:34225_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> 823114 INFO  (qtp1696706655-56832) [n:127.0.0.1:37117_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> 823115 INFO  (qtp805332944-56841) [n:127.0.0.1:40217_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 823117 INFO  (qtp805332944-56845) [n:127.0.0.1:40217_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> 823119 INFO  (qtp873681871-56847) [n:127.0.0.1:43559_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> 823119 DEBUG (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 823133 INFO  (qtp138382767-56846) [n:127.0.0.1:37775_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=22
   [junit4]   2> 823133 DEBUG (zkCallback-2785-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
7
   [junit4]   2> 823133 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 7
   [junit4]   2> 823134 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 823134 DEBUG 
(OverseerAutoScalingTriggerThread-72946316114788364-127.0.0.1:40217_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, 
lastZnodeVersion 7
   [junit4]   2> 823136 INFO  (qtp805332944-56840) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 
x:aboveRate_collection_shard1_replica_n1 ] o.a.s.c.S.Request 
[aboveRate_collection_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=aboveRate_collection:6&wt=javabin&version=2} hits=0 
status=0 QTime=0
   [junit4]   2> 823137 INFO  (qtp805332944-56841) [n:127.0.0.1:40217_solr 
c:aboveRate_collection s:shard1 r:core_node3 x:aboveRate_collection_shard

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

mpletely
   [junit4]   2> 882851 DEBUG (closeThreadPool-2865-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 882851 INFO  (closeThreadPool-2865-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72946316114788364-127.0.0.1:40217_solr-n_0000000000) closing
   [junit4]   2> 882937 INFO  (jetty-closer-2845-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7be9b106{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 882938 INFO  (jetty-closer-2845-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5045e9f1{/solr,null,UNAVAILABLE}
   [junit4]   2> 882938 INFO  (jetty-closer-2845-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 882942 INFO  (jetty-closer-2845-thread-5) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2adb58b0{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 882942 INFO  (jetty-closer-2845-thread-5) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e50d9a8{/solr,null,UNAVAILABLE}
   [junit4]   2> 882943 INFO  (jetty-closer-2845-thread-5) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883037 INFO  (jetty-closer-2845-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@518029f4{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 883038 INFO  (jetty-closer-2845-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@10513db8{/solr,null,UNAVAILABLE}
   [junit4]   2> 883038 INFO  (jetty-closer-2845-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883044 INFO  (zkCallback-2785-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 883044 INFO  (jetty-closer-2845-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@47c568e3{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 883045 INFO  (jetty-closer-2845-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@57d69b3f{/solr,null,UNAVAILABLE}
   [junit4]   2> 883045 INFO  (jetty-closer-2845-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883145 INFO  (jetty-closer-2845-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72946316114788364-127.0.0.1:40217_solr-n_0000000000) closing
   [junit4]   2> 883146 INFO  (jetty-closer-2845-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7ffa859b{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 883146 INFO  (jetty-closer-2845-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@777ea34f{/solr,null,UNAVAILABLE}
   [junit4]   2> 883146 INFO  (jetty-closer-2845-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 883147 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 883349 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      
/solr/collections/aboveRate_collection/terms/shard1
   [junit4]   2>        25      
/solr/collections/belowRate_collection/terms/shard1
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        5       /solr/packages.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       
/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2>        4       
/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2>        3       
/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        142     
/solr/collections/aboveRate_collection/state.json
   [junit4]   2>        129     
/solr/collections/belowRate_collection/state.json
   [junit4]   2>        20      /solr/autoscaling.json
   [junit4]   2>        15      /solr/aliases.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/aboveRate_collection/leader_elect/shard1/election/72946316114788368-core_node4-n_0000000001
   [junit4]   2>        2       
/solr/collections/belowRate_collection/leader_elect/shard1/election/72946316114788364-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72946316114788364-127.0.0.1:40217_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        95      /solr/overseer/queue
   [junit4]   2>        36      /solr/overseer/collection-queue-work
   [junit4]   2>        28      /solr/live_nodes
   [junit4]   2>        27      /solr/collections
   [junit4]   2>        6       /solr/autoscaling/events/search_rate_trigger2
   [junit4]   2>        2       /solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 883351 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33029
   [junit4]   2> 883351 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33029
   [junit4]   2> 883351 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33029
   [junit4]   2> 883352 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[68AAB1C617F11F0E]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 23, 2019 10:14:54 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=798, maxMBSortInHeap=7.497946329168789, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@17e88af9),
 locale=en-IE, timezone=Pacific/Nauru
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=229654312,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [ResponseBuilderTest, 
PackageManagerCLITest, TestStressUserVersions, RegexBytesRefFilterTest, 
TestTestInjection, TestFieldCacheSortRandom, TestNumericRangeQuery32, 
BasicDistributedZk2Test, TestRandomFaceting, TestIBSimilarityFactory, 
UUIDFieldTest, RulesTest, DocumentBuilderTest, TestCSVResponseWriter, 
NodeAddedTriggerIntegrationTest, TestQuerySenderListener, 
DistribDocExpirationUpdateProcessorTest, ScheduledMaintenanceTriggerTest, 
TestHalfAndHalfDocValues, TestPrepRecovery, TestHighlightDedupGrouping, 
TestRestoreCore, PathHierarchyTokenizerFactoryTest, 
ConcurrentDeleteAndCreateCollectionTest, PeerSyncWithBufferUpdatesTest, 
TestStressLucene, TestSegmentSorting, XmlUpdateRequestHandlerTest, 
DeleteShardTest, TestInfoStreamLogging, NodeLostTriggerTest, 
CoreAdminOperationTest, XMLAtomicUpdateMultivalueTest, 
TestObjectReleaseTracker, TestUniqueKeyFieldResource, 
CurrencyRangeFacetCloudTest, TestFileDictionaryLookup, ZkStateWriterTest, 
TestCloudInspectUtil, TestDocSet, TestDocBasedVersionConstraints, 
TestLocalFSCloudBackupRestore, TestCoreContainer, TestSolr4Spatial, 
TestLegacyFieldCache, DistributedQueryElevationComponentTest, TestBlobHandler, 
TestDistributedSearch, SystemInfoHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, SolrShardReporterTest, 
TestMinMaxOnMultiValuedField, EmbeddedSolrNoSerializeTest, 
DistributedFacetPivotSmallAdvancedTest, TestDynamicLoadingUrl, 
TestHighFrequencyDictionaryFactory, HttpSolrCallGetCoreTest, 
TimeRoutedAliasUpdateProcessorTest, DistributedTermsComponentTest, 
TestFieldCollectionResource, SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=68AAB1C617F11F0E 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-IE -Dtests.timezone=Pacific/Nauru -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up 
static fields (in @AfterClass?) and null them, your test still has references 
to classes of which the sizes cannot be measured due to security restrictions 
or Java 9 module encapsulation:
   [junit4]    >   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([68AAB1C617F11F0E]:0)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    >        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    >        at 
java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    >        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    >        at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    >        at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    >        at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    >        at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]    >        ... 10 more
   [junit4] Completed [207/889 (1!)] on J1 in 65.42s, 3 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 55233 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to