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

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([1C7141ED5C9D4DB9]: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 16064 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 6134622 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 6134636 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-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_1C7141ED5C9D4DB9-001/data-dir-286-001
   [junit4]   2> 6134636 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 6134636 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 6134637 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 6134638 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-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_1C7141ED5C9D4DB9-001/tempDir-001
   [junit4]   2> 6134639 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 6134676 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6134676 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 6134776 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:40324
   [junit4]   2> 6134776 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40324
   [junit4]   2> 6134776 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40324
   [junit4]   2> 6134776 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40324
   [junit4]   2> 6134859 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134895 INFO  (zkConnectionManagerCallback-20154-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134899 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6134930 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134930 INFO  (zkConnectionManagerCallback-20156-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134930 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6134931 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6134932 INFO  (zkConnectionManagerCallback-20158-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6134932 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 WARN  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135066 INFO  (jetty-launcher-20159-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> 6135066 INFO  (jetty-launcher-20159-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> 6135066 INFO  (jetty-launcher-20159-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> 6135067 WARN  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135067 WARN  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 6135067 INFO  (jetty-launcher-20159-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> 6135067 INFO  (jetty-launcher-20159-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> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135068 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6135069 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32f69c2e{/solr,null,AVAILABLE}
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66f198e1{/solr,null,AVAILABLE}
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135070 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a52e17c{/solr,null,AVAILABLE}
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6406183c{SSL,[ssl, 
http/1.1]}{127.0.0.1:37067}
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.s.Server Started @6135165ms
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37067}
   [junit4]   2> 6135071 ERROR (jetty-launcher-20159-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135071 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-03T03:04:02.208Z
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5072edbe{SSL,[ssl, 
http/1.1]}{127.0.0.1:39423}
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.s.Server Started @6135166ms
   [junit4]   2> 6135072 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39423}
   [junit4]   2> 6135073 ERROR (jetty-launcher-20159-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135073 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-03T03:04:02.210Z
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 6135101 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2f6db215{SSL,[ssl, 
http/1.1]}{127.0.0.1:35633}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.s.Server Started @6135195ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35633}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ecdcd0e{/solr,null,AVAILABLE}
   [junit4]   2> 6135102 ERROR (jetty-launcher-20159-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-03T03:04:02.239Z
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@43bfbc95{SSL,[ssl, 
http/1.1]}{127.0.0.1:38575}
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.s.Server Started @6135196ms
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38575}
   [junit4]   2> 6135102 ERROR (jetty-launcher-20159-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135102 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-03T03:04:02.239Z
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135103 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@952c456{/solr,null,AVAILABLE}
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135104 INFO  (zkConnectionManagerCallback-20161-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135104 INFO  (zkConnectionManagerCallback-20165-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135104 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@137ede92{SSL,[ssl, 
http/1.1]}{127.0.0.1:45355}
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.s.Server Started @6135199ms
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45355}
   [junit4]   2> 6135105 ERROR (jetty-launcher-20159-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 6135105 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-03T03:04:02.242Z
   [junit4]   2> 6135118 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135122 INFO  (zkConnectionManagerCallback-20167-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135122 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135122 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135126 INFO  (zkConnectionManagerCallback-20163-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135126 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135158 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135181 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135219 INFO  (zkConnectionManagerCallback-20169-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135219 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6135346 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 6135803 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6135804 WARN  (jetty-launcher-20159-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> 6135849 WARN  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4731a8bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135849 WARN  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4731a8bf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135878 WARN  (jetty-launcher-20159-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> 6135879 WARN  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1015ee59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135879 WARN  (jetty-launcher-20159-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1015ee59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6135880 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6135898 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6135996 INFO  (zkConnectionManagerCallback-20180-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6135996 INFO  (jetty-launcher-20159-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136334 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 6136468 INFO  (zkConnectionManagerCallback-20182-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136468 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 6136498 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136498 WARN  (jetty-launcher-20159-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> 6136499 WARN  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5185e78e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136499 WARN  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5185e78e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136517 WARN  (jetty-launcher-20159-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> 6136518 WARN  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@61219922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136518 WARN  (jetty-launcher-20159-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@61219922[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136519 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136520 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136581 INFO  (zkConnectionManagerCallback-20190-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136581 INFO  (jetty-launcher-20159-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136779 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136780 WARN  (jetty-launcher-20159-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> 6136785 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 6136797 INFO  (zkConnectionManagerCallback-20192-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136798 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 6136799 WARN  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5505319d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136799 WARN  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5505319d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136814 WARN  (jetty-launcher-20159-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> 6136850 WARN  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@dc6617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136850 WARN  (jetty-launcher-20159-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@dc6617[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136852 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136870 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136870 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6136871 WARN  (jetty-launcher-20159-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> 6136872 WARN  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7204f70b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136872 WARN  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7204f70b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136873 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:37067_solr
   [junit4]   2> 6136874 WARN  (jetty-launcher-20159-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> 6136874 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.Overseer Overseer 
(id=76013218728902667-127.0.0.1:37067_solr-n_0000000000) starting
   [junit4]   2> 6136886 WARN  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@51417b1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136886 WARN  (jetty-launcher-20159-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@51417b1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6136887 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6136888 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6136890 INFO  (zkConnectionManagerCallback-20200-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136899 INFO  (jetty-launcher-20159-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6136907 INFO  (zkConnectionManagerCallback-20206-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6136907 INFO  (jetty-launcher-20159-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6137090 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 6137167 INFO  (zkConnectionManagerCallback-20208-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6137167 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 6137185 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 6137241 INFO  
(OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37067_solr
   [junit4]   2> 6137310 INFO  (zkConnectionManagerCallback-20210-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6137310 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 6137314 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37067_solr
   [junit4]   2> 6137317 WARN  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_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> 6137330 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39423_solr as DOWN
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 6137335 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39423_solr
   [junit4]   2> 6137337 WARN  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_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> 6137351 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 6137366 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 6137367 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 6137367 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 6137367 INFO  (zkCallback-20191-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137388 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35633_solr as DOWN
   [junit4]   2> 6137406 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38575_solr as DOWN
   [junit4]   2> 6137407 INFO  (zkCallback-20181-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 6137408 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 6137408 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35633_solr
   [junit4]   2> 6137410 WARN  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_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> 6137444 INFO  (zkCallback-20207-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 6137444 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 6137444 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38575_solr
   [junit4]   2> 6137444 INFO  (zkCallback-20209-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137554 INFO  (zkCallback-20181-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137554 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6137562 INFO  (zkCallback-20191-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 6137582 INFO  (zkCallback-20181-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137582 INFO  (zkCallback-20191-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137598 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6137621 INFO  (zkCallback-20207-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137621 WARN  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_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> 6137635 INFO  (zkCallback-20209-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6137656 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:37067_solr, 127.0.0.1:35633_solr, 127.0.0.1:38575_solr, 
127.0.0.1:39423_solr]
   [junit4]   2> 6137694 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6137741 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 6137840 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37067.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137855 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 6137855 DEBUG (ScheduledTrigger-16607-thread-1) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 6137877 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37067.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137877 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37067.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6137878 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 6137891 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6137891 INFO  (jetty-launcher-20159-thread-1) 
[n:127.0.0.1:37067_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_1C7141ED5C9D4DB9-001/tempDir-001/node1/.
   [junit4]   2> 6137952 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35633.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138066 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35633.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138096 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38575.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138116 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35633.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138170 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39423.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138172 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 6138191 INFO  (jetty-launcher-20159-thread-2) 
[n:127.0.0.1:35633_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_1C7141ED5C9D4DB9-001/tempDir-001/node4/.
   [junit4]   2> 6138584 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38575.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138584 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38575.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138603 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-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> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@534c389a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138604 WARN  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@534c389a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138607 WARN  (jetty-launcher-20159-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> 6138701 WARN  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@48d7bb61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138701 WARN  (jetty-launcher-20159-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@48d7bb61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 6138702 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40324/solr
   [junit4]   2> 6138738 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 6138738 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6138758 INFO  (jetty-launcher-20159-thread-3) 
[n:127.0.0.1:38575_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_1C7141ED5C9D4DB9-001/tempDir-001/node2/.
   [junit4]   2> 6138759 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39423.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138759 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39423.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6138831 INFO  (zkConnectionManagerCallback-20228-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6138831 INFO  (jetty-launcher-20159-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6138832 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 6138832 INFO  (jetty-launcher-20159-thread-5) 
[n:127.0.0.1:39423_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_1C7141ED5C9D4DB9-001/tempDir-001/node5/.
   [junit4]   2> 6138925 DEBUG (ScheduledTrigger-16607-thread-2) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 6139015 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 6139032 INFO  (zkConnectionManagerCallback-20230-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6139032 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 6139092 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 6139094 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45355_solr as DOWN
   [junit4]   2> 6139095 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 6139095 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45355_solr
   [junit4]   2> 6139153 INFO  (zkCallback-20207-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139153 INFO  (zkCallback-20191-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139153 INFO  (zkCallback-20209-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139165 INFO  (zkCallback-20229-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139166 WARN  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_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> 6139177 INFO  (zkCallback-20181-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 6139256 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 6139365 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45355.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139467 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45355.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139467 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45355.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6139523 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 6139524 INFO  (jetty-launcher-20159-thread-4) 
[n:127.0.0.1:45355_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_1C7141ED5C9D4DB9-001/tempDir-001/node3/.
   [junit4]   2> 6139925 DEBUG (ScheduledTrigger-16607-thread-4) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 6139968 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=5
   [junit4]   2> 6139970 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 6140015 INFO  (zkConnectionManagerCallback-20239-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6140015 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 6140016 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6140060 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40324/solr ready
   [junit4]   2> 6140138 INFO  (qtp1620527692-158130) [n:127.0.0.1:35633_solr   
  ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 6140314 INFO  (qtp1620527692-158122) [n:127.0.0.1:35633_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> 6140609 INFO  (qtp737999112-158113) [n:127.0.0.1:37067_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> 6140645 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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=33
   [junit4]   2> 6140731 INFO  (qtp529013252-158134) [n:127.0.0.1:39423_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> 6140833 INFO  (qtp1552163145-158140) [n:127.0.0.1:45355_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> 6140833 DEBUG (qtp205871446-158144) [n:127.0.0.1:38575_solr    
 ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 6140852 INFO  (qtp205871446-158144) [n:127.0.0.1:38575_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=625
   [junit4]   2> 6140855 DEBUG (zkCallback-20191-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 6140948 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 6140998 DEBUG (ScheduledTrigger-16607-thread-3) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 6141120 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 6141180 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 6141601 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 6141603 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 6141617 INFO  
(TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[1C7141ED5C9D4DB9])
 [     ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, 
new znode version 3
   [junit4]   2> 6141633 DEBUG (zkCallback-20191-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 6141633 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 6141633 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 6141633 DEBUG 
(OverseerAutoScalingTriggerThread-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 6141711 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_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> 6141747 INFO  
(OverseerThreadFactory-16609-thread-1-processing-n:127.0.0.1:37067_solr) 
[n:127.0.0.1:37067_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
belowRate_collection
   [junit4]   2> 6141960 INFO  
(OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) 
[n:127.0.0.1:37067_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:35633/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6141995 INFO  
(OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) 
[n:127.0.0.1:37067_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:37067/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 6142291 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6142309 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6142325 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr    
x:belowRate_collection_shard1_replica_n2 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 6143456 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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.1
   [junit4]   2> 6143473 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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.1
   [junit4]   2> 6143510 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6143546 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6143546 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6143547 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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_35633.solr.core.belowRate_collection.shard1.replica_n1' 
(registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6143547 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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_1C7141ED5C9D4DB9-001/tempDir-001/node4/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_1C7141ED5C9D4DB9-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 6143677 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6143692 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6143692 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6143693 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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_37067.solr.core.belowRate_collection.shard1.replica_n2' 
(registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6143693 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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_1C7141ED5C9D4DB9-001/tempDir-001/node1/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_1C7141ED5C9D4DB9-001/tempDir-001/node1/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 6144202 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144202 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144254 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144254 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144268 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1aa5c12f[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 6144281 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144281 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144282 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144282 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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 1654674582582329344
   [junit4]   2> 6144300 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144300 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144302 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144302 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144303 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_solr 
c:belowRate_collection s:shard1 r:core_node4 
x:belowRate_collection_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1827522c[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 6144318 INFO  
(searcherExecutor-16633-thread-1-processing-n:127.0.0.1:35633_solr 
x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 
r:core_node3) [n:127.0.0.1:35633_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@1aa5c12f[belowRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6144374 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144387 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144387 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144406 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_solr 
c:belowRate_collection s:shard1 r:core_node3 
x:belowRate_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9983ms
   [junit4]   2> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144423 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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 1654674582730178560
   [junit4]   2> 6144460 INFO  
(searcherExecutor-16634-thread-1-processing-n:127.0.0.1:37067_solr 
x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:37067_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@1827522c[belowRate_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6144463 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144463 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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:35633/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 6144920 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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:35633/solr 
START 
replicas=[https://127.0.0.1:37067/solr/belowRate_collection_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 6144921 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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:35633/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 6144956 INFO  (qtp737999112-158113) [n:127.0.0.1:37067_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> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6144964 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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/76013218728902671-core_node3-n_0000000000
   [junit4]   2> 6145046 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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:35633/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6145176 INFO  (zkCallback-20209-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> 6145177 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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> 6145178 INFO  (qtp1620527692-158119) [n:127.0.0.1:35633_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=2869
   [junit4]   2> 6145399 INFO  (zkCallback-20209-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> 6145448 INFO  (zkCallback-20209-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> 6145526 INFO  (qtp737999112-158115) [n:127.0.0.1:37067_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=3235
   [junit4]   2> 6145570 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_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> 6145684 INFO  (zkCallback-20209-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> 6145684 INFO  (zkCallback-20209-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> 6145685 INFO  (zkCallback-20191-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> 6145685 INFO  (zkCallback-20191-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> 6145692 INFO  (qtp737999112-158101) [n:127.0.0.1:37067_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=3980
   [junit4]   2> 6145700 INFO  (qtp737999112-158114) [n:127.0.0.1:37067_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> 6145758 INFO  
(OverseerCollectionConfigSetProcessor-76013218728902667-127.0.0.1:37067_solr-n_0000000000)
 [n:127.0.0.1:37067_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> 6145759 INFO  
(OverseerThreadFactory-16609-thread-2-processing-n:127.0.0.1:37067_solr) 
[n:127.0.0.1:37067_solr c:belowRate_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38575_solr for creating new 
replica of shard shard1 for collection belowRate_collection
   [junit4]   2> 6145760 INFO  
(OverseerThreadFactory-16609-thread-2-processing-n:127.0.0.1:37067_solr) 
[n:127.0.0.1:37067_solr c:belowRate_collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 6145779 INFO  
(OverseerStateUpdate-76013218728902667-127.0.0.1:37067_solr-n_0000000000) 
[n:127.0.0.1:37067_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:38575/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38575_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 6145881 INFO  (zkCallback-20191-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> 6145881 INFO  (zkCallback-20191-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> 6145881 INFO  (zkCallback-20209-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> 6145881 INFO  (zkCallback-20209-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> 6146297 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6146395 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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.1
   [junit4]   2> 6146445 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6146448 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6146448 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6146464 INFO  (zkCallback-20191-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> 6146468 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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_38575.solr.core.belowRate_collection.shard1.replica_n5' 
(registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@4914af5b
   [junit4]   2> 6146468 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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_1C7141ED5C9D4DB9-001/tempDir-001/node2/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_1C7141ED5C9D4DB9-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 6146473 INFO  (zkCallback-20191-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> 6146490 INFO  (zkCallback-20209-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> 6146490 INFO  (zkCallback-20209-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> 6147116 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147116 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147117 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147117 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147118 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_solr 
c:belowRate_collection s:shard1 r:core_node6 
x:belowRate_collection_shard1_replica_n5 ] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2f180118[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 6147193 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147194 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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 1654674585635782656
   [junit4]   2> 6147210 INFO  
(searcherExecutor-16643-thread-1-processing-n:127.0.0.1:38575_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38575_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@2f180118[belowRate_collection_shard1_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6147216 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147216 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147304 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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> 6147305 INFO  
(updateExecutor-20194-thread-1-processing-n:127.0.0.1:38575_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38575_solr c:belowRate_collection s:shard1 
r:core_node6 x:belowRate_collection_shard1_replica_n5 ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 6147305 INFO  (qtp205871446-158129) [n:127.0.0.1:38575_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=1008
   [junit4]   2> 6147306 INFO  
(recoveryExecutor-20198-thread-1-processing-n:127.0.0.1:38575_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38575_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> 6147306 INFO  
(recoveryExecutor-20198-thread-1-processing-n:127.0.0.1:38575_solr 
x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 
r:core_node6) [n:127.0.0.1:38575_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> 6147335 INFO  

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

t/election/76013218728902667-127.0.0.1:37067_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/aboveRate_collection/leader_elect/shard1/election/76013218728902670-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/belowRate_collection/leader_elect/shard1/election/76013218728902671-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        95      /solr/overseer/queue
   [junit4]   2>        36      /solr/overseer/collection-queue-work
   [junit4]   2>        30      /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> 6213325 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40324
   [junit4]   2> 6213325 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40324
   [junit4]   2> 6213325 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40324
   [junit4]   2> 6213326 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[1C7141ED5C9D4DB9]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Jan 03, 2020 3:05:20 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=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1226c268),
 locale=und, timezone=Asia/Ust-Nera
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=223046528,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: 
[NestedShardedAtomicUpdateTest, TestBM25SimilarityFactory, 
TestLegacyNumericRangeQueryBuilder, AdminHandlersProxyTest, 
AnalysisErrorHandlingTest, StressHdfsTest, CachingDirectoryFactoryTest, 
MetricsHistoryIntegrationTest, TestGraphTermsQParserPlugin, 
TestOnReconnectListenerSupport, HdfsNNFailoverTest, TestFilteredDocIdSet, 
HdfsDirectoryTest, DistributedSuggestComponentTest, 
TestUnInvertedFieldException, DateRangeFieldTest, 
SchemaVersionSpecificBehaviorTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestEmbeddedSolrServerSchemaAPI, TestStandardQParsers, TestBadConfig, 
DirectSolrConnectionTest, RemoteQueryErrorTest, SolrMetricReporterTest, 
ShowFileRequestHandlerTest, TestBlendedInfixSuggestions, 
RestoreTriggerStateTest, NotRequiredUniqueKeyTest, TestGeoJSONResponseWriter, 
AnalysisAfterCoreReloadTest, TestSolrCachePerf, ScheduledTriggerTest, 
TestAddFieldRealTimeGet, TestPointFields, SignatureUpdateProcessorFactoryTest, 
DistributedQueryComponentOptimizationTest, TestSystemIdResolver, 
TestLegacyFieldReuse, TestBulkSchemaAPI, TestCloudManagedSchema, 
TestFunctionQuery, SplitByPrefixTest, TestWaitForStateWithJettyShutdowns, 
TestJsonRequest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
LargeFieldTest, TestPullReplicaErrorHandling, TestTrie, AnalyticsQueryTest, 
AutoScalingHandlerTest, SpellingQueryConverterTest, TestUnifiedSolrHighlighter, 
TestSolrCloudWithKerberosAlt, MoreLikeThisHandlerTest, 
OverriddenZkACLAndCredentialsProvidersTest, RoutingToNodesWithPropertiesTest, 
TestSolrJ, TestHdfsCloudBackupRestore, IndexSchemaRuntimeFieldTest, 
TestConfigReload, ZkSolrClientTest, HttpPartitionWithTlogReplicasTest, 
TransactionLogTest, ZkStateReaderTest, WrapperMergePolicyFactoryTest, 
TestConfigOverlay, TestSolrIndexConfig, BadIndexSchemaTest, TestCryptoKeys, 
TestManagedSchemaAPI, CollectionsAPISolrJTest, SolrIndexMetricsTest, 
TestMacros, TestSafeXMLParsing, NodeLostTriggerIntegrationTest, 
TestPivotHelperCode, TestLuceneIndexBackCompat, 
CoreMergeIndexesAdminHandlerTest, TestSQLHandlerNonCloud, 
DeleteInactiveReplicaTest, TestReplicationHandler, SuggesterFSTTest, 
SignificantTermsQParserPluginTest, TestStressReorder, 
CollectionsAPIDistributedZkTest, TestSimTriggerIntegration, 
MissingSegmentRecoveryTest, TestGroupingSearch, TestReqParamsAPI, 
SolrPluginUtilsTest, NestedAtomicUpdateTest, ActionThrottleTest, 
BasicAuthOnSingleNodeTest, TestInPlaceUpdatesDistrib, 
IndexSizeTriggerSizeEstimationTest, TestFieldCacheWithThreads, 
DistribCursorPagingTest, TestCrossCoreJoin, SliceStateTest, 
TestExtendedDismaxParser, EchoParamsTest, TestRequestStatusCollectionAPI, 
CircularListTest, TestCloudJSONFacetSKG, ChaosMonkeySafeLeaderTest, 
HdfsRestartWhileUpdatingTest, HealthCheckHandlerTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestComplexPhraseLeadingWildcard, 
TestDistribPackageStore, VersionInfoTest, OverseerRolesTest, 
PrimitiveFieldTypeTest, TestStressThreadBackup, ReplicationFactorTest, 
DirectUpdateHandlerTest, TestSurroundQueryParser, SearchHandlerTest, 
TestCloudDeleteByQuery, TestSimGenericDistributedQueue, XmlInterpolationTest, 
PropertiesRequestHandlerTest, GraphQueryTest, TestSchemaResource, 
TestStressInPlaceUpdates, PolyFieldTest, TestScoreJoinQPNoScore, TestRTGBase, 
BlockJoinFacetDistribTest, TestNRTOpen, DistanceUnitsTest, JWTAuthPluginTest, 
DirectSolrSpellCheckerTest, BasicZkTest, DocumentAnalysisRequestHandlerTest, 
TestLeaderElectionZkExpiry, TestManagedSynonymFilterFactory, 
CoreAdminHandlerTest, TestRandomDVFaceting, CustomTermsComponentTest, 
TestOverriddenPrefixQueryForCustomFieldType, CleanupOldIndexTest, 
SoftAutoCommitTest, TestReversedWildcardFilterFactory, JavabinLoaderTest, 
TlogReplayBufferedWhileIndexingTest, TestExceedMaxTermLength, CursorPagingTest, 
DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, MinimalSchemaTest, 
OutputWriterTest, SampleTest, TestDistributedMissingSort, 
TestDistributedSearch, TestDocumentBuilder, TestHighlightDedupGrouping, 
TestJoin, TestRandomFaceting, TestSimpleTrackingShardHandler, 
TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, 
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, 
TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, 
TestWordDelimiterFilterFactory, TokenizerChainTest, TestJettySolrRunner, 
ConnectionReuseTest, AddReplicaTest, AliasIntegrationTest, 
BasicDistributedZk2Test, ClusterStateUpdateTest, CollectionPropsTest, 
CollectionStateFormat2Test, ConnectionManagerTest, CreateCollectionCleanupTest, 
CreateRoutedAliasTest, DeleteShardTest, DeleteStatusTest, DistributedQueueTest, 
ForceLeaderTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, 
LeaderTragicEventTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaTest, 
MultiSolrCloudTestCaseTest, OverseerStatusTest, OverseerTest, RecoveryZkTest, 
ShardRoutingCustomTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, 
SolrCLIZkUtilsTest, SolrCloudExampleTest, SolrXmlInZkTest, 
SystemCollectionCompatTest, TestCloudInspectUtil, 
TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, 
TestCloudRecovery, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestDynamicFieldNamesIndexCorrectly, TestPullReplica, 
TestRandomRequestDistribution, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestTolerantUpdateProcessorCloud, 
TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot, 
TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkCLITest, 
ZkControllerTest, ZkNodePropsTest, ZkShardTermsTest, CustomCollectionTest, 
HdfsCollectionsAPIDistributedZkTest, TestLocalFSCloudBackupRestore, 
TestReplicaProperties, AutoAddReplicasPlanActionTest, ComputePlanActionTest, 
HttpTriggerListenerTest, IndexSizeTriggerMixedBoundsTest, 
NodeMarkersRegistrationTest, ScheduledTriggerIntegrationTest, 
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=1C7141ED5C9D4DB9 
-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=und -Dtests.timezone=Asia/Ust-Nera -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([1C7141ED5C9D4DB9]: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 [569/889 (1!)] on J0 in 79.46s, 3 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to