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

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([D3738546FC892758]: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 15609 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 3373013 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/data-dir-242-001
   [junit4]   2> 3373014 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3373015 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3373015 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3373015 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001
   [junit4]   2> 3373016 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3373016 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3373016 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3373116 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:40817
   [junit4]   2> 3373116 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40817
   [junit4]   2> 3373116 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40817
   [junit4]   2> 3373116 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40817
   [junit4]   2> 3373117 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373123 INFO  (zkConnectionManagerCallback-19495-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373123 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373127 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373128 INFO  (zkConnectionManagerCallback-19497-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373128 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373129 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373129 INFO  (zkConnectionManagerCallback-19499-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373129 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373232 WARN  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3373232 WARN  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3373232 WARN  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-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> 3373233 INFO  (jetty-launcher-19500-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> 3373233 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3373233 INFO  (jetty-launcher-19500-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> 3373234 WARN  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3373234 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3373234 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3373234 INFO  (jetty-launcher-19500-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> 3373234 WARN  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3373234 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3373234 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3373234 INFO  (jetty-launcher-19500-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> 3373242 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3373242 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3373242 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3373243 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@754e035a{/solr,null,AVAILABLE}
   [junit4]   2> 3373244 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@554cb3e{/solr,null,AVAILABLE}
   [junit4]   2> 3373244 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@497fd350{/solr,null,AVAILABLE}
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2fd97355{SSL,[ssl, 
http/1.1]}{127.0.0.1:34325}
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.s.Server Started @3373291ms
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34325}
   [junit4]   2> 3373245 ERROR (jetty-launcher-19500-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3373245 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3373246 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3373246 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d503c23{/solr,null,AVAILABLE}
   [junit4]   2> 3373246 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3373246 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3373246 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-14T05:11:00.362Z
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@479f01de{SSL,[ssl, 
http/1.1]}{127.0.0.1:35281}
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5f2efac6{SSL,[ssl, 
http/1.1]}{127.0.0.1:43059}
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.s.Server Started @3373293ms
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.s.Server Started @3373293ms
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43059}
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35281}
   [junit4]   2> 3373247 ERROR (jetty-launcher-19500-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3373247 ERROR (jetty-launcher-19500-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-14T05:11:00.363Z
   [junit4]   2> 3373247 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3373248 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3373248 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3373248 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-14T05:11:00.364Z
   [junit4]   2> 3373248 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51b15dc7{/solr,null,AVAILABLE}
   [junit4]   2> 3373249 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373249 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f10abf7{SSL,[ssl, 
http/1.1]}{127.0.0.1:44543}
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.s.Server Started @3373296ms
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44543}
   [junit4]   2> 3373250 ERROR (jetty-launcher-19500-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-14T05:11:00.366Z
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373250 INFO  (zkConnectionManagerCallback-19502-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373250 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373251 INFO  (zkConnectionManagerCallback-19505-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@79d0bdf3{SSL,[ssl, 
http/1.1]}{127.0.0.1:40565}
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.s.Server Started @3373297ms
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40565}
   [junit4]   2> 3373251 INFO  (zkConnectionManagerCallback-19506-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373251 ERROR (jetty-launcher-19500-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-14T05:11:00.367Z
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3373251 INFO  (zkConnectionManagerCallback-19508-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373251 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3373255 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373256 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3373257 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373257 INFO  (zkConnectionManagerCallback-19510-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373257 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373458 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3373458 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3373459 WARN  (jetty-launcher-19500-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> 3373460 WARN  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@16f7908c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373460 WARN  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@16f7908c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373461 WARN  (jetty-launcher-19500-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> 3373462 WARN  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6975a187[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373462 WARN  (jetty-launcher-19500-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6975a187[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373463 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40817/solr
   [junit4]   2> 3373463 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373466 INFO  (zkConnectionManagerCallback-19519-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373466 INFO  (jetty-launcher-19500-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373510 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3373510 WARN  (jetty-launcher-19500-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> 3373511 WARN  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5dea8330[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373511 WARN  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5dea8330[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373512 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3373512 WARN  (jetty-launcher-19500-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> 3373512 WARN  (jetty-launcher-19500-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> 3373513 WARN  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@eb98fb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373513 WARN  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@eb98fb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373513 WARN  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1b537c32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373513 WARN  (jetty-launcher-19500-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1b537c32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373514 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40817/solr
   [junit4]   2> 3373514 WARN  (jetty-launcher-19500-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> 3373515 WARN  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@42de76fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373515 WARN  (jetty-launcher-19500-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@42de76fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373515 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373515 INFO  (zkConnectionManagerCallback-19528-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373515 INFO  (jetty-launcher-19500-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373516 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40817/solr
   [junit4]   2> 3373516 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373517 INFO  (zkConnectionManagerCallback-19531-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373517 INFO  (jetty-launcher-19500-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373568 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3373569 INFO  (zkConnectionManagerCallback-19534-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373569 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3373591 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3373591 WARN  (jetty-launcher-19500-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> 3373592 WARN  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@47a7235b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373592 WARN  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@47a7235b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373593 WARN  (jetty-launcher-19500-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> 3373594 WARN  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@57a89eab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373594 WARN  (jetty-launcher-19500-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@57a89eab[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373595 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40817/solr
   [junit4]   2> 3373595 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373596 INFO  (zkConnectionManagerCallback-19542-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373596 INFO  (jetty-launcher-19500-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373615 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43059_solr
   [junit4]   2> 3373616 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.Overseer Overseer 
(id=72891333420974091-127.0.0.1:43059_solr-n_0000000000) starting
   [junit4]   2> 3373619 INFO  
(OverseerStateUpdate-72891333420974091-127.0.0.1:43059_solr-n_0000000000) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43059_solr
   [junit4]   2> 3373619 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43059_solr
   [junit4]   2> 3373620 INFO  
(OverseerStateUpdate-72891333420974091-127.0.0.1:43059_solr-n_0000000000) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3373620 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 3373620 WARN  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_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> 3373625 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 3373626 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 3373626 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 3373628 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:43059_solr]
   [junit4]   2> 3373631 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3373631 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 3373631 DEBUG (ScheduledTrigger-14892-thread-1) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 3373632 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3373653 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43059.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373658 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43059.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373658 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43059.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373659 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3373660 INFO  (jetty-launcher-19500-thread-4) 
[n:127.0.0.1:43059_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node4/.
   [junit4]   2> 3373763 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3373764 INFO  (zkConnectionManagerCallback-19547-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373764 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3373767 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3373770 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3373770 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44543_solr as DOWN
   [junit4]   2> 3373770 WARN  (jetty-launcher-19500-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> 3373770 WARN  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@101cf206[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373770 WARN  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@101cf206[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373771 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3373771 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44543_solr
   [junit4]   2> 3373772 INFO  (zkCallback-19533-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3373772 INFO  (zkCallback-19546-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3373772 WARN  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_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> 3373775 WARN  (jetty-launcher-19500-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> 3373779 WARN  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7e2e9ace[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373779 WARN  (jetty-launcher-19500-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7e2e9ace[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3373780 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40817/solr
   [junit4]   2> 3373781 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3373781 INFO  (zkConnectionManagerCallback-19556-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373781 INFO  (jetty-launcher-19500-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3373783 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3373797 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44543.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373803 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44543.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373803 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44543.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373859 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3373860 INFO  (zkConnectionManagerCallback-19559-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373860 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3373883 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3373883 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3373884 INFO  (jetty-launcher-19500-thread-2) 
[n:127.0.0.1:44543_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node2/.
   [junit4]   2> 3373884 INFO  (zkConnectionManagerCallback-19561-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373884 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3373888 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3373890 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40565_solr as DOWN
   [junit4]   2> 3373891 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3373891 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40565_solr
   [junit4]   2> 3373892 INFO  (zkCallback-19546-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3373892 INFO  (zkCallback-19533-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3373892 INFO  (zkCallback-19560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3373893 WARN  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_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> 3373899 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 3373901 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35281_solr as DOWN
   [junit4]   2> 3373902 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3373902 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35281_solr
   [junit4]   2> 3373903 INFO  (zkCallback-19533-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3373903 INFO  (zkCallback-19546-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3373903 WARN  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_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> 3373904 INFO  (zkCallback-19560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3373910 INFO  (zkCallback-19558-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3373910 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3373911 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3373926 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40565.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373927 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35281.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373933 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40565.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373933 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40565.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373934 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3373934 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35281.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373934 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35281.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3373934 INFO  (jetty-launcher-19500-thread-5) 
[n:127.0.0.1:40565_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node5/.
   [junit4]   2> 3373935 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3373935 INFO  (jetty-launcher-19500-thread-3) 
[n:127.0.0.1:35281_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node3/.
   [junit4]   2> 3373960 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3373960 INFO  (zkConnectionManagerCallback-19571-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3373960 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3373963 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 3373965 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34325_solr as DOWN
   [junit4]   2> 3373966 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3373966 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34325_solr
   [junit4]   2> 3373967 INFO  (zkCallback-19533-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3373967 INFO  (zkCallback-19560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3373967 INFO  (zkCallback-19558-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3373967 INFO  (zkCallback-19546-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3373967 WARN  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_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> 3373972 INFO  (zkCallback-19570-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 3373981 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3373996 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3374004 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3374004 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34325.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3374005 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3374006 INFO  (jetty-launcher-19500-thread-1) 
[n:127.0.0.1:34325_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/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node1/.
   [junit4]   2> 3374060 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 3374061 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3374062 INFO  (zkConnectionManagerCallback-19580-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3374062 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3374063 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3374064 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40817/solr ready
   [junit4]   2> 3374073 INFO  (qtp622925861-181988) [n:127.0.0.1:34325_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 3374082 INFO  (qtp622925861-181998) [n:127.0.0.1:34325_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> 3374090 INFO  (qtp1298623150-182002) [n:127.0.0.1:35281_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> 3374099 INFO  (qtp1932056195-182017) [n:127.0.0.1:40565_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> 3374101 INFO  (qtp1440125366-182010) [n:127.0.0.1:43059_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> 3374109 INFO  (qtp1978187911-181995) [n:127.0.0.1:44543_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> 3374109 DEBUG (qtp1440125366-182013) [n:127.0.0.1:43059_solr   
  ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3374109 INFO  (qtp1440125366-182013) [n:127.0.0.1:43059_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=28
   [junit4]   2> 3374110 DEBUG (zkCallback-19533-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 3374112 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4] IGNOR/A 0.00s J0 | SearchRateTriggerIntegrationTest.testDeleteNode
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled 
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-13163))
   [junit4]   2> 3374115 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3374115 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 3374222 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[D3738546FC892758])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 3374223 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[D3738546FC892758])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 3374225 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[D3738546FC892758])
 [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, 
new znode version 3
   [junit4]   2> 3374225 DEBUG (zkCallback-19533-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 3374225 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 3374227 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3374228 DEBUG 
(OverseerAutoScalingTriggerThread-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 3374230 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr   
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3374232 INFO  
(OverseerThreadFactory-14894-thread-1-processing-n:127.0.0.1:43059_solr) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
belowRate_collection
   [junit4]   2> 3374339 INFO  
(OverseerStateUpdate-72891333420974091-127.0.0.1:43059_solr-n_0000000000) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35281/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3374340 INFO  
(OverseerStateUpdate-72891333420974091-127.0.0.1:43059_solr-n_0000000000) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44543/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3374543 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr   
 x:belowRate_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=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3374543 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr   
 x:belowRate_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=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3375556 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 3375559 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 3375581 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 3375584 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 3375584 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 3375584 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_44543.solr.core.belowRate_collection.shard1.replica_n2' 
(registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3375585 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node2/belowRate_collection_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 3375585 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 3375590 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 3375590 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 3375590 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_35281.solr.core.belowRate_collection.shard1.replica_n1' 
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3375591 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node3/belowRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node3/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 3375619 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3375619 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3375621 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3375621 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3375621 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3375621 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3375621 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@649485eb[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 3375622 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3375622 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3375623 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@334c2864[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 3375624 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3375624 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3375624 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3375624 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3375624 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 3375624 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1652870624302858240
   [junit4]   2> 3375624 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 3375624 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1652870624302858240
   [junit4]   2> 3375627 INFO  
(searcherExecutor-14921-thread-1-processing-n:127.0.0.1:35281_solr 
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 
r:core_node3) [n:127.0.0.1:35281_solr c:belowRate_collection s:shard1 
r:core_node3 x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n1] Registered new searcher 
Searcher@334c2864[belowRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3375627 INFO  
(searcherExecutor-14920-thread-1-processing-n:127.0.0.1:44543_solr 
x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:44543_solr c:belowRate_collection s:shard1 
r:core_node4 x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n2] Registered new searcher 
Searcher@649485eb[belowRate_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3375629 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 3375630 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Failed to save 
terms, version is not a match, retrying
   [junit4]   2> 3375630 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3375631 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 3375632 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3375635 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 3375635 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 3375635 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:35281/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 3375635 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: 
core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:35281/solr 
START 
replicas=[https://127.0.0.1:44543/solr/belowRate_collection_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 3375635 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: 
core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:35281/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 3375637 INFO  (qtp1978187911-181994) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.c.S.Request 
[belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 3375638 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 3375638 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_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> 3375638 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/belowRate_collection/leaders/shard1/leader after winning as 
/collections/belowRate_collection/leader_elect/shard1/election/72891333420974095-core_node3-n_0000000000
   [junit4]   2> 3375639 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:35281/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 3375740 INFO  (zkCallback-19558-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3375740 INFO  (zkCallback-19558-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3375741 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 3375742 INFO  (qtp1298623150-181987) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_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=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1199
   [junit4]   2> 3375842 INFO  (zkCallback-19558-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3375842 INFO  (zkCallback-19558-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3375842 INFO  (zkCallback-19558-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376637 INFO  (qtp1978187911-181991) [n:127.0.0.1:44543_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_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=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2094
   [junit4]   2> 3376641 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_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> 3376738 INFO  (zkCallback-19560-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376738 INFO  (zkCallback-19546-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376738 INFO  (zkCallback-19558-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376738 INFO  (zkCallback-19558-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376738 INFO  (zkCallback-19558-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376738 INFO  (zkCallback-19546-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376738 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2508
   [junit4]   2> 3376740 INFO  (qtp1932056195-182016) [n:127.0.0.1:40565_solr   
  ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3376742 INFO  
(OverseerCollectionConfigSetProcessor-72891333420974091-127.0.0.1:43059_solr-n_0000000000)
 [n:127.0.0.1:43059_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 3376743 INFO  
(OverseerThreadFactory-14894-thread-2-processing-n:127.0.0.1:43059_solr) 
[n:127.0.0.1:43059_solr c:belowRate_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40565_solr for creating new 
replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 3376744 INFO  
(OverseerThreadFactory-14894-thread-2-processing-n:127.0.0.1:43059_solr) 
[n:127.0.0.1:43059_solr c:belowRate_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 3376745 INFO  
(OverseerStateUpdate-72891333420974091-127.0.0.1:43059_solr-n_0000000000) 
[n:127.0.0.1:43059_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40565/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:40565_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 3376846 INFO  (zkCallback-19558-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376846 INFO  (zkCallback-19546-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376846 INFO  (zkCallback-19558-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376846 INFO  (zkCallback-19558-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376846 INFO  (zkCallback-19546-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/belowRate_collection/state.json] for collection 
[belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 3376956 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr   
 x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3376964 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.4.0
   [junit4]   2> 3376972 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema 
[belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 3376974 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 3376974 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.CoreContainer Creating 
SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from 
collection belowRate_collection, trusted=true
   [junit4]   2> 3376974 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40565.solr.core.belowRate_collection.shard1.replica_n5' 
(registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@18816ea6
   [junit4]   2> 3376975 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore 
[[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node5/belowRate_collection_shard1_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_D3738546FC892758-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 3377026 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3377026 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 3377027 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 3377027 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 3377028 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@515f017e[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 3377029 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 3377029 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 3377030 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 3377030 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1652870625777156096
   [junit4]   2> 3377032 INFO  
(searcherExecutor-14930-thread-1-processing-n:127.0.0.1:40565_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:40565_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.SolrCore 
[belowRate_collection_shard1_replica_n5] Registered new searcher 
Searcher@515f017e[belowRate_collection_shard1_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3377034 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/belowRate_collection/terms/shard1 to 
Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 3377034 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/belowRate_collection/leaders/shard1
   [junit4]   2> 3377040 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.c.ZkController Core needs to 
recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 3377042 INFO  
(updateExecutor-19551-thread-1-processing-n:127.0.0.1:40565_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:40565_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5 ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 3377042 INFO  
(recoveryExecutor-19554-thread-1-processing-n:127.0.0.1:40565_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:40565_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5 ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 3377042 INFO  
(recoveryExecutor-19554-thread-1-processing-n:127.0.0.1:40565_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:40565_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5 ] 
o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 3377043 INFO  (qtp1932056195-182015) [n:127.0.0.1:40565_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=86
   [junit4]   2> 3377045 INFO  (qtp1298623150-182001) [n:127.0.0.1:35281_solr 
c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_repl

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

unit4]   2>     8       /solr/aliases.json
   [junit4]   2>        6       
/solr/collections/belowRate_collection/state.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> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        151     
/solr/collections/belowRate_collection/state.json
   [junit4]   2>        124     
/solr/collections/aboveRate_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/72891333420974095-core_node3-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/72891333420974093-127.0.0.1:44543_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/belowRate_collection/leader_elect/shard1/election/72891333420974095-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/belowRate_collection/leader_elect/shard1/election/72891333420974093-core_node4-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        87      /solr/overseer/queue
   [junit4]   2>        34      /solr/overseer/collection-queue-work
   [junit4]   2>        32      /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> 3445728 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40817
   [junit4]   2> 3445728 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40817
   [junit4]   2> 3445728 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40817
   [junit4]   2> 3445728 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[D3738546FC892758]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 14, 2019 5:12:12 AM 
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=945, maxMBSortInHeap=7.751636505565921, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@732366b8),
 locale=es-CU, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=186045304,total=517472256
   [junit4]   2> NOTE: All tests run in this JVM: [JWTAuthPluginTest, 
TestCryptoKeys, SparseHLLTest, TestImplicitCoreProperties, 
TestCloudJSONFacetSKG, TestJsonRequest, MetricTriggerTest, BasicZkTest, 
TestSubQueryTransformer, RestoreTriggerStateTest, QueryElevationComponentTest, 
PrimitiveFieldTypeTest, TestCollationFieldDocValues, TestRandomDVFaceting, 
HdfsCollectionsAPIDistributedZkTest, TestExactSharedStatsCache, 
DirectSolrConnectionTest, SolrPluginUtilsTest, SearchHandlerTest, 
AnalysisAfterCoreReloadTest, ReplicationFactorTest, InfoHandlerTest, 
AnalyticsQueryTest, TestNRTOpen, SearchHandlerTest, TestSSLRandomization, 
TlogReplayBufferedWhileIndexingTest, TemplateUpdateProcessorTest, 
TestRawTransformer, TestJmxIntegration, TestDocTermOrdsUninvertLimit, 
StatsReloadRaceTest, TestInitQParser, CdcrReplicationHandlerTest, 
NestedShardedAtomicUpdateTest, TestDistribPackageStore, 
TestAddFieldRealTimeGet, TestPointFields, ZkStateReaderTest, 
IndexSizeTriggerSizeEstimationTest, TestSha256AuthenticationProvider, 
TestExtendedDismaxParser, CoreMergeIndexesAdminHandlerTest, EchoParamsTest, 
TestDistributedMissingSort, TestHdfsCloudBackupRestore, SynonymTokenizerTest, 
DirectUpdateHandlerTest, TestBinaryResponseWriter, TestReqParamsAPI, 
TestCloudManagedSchema, HttpPartitionWithTlogReplicasTest, 
TestUnInvertedFieldException, TestScoreJoinQPNoScore, BadIndexSchemaTest, 
RecoveryAfterSoftCommitTest, CollectionsAPIDistributedZkTest, 
SystemCollectionCompatTest, TestBM25SimilarityFactory, Tagger2Test, 
LeaderTragicEventTest, RequestHandlersTest, TestRTGBase, HdfsNNFailoverTest, 
SolrMetricReporterTest, DistributedSuggestComponentTest, TestPivotHelperCode, 
TestSimNodeLostTrigger, CoreAdminHandlerTest, TestOnReconnectListenerSupport, 
TestJsonFacetsStatsParsing, LeaderElectionTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, SolrCloudReportersTest, 
TestManagedSynonymFilterFactory, XmlInterpolationTest, 
NotRequiredUniqueKeyTest, SuggesterFSTTest, TestCloudPivotFacet, 
NestedAtomicUpdateTest, TestXmlQParser, TestSolrCloudWithHadoopAuthPlugin, 
DocValuesTest, TestFuzzyAnalyzedSuggestions, TestDynamicFieldResource, 
TestIntervalFaceting, TestSimGenericDistributedQueue, TestTrie, 
TestPseudoReturnFields, DistributedFacetPivotWhiteBoxTest, TestCrossCoreJoin, 
UpdateRequestProcessorFactoryTest, TestNumericTokenStream, 
AnalysisErrorHandlingTest, V2StandaloneTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestDFRSimilarityFactory, 
TestMaxTokenLenTokenizer, TestCharFilters, QueryParsingTest, 
ActionThrottleTest, TestExceedMaxTermLength, TestComplexPhraseLeadingWildcard, 
TestMultiValuedNumericRangeQuery, TestStressInPlaceUpdates, 
WrapperMergePolicyFactoryTest, ZkSolrClientTest, CollectionsAPISolrJTest, 
CollectionReloadTest, DistribCursorPagingTest, AdminHandlersProxyTest, 
MoveReplicaTest, MBeansHandlerTest, SolrXmlInZkTest, TestConfigSets, 
MoreLikeThisHandlerTest, OverseerTest, MetricsConfigTest, 
TestEmbeddedSolrServerSchemaAPI, PolyFieldTest, TestAuthorizationFramework, 
DistributedUpdateProcessorTest, TestRecoveryHdfs, RegexBoostProcessorTest, 
SpellingQueryConverterTest, ForceLeaderTest, TestCustomSort, 
TriggerEventQueueTest, DeleteReplicaTest, TestSizeLimitedDistributedMap, 
TestLegacyNumericRangeQueryBuilder, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
ClassificationUpdateProcessorFactoryTest, TestStressReorder, 
HdfsBasicDistributedZkTest, SystemLogListenerTest, TestSQLHandlerNonCloud, 
MissingSegmentRecoveryTest, JavabinLoaderTest, 
HdfsAutoAddReplicasIntegrationTest, TestPullReplicaErrorHandling, 
CursorPagingTest, TestCollectionAPIs, VMParamsZkACLAndCredentialsProvidersTest, 
DistributedFacetPivotLongTailTest, TestSolrJ, 
DistributedQueryComponentOptimizationTest, ChaosMonkeySafeLeaderTest, 
CleanupOldIndexTest, ClusterStateUpdateTest, CollectionPropsTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, 
DistributedVersionInfoTest, HttpPartitionTest, MetricsHistoryIntegrationTest, 
MoveReplicaHDFSFailoverTest, ShardRoutingCustomTest, SyncSliceTest, 
TestCloudDeleteByQuery, TestCloudInspectUtil, 
TestCloudPhrasesIdentificationComponent, TestCloudRecovery, 
TestCloudSearcherWarming, TestPullReplica, TestRandomRequestDistribution, 
TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
ZkControllerTest, ZkFailoverTest, ZkNodePropsTest, ZkShardTermsTest, 
CollectionTooManyReplicasTest, SplitByPrefixTest, TestReplicaProperties, 
TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, 
AutoScalingHandlerTest, ComputePlanActionTest, MetricTriggerIntegrationTest, 
NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, 
NodeLostTriggerIntegrationTest, ScheduledTriggerTest, 
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=D3738546FC892758 
-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=es-CU -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | 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([D3738546FC892758]: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 [573/889 (1!)] on J0 in 73.84s, 3 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to