Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5856/
Java: 64bit/jdk-14 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([90CFA13B5184B82F:2AC396B40E6C6E60]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger(MetricTriggerIntegrationTest.java:193)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.MetricTriggerTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.autoscaling.MetricTriggerTest:     1) Thread[id=25625, 
name=SessionTracker, state=TIMED_WAITING, group=TGRP-MetricTriggerTest]         
at java.base@14/java.lang.Thread.sleep(Native Method)         at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.autoscaling.MetricTriggerTest: 
   1) Thread[id=25625, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-MetricTriggerTest]
        at java.base@14/java.lang.Thread.sleep(Native Method)
        at 
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
        at __randomizedtesting.SeedInfo.seed([90CFA13B5184B82F]:0)


FAILED:  
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testWaitForElapsed

Error Message:
[]

Stack Trace:
java.lang.AssertionError: []
        at 
__randomizedtesting.SeedInfo.seed([90CFA13B5184B82F:78C3932AC0F88A2D]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testWaitForElapsed(SearchRateTriggerTest.java:263)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13509 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4]   2> 437620 INFO  
(SUITE-SearchRateTriggerTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 437620 INFO  
(SUITE-SearchRateTriggerTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 437621 INFO  
(SUITE-SearchRateTriggerTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/data-dir-40-001
   [junit4]   2> 437621 WARN  
(SUITE-SearchRateTriggerTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 437621 INFO  
(SUITE-SearchRateTriggerTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 437622 INFO  
(SUITE-SearchRateTriggerTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 437639 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultsAndBackcompat
   [junit4]   2> 437643 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-001
   [junit4]   2> 437644 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 437645 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 437645 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 437745 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer start zk server on port:62791
   [junit4]   2> 437745 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62791
   [junit4]   2> 437745 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62791
   [junit4]   2> 437745 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62791
   [junit4]   2> 437781 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437796 INFO  (zkConnectionManagerCallback-2877-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437796 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 437808 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437816 INFO  (zkConnectionManagerCallback-2879-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437816 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 437821 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437828 INFO  (zkConnectionManagerCallback-2881-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437829 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 437960 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 437964 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 437964 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 437964 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 437969 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 437969 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 437969 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 437972 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@201121eb{/solr,null,AVAILABLE}
   [junit4]   2> 437973 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 437973 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 437973 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 437973 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@749584ac{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62798}
   [junit4]   2> 437973 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.s.Server Started @438065ms
   [junit4]   2> 437973 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62798}
   [junit4]   2> 437974 ERROR (jetty-launcher-2882-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 437974 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 437975 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 437975 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 437975 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15f2cda0{/solr,null,AVAILABLE}
   [junit4]   2> 437975 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 437975 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:44.800266Z
   [junit4]   2> 437976 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 437976 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 437976 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 437976 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2af6be0d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62799}
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.s.Server Started @438068ms
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62799}
   [junit4]   2> 437977 ERROR (jetty-launcher-2882-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 437977 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:44.802276Z
   [junit4]   2> 437978 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@dc65602{/solr,null,AVAILABLE}
   [junit4]   2> 437978 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 437978 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 437978 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 437979 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@48bf649a{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62800}
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.s.Server Started @438071ms
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62800}
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437980 ERROR (jetty-launcher-2882-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:44.805741Z
   [junit4]   2> 437980 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@224c29bd{/solr,null,AVAILABLE}
   [junit4]   2> 437982 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437983 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5fed523d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62801}
   [junit4]   2> 437983 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.s.Server Started @438075ms
   [junit4]   2> 437983 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62801}
   [junit4]   2> 437983 ERROR (jetty-launcher-2882-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 437983 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 437983 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 437984 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 437984 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 437984 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:44.809553Z
   [junit4]   2> 437985 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 437993 INFO  (zkConnectionManagerCallback-2884-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437993 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 437997 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 437997 INFO  (zkConnectionManagerCallback-2886-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 437997 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 437999 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 438001 INFO  (zkConnectionManagerCallback-2888-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 438001 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 438009 INFO  (zkConnectionManagerCallback-2890-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 438009 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 438011 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 438011 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 438115 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 438119 WARN  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1dc6be2f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438119 WARN  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1dc6be2f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438127 WARN  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@10d84f81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438127 WARN  (jetty-launcher-2882-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@10d84f81[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438130 INFO  (jetty-launcher-2882-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62791/solr
   [junit4]   2> 438137 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 438151 INFO  (zkConnectionManagerCallback-2897-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 438152 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 438226 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 438227 WARN  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@530b9cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438227 WARN  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@530b9cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438231 WARN  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3caccd62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438231 WARN  (jetty-launcher-2882-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@3caccd62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438233 INFO  (jetty-launcher-2882-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62791/solr
   [junit4]   2> 438234 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 438239 INFO  (zkConnectionManagerCallback-2904-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 438239 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 438331 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 438333 WARN  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6779a11b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438333 WARN  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6779a11b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438340 WARN  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4b46436f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438340 WARN  (jetty-launcher-2882-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4b46436f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438341 INFO  (jetty-launcher-2882-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62791/solr
   [junit4]   2> 438342 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 438347 INFO  (zkConnectionManagerCallback-2911-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 438347 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 438441 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 438444 WARN  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4a1fcdb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438444 WARN  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4a1fcdb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438450 WARN  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@30dd6b3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438450 WARN  (jetty-launcher-2882-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@30dd6b3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 438451 INFO  (jetty-launcher-2882-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62791/solr
   [junit4]   2> 438453 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 438460 INFO  (zkConnectionManagerCallback-2918-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 438460 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 439443 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62799_solr
   [junit4]   2> 439454 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.Overseer Overseer 
(id=72111292948938760-127.0.0.1:62799_solr-n_0000000000) starting
   [junit4]   2> 439541 INFO  
(OverseerStateUpdate-72111292948938760-127.0.0.1:62799_solr-n_0000000000) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:62799_solr
   [junit4]   2> 439543 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62799_solr
   [junit4]   2> 439558 INFO  
(OverseerStateUpdate-72111292948938760-127.0.0.1:62799_solr-n_0000000000) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 439575 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 439575 WARN  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_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> 439618 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 439663 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62799.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 439670 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62799.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 439670 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62799.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 439671 INFO  (jetty-launcher-2882-thread-1) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-001/node1/.
   [junit4]   2> 439686 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 439692 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 439717 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62800_solr as DOWN
   [junit4]   2> 439723 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62798_solr as DOWN
   [junit4]   2> 439723 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 439723 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62800_solr
   [junit4]   2> 439727 INFO  (zkCallback-2903-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 439742 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 439742 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62798_solr
   [junit4]   2> 439743 INFO  (zkCallback-2896-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 439743 INFO  (zkCallback-2917-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 439751 INFO  (zkCallback-2917-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 439752 INFO  (zkCallback-2896-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 439752 INFO  (zkCallback-2903-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 439753 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 439753 WARN  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_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> 439755 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 439760 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 439761 WARN  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_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> 439784 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 439786 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62801_solr as DOWN
   [junit4]   2> 439790 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 439791 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62801_solr
   [junit4]   2> 439793 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 439807 INFO  (zkCallback-2896-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 439807 INFO  (zkCallback-2910-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 439807 INFO  (zkCallback-2917-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 439807 INFO  (zkCallback-2903-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 439816 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 439817 WARN  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_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> 439873 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 439875 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62798.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 439876 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62800.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440167 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62800.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440167 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62800.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440172 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62798.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440175 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62798.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440190 INFO  (jetty-launcher-2882-thread-4) 
[n:127.0.0.1:62800_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-001/node4/.
   [junit4]   2> 440192 INFO  (jetty-launcher-2882-thread-2) 
[n:127.0.0.1:62798_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-001/node2/.
   [junit4]   2> 440212 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62801.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440230 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62801.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440230 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62801.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 440231 INFO  (jetty-launcher-2882-thread-3) 
[n:127.0.0.1:62801_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-001/node3/.
   [junit4]   2> 440264 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 440269 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 440276 INFO  (zkConnectionManagerCallback-2939-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 440276 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 440282 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 440291 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:62791/solr ready
   [junit4]   2> 440421 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=690759820
   [junit4]   2> 440421 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62799_solr
   [junit4]   2> 440421 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=366506085
   [junit4]   2> 440422 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62798_solr
   [junit4]   2> 440422 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1090259921
   [junit4]   2> 440422 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62800_solr
   [junit4]   2> 440425 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 440425 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:62799_solr as DOWN
   [junit4]   2> 440425 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=760417242
   [junit4]   2> 440425 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 440425 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62801_solr
   [junit4]   2> 440425 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:62800_solr as DOWN
   [junit4]   2> 440426 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 440426 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:62798_solr as DOWN
   [junit4]   2> 440439 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 440439 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:62801_solr as DOWN
   [junit4]   2> 440446 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 
transient cores
   [junit4]   2> 440454 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 440454 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@35899c57: rootName = 
solr_62799, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@212bd029
   [junit4]   2> 440456 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 440456 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4dfe4bd0: rootName = 
solr_62800, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@49039c78
   [junit4]   2> 440458 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 440458 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6cc6936: rootName = 
solr_62798, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@3f173b1c
   [junit4]   2> 440468 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 440469 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@480b898f: rootName = 
solr_62801, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@7fe697b
   [junit4]   2> 440695 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 440695 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@56e699a8: rootName = 
solr_62799, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@61ee1aed
   [junit4]   2> 441104 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 441105 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@75d2478d: rootName = 
solr_62800, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@61ee1aed
   [junit4]   2> 441294 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 441294 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8beb8bc: rootName = 
solr_62798, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@61ee1aed
   [junit4]   2> 441300 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 441301 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7a3564b1: rootName = 
solr_62801, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@61ee1aed
   [junit4]   2> 441317 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 441317 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@28302e92: rootName = 
solr_62799, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@352b0816
   [junit4]   2> 441317 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 441320 INFO  (closeThreadPool-2953-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72111292948938760-127.0.0.1:62799_solr-n_0000000000) closing
   [junit4]   2> 441321 INFO  
(OverseerAutoScalingTriggerThread-72111292948938760-127.0.0.1:62799_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 441322 INFO  
(OverseerStateUpdate-72111292948938760-127.0.0.1:62799_solr-n_0000000000) 
[n:127.0.0.1:62799_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:62799_solr
   [junit4]   2> 441329 INFO  (closeThreadPool-2953-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72111292948938760-127.0.0.1:62799_solr-n_0000000000) closing
   [junit4]   2> 441337 INFO  (zkCallback-2910-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 441337 INFO  (zkCallback-2917-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 441338 INFO  (zkCallback-2896-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 441437 INFO  (jetty-closer-2940-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72111292948938760-127.0.0.1:62799_solr-n_0000000000) closing
   [junit4]   2> 441446 INFO  (jetty-closer-2940-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2af6be0d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 441447 INFO  (jetty-closer-2940-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@15f2cda0{/solr,null,UNAVAILABLE}
   [junit4]   2> 441448 INFO  (jetty-closer-2940-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 441461 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 441461 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@aa4d231: rootName = 
solr_62800, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@352b0816
   [junit4]   2> 441461 INFO  (jetty-closer-2940-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 441474 INFO  (zkCallback-2910-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 441475 INFO  (zkCallback-2896-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 441479 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 441480 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@116e345d: rootName = 
solr_62801, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@352b0816
   [junit4]   2> 441480 INFO  (jetty-closer-2940-thread-4) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 441483 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 441483 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ba1c9bf: rootName = 
solr_62798, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@352b0816
   [junit4]   2> 441484 INFO  (jetty-closer-2940-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 441579 INFO  (jetty-closer-2940-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@48bf649a{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 441580 INFO  (jetty-closer-2940-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@dc65602{/solr,null,UNAVAILABLE}
   [junit4]   2> 441580 INFO  (jetty-closer-2940-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 441598 INFO  (jetty-closer-2940-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5fed523d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 441599 INFO  (jetty-closer-2940-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@224c29bd{/solr,null,UNAVAILABLE}
   [junit4]   2> 441599 INFO  (jetty-closer-2940-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 441702 INFO  (jetty-closer-2940-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@749584ac{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 441703 INFO  (jetty-closer-2940-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@201121eb{/solr,null,UNAVAILABLE}
   [junit4]   2> 441703 INFO  (jetty-closer-2940-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 441708 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 441936 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/packages.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      /solr/live_nodes
   [junit4]   2>        8       /solr/overseer/queue
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 441963 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62791
   [junit4]   2> 441963 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62791
   [junit4]   2> 441963 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62791
   [junit4]   2> 441964 INFO  
(TEST-SearchRateTriggerTest.testDefaultsAndBackcompat-seed#[90CFA13B5184B82F]) 
[     ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultsAndBackcompat
   [junit4]   2> 441976 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testWaitForElapsed
   [junit4]   2> 441978 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-002
   [junit4]   2> 441980 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 441981 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 441981 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 442085 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:62831
   [junit4]   2> 442085 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62831
   [junit4]   2> 442085 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62831
   [junit4]   2> 442085 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 62831
   [junit4]   2> 442092 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442126 INFO  (zkConnectionManagerCallback-2958-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442126 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442143 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442147 INFO  (zkConnectionManagerCallback-2960-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442147 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442148 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442163 INFO  (zkConnectionManagerCallback-2962-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442165 INFO  
(TEST-SearchRateTriggerTest.testWaitForElapsed-seed#[90CFA13B5184B82F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442294 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 442294 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 442294 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 442297 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442297 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442297 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@235ed4e0{/solr,null,AVAILABLE}
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 442298 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 442299 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 442299 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 442299 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14+36
   [junit4]   2> 442300 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@51785543{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62838}
   [junit4]   2> 442300 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.s.Server Started @442392ms
   [junit4]   2> 442300 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62838}
   [junit4]   2> 442301 ERROR (jetty-launcher-2963-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 442301 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442301 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 442301 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442301 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 442301 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:49.126302Z
   [junit4]   2> 442306 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442306 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442306 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 442309 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@313535e6{/solr,null,AVAILABLE}
   [junit4]   2> 442309 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442310 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2569b073{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62839}
   [junit4]   2> 442310 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442310 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442310 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.s.Server Started @442402ms
   [junit4]   2> 442310 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 442314 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6262bb17{/solr,null,AVAILABLE}
   [junit4]   2> 442310 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62839}
   [junit4]   2> 442315 ERROR (jetty-launcher-2963-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 442315 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442315 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@f43fd41{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62841}
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.s.Server Started @442407ms
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62841}
   [junit4]   2> 442316 INFO  (zkConnectionManagerCallback-2965-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442316 ERROR (jetty-launcher-2963-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 442316 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:49.141692Z
   [junit4]   2> 442317 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@166dd81c{/solr,null,AVAILABLE}
   [junit4]   2> 442315 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 442317 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442317 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 442317 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:49.142521Z
   [junit4]   2> 442318 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7b9e937b{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:62842}
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.s.Server Started @442411ms
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=62842}
   [junit4]   2> 442319 ERROR (jetty-launcher-2963-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
   [junit4]   2> 442319 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-04-05T23:46:49.144881Z
   [junit4]   2> 442321 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 442325 INFO  (zkConnectionManagerCallback-2969-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442325 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442326 INFO  (zkConnectionManagerCallback-2967-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442326 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442327 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442328 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442332 INFO  (zkConnectionManagerCallback-2971-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442332 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 442333 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 442438 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 442439 WARN  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1e4abb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442439 WARN  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1e4abb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442447 WARN  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@74a2d5a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442447 WARN  (jetty-launcher-2963-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@74a2d5a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442449 INFO  (jetty-launcher-2963-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62831/solr
   [junit4]   2> 442450 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 442450 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 442457 INFO  (zkConnectionManagerCallback-2978-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442458 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 442460 WARN  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@12e1cd78[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442462 WARN  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@12e1cd78[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442471 WARN  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@67e26415[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442471 WARN  (jetty-launcher-2963-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@67e26415[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442472 INFO  (jetty-launcher-2963-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62831/solr
   [junit4]   2> 442473 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 442480 INFO  (zkConnectionManagerCallback-2985-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442480 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 442543 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 442544 WARN  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@a01bee7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442544 WARN  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@a01bee7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442551 WARN  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7d51aeb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442551 WARN  (jetty-launcher-2963-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7d51aeb6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442552 INFO  (jetty-launcher-2963-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62831/solr
   [junit4]   2> 442556 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 442574 INFO  (zkConnectionManagerCallback-2996-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442575 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 442649 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 442650 WARN  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@216a3229[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442650 WARN  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@216a3229[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442655 WARN  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@10b56836[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442655 WARN  (jetty-launcher-2963-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@10b56836[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 442656 INFO  (jetty-launcher-2963-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62831/solr
   [junit4]   2> 442660 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 442677 INFO  (zkConnectionManagerCallback-3005-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 442677 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 442680 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:62841_solr
   [junit4]   2> 442691 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.Overseer Overseer 
(id=72111293237231625-127.0.0.1:62841_solr-n_0000000000) starting
   [junit4]   2> 442770 INFO  
(OverseerStateUpdate-72111293237231625-127.0.0.1:62841_solr-n_0000000000) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:62841_solr
   [junit4]   2> 442775 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62841_solr
   [junit4]   2> 442794 INFO  
(OverseerStateUpdate-72111293237231625-127.0.0.1:62841_solr-n_0000000000) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 442808 INFO  (zkCallback-3004-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 442822 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62842_solr as DOWN
   [junit4]   2> 442841 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 442841 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62842_solr
   [junit4]   2> 442842 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 442842 WARN  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_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> 442854 INFO  (zkCallback-2995-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 442854 INFO  (zkCallback-3004-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 442867 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 442867 WARN  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_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> 442886 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 442911 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 442957 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62841.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 442983 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62842.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 442995 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62841.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 442995 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62841.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 442998 INFO  (jetty-launcher-2963-thread-3) 
[n:127.0.0.1:62841_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-002/node3/.
   [junit4]   2> 443016 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62842.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 443016 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62842.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 443018 INFO  (jetty-launcher-2963-thread-2) 
[n:127.0.0.1:62842_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-002/node2/.
   [junit4]   2> 444242 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 444440 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62838_solr as DOWN
   [junit4]   2> 444479 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 444480 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62838_solr
   [junit4]   2> 444593 INFO  (zkCallback-3004-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 444593 INFO  (zkCallback-2977-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 444594 INFO  (zkCallback-2995-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 444604 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 444605 WARN  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_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> 444659 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 444790 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62838.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 444808 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62838.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 444809 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_62838.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@534195b7
   [junit4]   2> 444811 INFO  (jetty-launcher-2963-thread-1) 
[n:127.0.0.1:62838_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_90CFA13B5184B82F-001/tempDir-002/node1/.
   [junit4]   2> 445074 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 445174 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:62839_solr as DOWN
   [junit4]   2> 445187 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 445188 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:62839_solr
   [junit4]   2> 445215 INFO  (zkCallback-2995-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 445215 INFO  (zkCallback-3004-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 445216 INFO  (zkCallback-2977-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 445217 INFO  (zkCallback-2984-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 445241 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 445242 WARN  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_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> 445325 INFO  (jetty-launcher-2963-thread-4) 
[n:127.0.0.1:62839_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system col

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

857349-127.0.0.1:60097_solr-n_0000000000) [     ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are 
closed, exiting.
   [junit4]   2> 1471537 DEBUG (closeThreadPool-7435-thread-1) [     ] 
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 1471538 DEBUG (closeThreadPool-7435-thread-1) [     ] 
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 1471538 DEBUG (closeThreadPool-7435-thread-1) [     ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 1471539 DEBUG (closeThreadPool-7435-thread-1) [     ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool 
executor
   [junit4]   2> 1471539 DEBUG (closeThreadPool-7435-thread-1) [     ] 
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1471539 DEBUG (closeThreadPool-7435-thread-1) [     ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1471539 INFO  (jetty-closer-7421-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72111358284857349-127.0.0.1:60097_solr-n_0000000000) closing
   [junit4]   2> 1471539 INFO  (closeThreadPool-7435-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72111358284857349-127.0.0.1:60097_solr-n_0000000000) closing
   [junit4]   2> 1471541 INFO  (jetty-closer-7421-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@37acc72d{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 1471541 INFO  (jetty-closer-7421-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@66ac535e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1471541 INFO  (jetty-closer-7421-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1471543 INFO  
(SUITE-MetricTriggerIntegrationTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1471761 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        29      /solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2>        8       /solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/packages.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2>        4       
/solr/collections/testMetricTrigger/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        120     /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72111358284857350-127.0.0.1:60096_solr-n_0000000001
   [junit4]   2>        2       
/solr/collections/testMetricTrigger/leader_elect/shard1/election/72111358284857350-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        43      /solr/overseer/queue
   [junit4]   2>        22      /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        8       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/metric_trigger
   [junit4]   2> 
   [junit4]   2> 1471764 INFO  
(SUITE-MetricTriggerIntegrationTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60086
   [junit4]   2> 1471764 INFO  
(SUITE-MetricTriggerIntegrationTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60086
   [junit4]   2> 1471764 INFO  
(SUITE-MetricTriggerIntegrationTest-seed#[90CFA13B5184B82F]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 60086
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_90CFA13B5184B82F-001
   [junit4]   2> Apr 06, 2020 12:03:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{_root_=Lucene84, id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
x_s=Lucene84}, docValues:{_version_=DocValuesFormat(name=Lucene80)}, 
maxPointsInLeafNode=1726, maxMBSortInHeap=6.942632438987214, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@390a5d0e),
 locale=es-419, timezone=Europe/Luxembourg
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14 
(64-bit)/cpus=6,threads=1,free=280016808,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestRestoreCore, 
CopyFieldTest, LeaderTragicEventTest, DistributedQueueTest, 
TestPartialUpdateDeduplication, TestExactStatsCacheCloud, TaggerTest, 
SharedFSAutoReplicaFailoverTest, TestCloudConsistency, 
TestSolrCloudWithKerberosAlt, TestCollectionAPIs, HLLUtilTest, 
DocValuesMultiTest, RoutingToNodesWithPropertiesTest, 
TestCloudPseudoReturnFields, SimpleFacetsTest, ComputePlanActionTest, 
HdfsDirectoryFactoryTest, TestLegacyFieldCache, TestAnalyzedSuggestions, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SimpleMLTQParserTest, 
TestIBSimilarityFactory, UUIDFieldTest, SolrTestCaseJ4Test, 
TestFieldCacheReopen, MaxSizeAutoCommitTest, TestDistribDocBasedVersion, 
RulesTest, InfixSuggestersTest, TestUnifiedSolrHighlighterWithoutStoredId, 
TestSimExecutePlanAction, ReplaceNodeNoTargetTest, TestSearcherReuse, 
DistributedExpandComponentTest, PeerSyncWithLeaderTest, TestHashQParserPlugin, 
BasicDistributedZk2Test, AuditLoggerPluginTest, TestRandomDVFaceting, 
CoreAdminOperationTest, SolrMetricsIntegrationTest, SystemLogListenerTest, 
IndexSizeTriggerSizeEstimationTest, JWTAuthPluginTest, FuzzySearchTest, 
TestConfigSetsAPI, SearchHandlerTest, TestHighFrequencyDictionaryFactory, 
TestPayloadCheckQParserPlugin, HdfsTlogReplayBufferedWhileIndexingTest, 
TestLuceneIndexBackCompat, OverriddenZkACLAndCredentialsProvidersTest, 
DefaultValueUpdateProcessorTest, TestSchemalessBufferedUpdates, 
DistributedQueryElevationComponentTest, TestFieldSortValues, 
TestMinHashQParser, SolrPluginUtilsTest, TestLeaderElectionZkExpiry, 
TestImplicitCoreProperties, CategoryRoutedAliasUpdateProcessorTest, 
OrderedExecutorTest, TestRTimerTree, TestJsonFacets, TestCollationField, 
TestMultiValuedNumericRangeQuery, TestCustomStream, 
UniqFieldsUpdateProcessorFactoryTest, TestManagedSchemaThreadSafety, 
TestCustomDocTransformer, TestHdfsBackupRestoreCore, TestSolrIndexConfig, 
ConnectionReuseTest, TestStressThreadBackup, CloudReplicaSourceTest, 
BasicFunctionalityTest, SpellCheckCollatorWithCollapseTest, 
ResponseLogComponentTest, ConcurrentDeleteAndCreateCollectionTest, 
EchoParamsTest, HdfsBasicDistributedZk2Test, MultiSolrCloudTestCaseTest, 
DistributedFacetPivotSmallTest, TestStressUserVersions, 
TestDelegationWithHadoopAuth, TestMergePolicyConfig, HighlighterMaxOffsetTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test, 
CollectionsAPISolrJTest, LeaderElectionTest, OverseerSolrResponseTest, 
OverseerSolrResponseUnsafeSerializationTest, PackageManagerCLITest, 
PeerSyncReplicationTest, TestCloudInspectUtil, 
TestCloudPhrasesIdentificationComponent, TestCloudSearcherWarming, 
TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, 
TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, 
ZkControllerTest, ZkFailoverTest, ZkNodePropsTest, 
AsyncCallRequestStatusResponseTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, SimpleCollectionCreateDeleteTest, 
SplitByPrefixTest, TestHdfsCloudBackupRestore, AutoAddReplicasPlanActionTest, 
MetricTriggerIntegrationTest]
   [junit4] Completed [568/907 (3!)] on J1 in 39.10s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 45930 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5856/consoleText

[repro] Revision: e916056c8e30769d750e0f9eb7ee618346d2e024

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=SearchRateTriggerTest 
-Dtests.method=testWaitForElapsed -Dtests.seed=90CFA13B5184B82F 
-Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=America/Argentina/Jujuy 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=MetricTriggerTest 
-Dtests.seed=90CFA13B5184B82F -Dtests.slow=true -Dtests.locale=nd 
-Dtests.timezone=Portugal -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=MetricTriggerIntegrationTest 
-Dtests.method=testMetricTrigger -Dtests.seed=90CFA13B5184B82F 
-Dtests.slow=true -Dtests.locale=es-419 -Dtests.timezone=Europe/Luxembourg 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       MetricTriggerIntegrationTest
[repro]       SearchRateTriggerTest
[repro]       MetricTriggerTest
[repro] ant compile-test

[...truncated 3150 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15 
-Dtests.class="*.MetricTriggerIntegrationTest|*.SearchRateTriggerTest|*.MetricTriggerTest"
 -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=90CFA13B5184B82F -Dtests.slow=true -Dtests.locale=es-419 
-Dtests.timezone=Europe/Luxembourg -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 136 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: 
org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.MetricTriggerTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
[repro] Exiting with code 0

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

Reply via email to