You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/04/30 03:02:28 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_162) - Build # 21931 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21931/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.MathExpressionTest.testGammaDistribution

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([20CD85222727E0B7:1DB7AE8C045F4AA0]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.io.stream.MathExpressionTest.testGammaDistribution(MathExpressionTest.java:3589)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode

Error Message:
unexpected DELETENODE status: {responseHeader={status=0,QTime=10},status={state=notfound,msg=Did not find [search_rate_trigger3/1238f073985bcT47l0j7k08m4wgvarqd7t81oda/0] in any tasks queue}}

Stack Trace:
java.lang.AssertionError: unexpected DELETENODE status: {responseHeader={status=0,QTime=10},status={state=notfound,msg=Did not find [search_rate_trigger3/1238f073985bcT47l0j7k08m4wgvarqd7t81oda/0] in any tasks queue}}
	at __randomizedtesting.SeedInfo.seed([48A8B5B1541E7E30:6A3A7B3363D4F14D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.lambda$testDeleteNode$6(SearchRateTriggerIntegrationTest.java:668)
	at java.util.ArrayList.forEach(ArrayList.java:1257)
	at org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testDeleteNode(SearchRateTriggerIntegrationTest.java:660)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13299 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 816806 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/init-core-data-001
   [junit4]   2> 816807 WARN  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 816807 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 816809 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 816810 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001
   [junit4]   2> 816810 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 816810 INFO  (Thread-4103) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 816810 INFO  (Thread-4103) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 816812 ERROR (Thread-4103) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 816910 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44347
   [junit4]   2> 816913 INFO  (zkConnectionManagerCallback-2548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816918 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001319ad3f0000, likely client has closed socket
   [junit4]   2> 816925 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:57:37+06:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816925 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:57:37+06:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816925 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:57:37+06:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816925 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:57:37+06:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816926 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816926 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816926 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 816928 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e211c3{/solr,null,AVAILABLE}
   [junit4]   2> 816928 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T03:57:37+06:30, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@17d29cf{SSL,[ssl, http/1.1]}{127.0.0.1:40169}
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.e.j.s.Server Started @816969ms
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40169}
   [junit4]   2> 816936 ERROR (jetty-launcher-2545-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816936 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816937 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T02:14:17.041Z
   [junit4]   2> 816938 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816938 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816938 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 816939 INFO  (zkConnectionManagerCallback-2550-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e3e419{/solr,null,AVAILABLE}
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9d9c49{/solr,null,AVAILABLE}
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 816939 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9fe8e0{/solr,null,AVAILABLE}
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19774a7{/solr,null,AVAILABLE}
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a49a75{SSL,[ssl, http/1.1]}{127.0.0.1:38371}
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.e.j.s.Server Started @816973ms
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38371}
   [junit4]   2> 816940 ERROR (jetty-launcher-2545-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@18e5705{SSL,[ssl, http/1.1]}{127.0.0.1:38601}
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1591cb9{SSL,[ssl, http/1.1]}{127.0.0.1:40477}
   [junit4]   2> 816940 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.e.j.s.Server Started @816974ms
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T02:14:17.045Z
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38601}
   [junit4]   2> 816941 ERROR (jetty-launcher-2545-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T02:14:17.045Z
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-2) [    ] o.e.j.s.Server Started @816974ms
   [junit4]   2> 816941 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40477}
   [junit4]   2> 816942 ERROR (jetty-launcher-2545-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 816942 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816942 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 816942 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816942 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816942 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T02:14:17.046Z
   [junit4]   2> 816943 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@173bab5{SSL,[ssl, http/1.1]}{127.0.0.1:41303}
   [junit4]   2> 816943 INFO  (jetty-launcher-2545-thread-1) [    ] o.e.j.s.Server Started @816976ms
   [junit4]   2> 816943 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41303}
   [junit4]   2> 816952 INFO  (zkConnectionManagerCallback-2552-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816953 ERROR (jetty-launcher-2545-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 816953 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 816953 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 816953 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 816953 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 816953 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-30T02:14:17.057Z
   [junit4]   2> 816954 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816954 INFO  (zkConnectionManagerCallback-2556-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816954 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816957 INFO  (zkConnectionManagerCallback-2554-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816957 INFO  (zkConnectionManagerCallback-2558-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816958 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816958 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 816961 INFO  (jetty-launcher-2545-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44347/solr
   [junit4]   2> 816962 INFO  (jetty-launcher-2545-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44347/solr
   [junit4]   2> 816963 INFO  (zkConnectionManagerCallback-2564-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816967 INFO  (zkConnectionManagerCallback-2568-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816967 INFO  (jetty-launcher-2545-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44347/solr
   [junit4]   2> 816968 INFO  (jetty-launcher-2545-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44347/solr
   [junit4]   2> 816969 INFO  (jetty-launcher-2545-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44347/solr
   [junit4]   2> 816970 INFO  (zkConnectionManagerCallback-2575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816970 INFO  (zkConnectionManagerCallback-2566-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816971 INFO  (zkConnectionManagerCallback-2580-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816972 INFO  (zkConnectionManagerCallback-2577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816973 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001319ad3f000b, likely client has closed socket
   [junit4]   2> 816981 INFO  (zkConnectionManagerCallback-2582-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816981 INFO  (zkConnectionManagerCallback-2584-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816983 INFO  (zkConnectionManagerCallback-2586-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 816983 INFO  (zkConnectionManagerCallback-2590-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 817006 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 817006 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 817007 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40477_solr
   [junit4]   2> 817008 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38371_solr
   [junit4]   2> 817013 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.Overseer Overseer (id=72078595039625229-127.0.0.1:40477_solr-n_0000000000) starting
   [junit4]   2> 817014 INFO  (zkCallback-2589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 817020 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 817043 INFO  (zkConnectionManagerCallback-2603-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 817044 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 817045 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44347/solr ready
   [junit4]   2> 817046 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 817049 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 817049 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 817049 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 817059 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 817059 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40477_solr
   [junit4]   2> 817079 INFO  (zkCallback-2589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 817079 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 817088 INFO  (zkCallback-2602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 817092 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:40477_solr, 127.0.0.1:38371_solr]
   [junit4]   2> 817098 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 817099 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 817108 DEBUG (ScheduledTrigger-3110-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 817123 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 817126 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 817128 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 817128 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38601_solr
   [junit4]   2> 817138 INFO  (zkCallback-2589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 817138 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 817138 INFO  (zkCallback-2602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 817138 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 817140 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 817154 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 817164 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 817164 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40169_solr
   [junit4]   2> 817168 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 817168 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 817168 INFO  (zkCallback-2589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 817168 INFO  (zkCallback-2602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 817178 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 817180 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 817180 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 817185 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 817185 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41303_solr
   [junit4]   2> 817187 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 817204 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 817204 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 817204 INFO  (zkCallback-2602-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 817204 INFO  (zkCallback-2589-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 817208 INFO  (zkCallback-2585-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 818112 DEBUG (ScheduledTrigger-3110-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5
   [junit4]   2> 818317 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38601.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 818333 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38601.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 818334 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38601.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 818335 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node5/.
   [junit4]   2> 818344 INFO  (zkConnectionManagerCallback-2608-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 818345 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 818345 INFO  (jetty-launcher-2545-thread-5) [n:127.0.0.1:38601_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44347/solr ready
   [junit4]   2> 819116 DEBUG (ScheduledTrigger-3110-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5
   [junit4]   2> 819197 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40477.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819208 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40477.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819208 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40477.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819210 INFO  (jetty-launcher-2545-thread-2) [n:127.0.0.1:40477_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node2/.
   [junit4]   2> 819336 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38371.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819347 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38371.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819347 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38371.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819349 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node3/.
   [junit4]   2> 819356 INFO  (zkConnectionManagerCallback-2613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819357 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 819358 INFO  (jetty-launcher-2545-thread-3) [n:127.0.0.1:38371_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44347/solr ready
   [junit4]   2> 819788 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41303.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819795 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41303.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819795 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41303.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 819797 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node1/.
   [junit4]   2> 819799 INFO  (zkConnectionManagerCallback-2618-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819800 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 819801 INFO  (jetty-launcher-2545-thread-1) [n:127.0.0.1:41303_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44347/solr ready
   [junit4]   2> 820058 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40169.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 820078 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40169.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 820078 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40169.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 820080 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node4/.
   [junit4]   2> 820083 INFO  (zkConnectionManagerCallback-2623-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820084 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820085 INFO  (jetty-launcher-2545-thread-4) [n:127.0.0.1:40169_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44347/solr ready
   [junit4]   2> 820116 DEBUG (ScheduledTrigger-3110-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 5
   [junit4]   2> 820127 INFO  (zkConnectionManagerCallback-2625-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820131 INFO  (zkConnectionManagerCallback-2630-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820132 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820133 INFO  (SUITE-SearchRateTriggerIntegrationTest-seed#[48A8B5B1541E7E30]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44347/solr ready
   [junit4]   2> 820213 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820277 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820322 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820384 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820447 INFO  (qtp26693063-11225) [n:127.0.0.1:41303_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 820448 DEBUG (qtp26891959-11205) [n:127.0.0.1:40169_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 820449 INFO  (qtp26891959-11205) [n:127.0.0.1:40169_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=243
   [junit4]   2> 820449 DEBUG (zkCallback-2602-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 820450 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 820453 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 820455 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 820488 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[48A8B5B1541E7E30]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBelowSearchRate
   [junit4]   2> 820489 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[48A8B5B1541E7E30]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 820491 INFO  (TEST-SearchRateTriggerIntegrationTest.testBelowSearchRate-seed#[48A8B5B1541E7E30]) [    ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 820491 DEBUG (zkCallback-2602-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 820491 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 820492 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 820492 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 820492 DEBUG (OverseerAutoScalingTriggerThread-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 825495 INFO  (qtp26891959-11203) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 825497 INFO  (OverseerThreadFactory-3112-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection belowRate_collection
   [junit4]   2> 825615 INFO  (OverseerStateUpdate-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40169/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 825617 INFO  (OverseerStateUpdate-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38601/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 825828 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 825829 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 826847 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 826847 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 826868 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 826868 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 826871 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 826871 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 826871 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n1' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 826871 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n2' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 826872 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38601.solr.core.belowRate_collection.shard1.replica_n2' (registry 'solr.core.belowRate_collection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 826872 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40169.solr.core.belowRate_collection.shard1.replica_n1' (registry 'solr.core.belowRate_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 826872 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 826872 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 826873 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node4/belowRate_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node4/./belowRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 826873 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node5/belowRate_collection_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node5/./belowRate_collection_shard1_replica_n2/data/]
   [junit4]   2> 826950 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 826950 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 826950 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 826950 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 826952 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 826952 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 826952 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 826952 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 826955 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c7761a[belowRate_collection_shard1_replica_n1] main]
   [junit4]   2> 826955 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d2ed9c[belowRate_collection_shard1_replica_n2] main]
   [junit4]   2> 826956 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 826956 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 826956 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 826956 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 826957 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 826957 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 826958 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1599135512854003712
   [junit4]   2> 826959 INFO  (searcherExecutor-3123-thread-1-processing-n:127.0.0.1:40169_solr x:belowRate_collection_shard1_replica_n1 c:belowRate_collection s:shard1 r:core_node3) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n1] Registered new searcher Searcher@c7761a[belowRate_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 826959 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1599135512855052288
   [junit4]   2> 826961 INFO  (searcherExecutor-3124-thread-1-processing-n:127.0.0.1:38601_solr x:belowRate_collection_shard1_replica_n2 c:belowRate_collection s:shard1 r:core_node4) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n2] Registered new searcher Searcher@1d2ed9c[belowRate_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 826963 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 826965 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 826968 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 826968 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 826968 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40169/solr/belowRate_collection_shard1_replica_n1/
   [junit4]   2> 826968 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:40169/solr START replicas=[https://127.0.0.1:38601/solr/belowRate_collection_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 826998 INFO  (qtp32072087-11221) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 827269 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=belowRate_collection_shard1_replica_n1 url=https://127.0.0.1:40169/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 827269 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 827269 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 827269 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 827273 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40169/solr/belowRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 827375 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 827478 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828070 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828070 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828291 INFO  (qtp26891959-11196) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2462
   [junit4]   2> 828296 INFO  (qtp32072087-11239) [n:127.0.0.1:38601_solr c:belowRate_collection s:shard1 r:core_node4 x:belowRate_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=belowRate_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2470
   [junit4]   2> 828299 INFO  (qtp26891959-11203) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 828299 INFO  (qtp26891959-11203) [n:127.0.0.1:40169_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=belowRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2804
   [junit4]   2> 828302 INFO  (qtp26891959-11205) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 828304 INFO  (OverseerCollectionConfigSetProcessor-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 828306 INFO  (OverseerThreadFactory-3112-thread-2) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40477_solr for creating new replica
   [junit4]   2> 828309 INFO  (OverseerStateUpdate-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40477/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40477_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 828410 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828410 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828516 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 828532 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 828542 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 828545 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 828545 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_n5' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 828546 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40477.solr.core.belowRate_collection.shard1.replica_n5' (registry 'solr.core.belowRate_collection.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 828546 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 828546 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node2/belowRate_collection_shard1_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node2/./belowRate_collection_shard1_replica_n5/data/]
   [junit4]   2> 828620 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828620 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828623 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 828623 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 828624 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 828625 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 828627 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1156699[belowRate_collection_shard1_replica_n5] main]
   [junit4]   2> 828628 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 828628 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 828629 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 828630 INFO  (searcherExecutor-3133-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_n5] Registered new searcher Searcher@1156699[belowRate_collection_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 828630 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1599135514607222784
   [junit4]   2> 828635 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node4=0}, version=2}
   [junit4]   2> 828636 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_n5
   [junit4]   2> 828636 INFO  (updateExecutor-2561-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 828637 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 828640 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 828641 INFO  (qtp25083379-11227) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=belowRate_collection_shard1_replica_n5&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=124
   [junit4]   2> 828643 INFO  (qtp26891959-11205) [n:127.0.0.1:40169_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=341
   [junit4]   2> 828645 INFO  (qtp26891959-11203) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=belowRate_collection&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 828647 INFO  (OverseerCollectionConfigSetProcessor-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 828648 INFO  (qtp26891959-11346) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 828648 INFO  (qtp26891959-11346) [n:127.0.0.1:40169_solr c:belowRate_collection s:shard1 r:core_node3 x:belowRate_collection_shard1_replica_n1] o.a.s.c.S.Request [belowRate_collection_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 828649 INFO  (OverseerThreadFactory-3112-thread-3) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:38371_solr for creating new replica
   [junit4]   2> 828649 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[belowRate_collection_shard1_replica_n5]
   [junit4]   2> 828650 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 828650 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy Publishing state of core [belowRate_collection_shard1_replica_n5] as recovering, leader is [https://127.0.0.1:40169/solr/belowRate_collection_shard1_replica_n1/] and I am [https://127.0.0.1:40477/solr/belowRate_collection_shard1_replica_n5/]
   [junit4]   2> 828650 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node6_recovering=0, core_node3=0, core_node4=0}, version=3}
   [junit4]   2> 828652 INFO  (OverseerStateUpdate-72078595039625229-127.0.0.1:40477_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"belowRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"belowRate_collection_shard1_replica_t7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38371/solr",
   [junit4]   2>   "node_name":"127.0.0.1:38371_solr",
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 828652 INFO  (recoveryExecutor-2562-thread-1-processing-n:127.0.0.1:40477_solr x:belowRate_collection_shard1_replica_n5 c:belowRate_collection s:shard1 r:core_node6) [n:127.0.0.1:40477_solr c:belowRate_collection s:shard1 r:core_node6 x:belowRate_collection_shard1_replica_n5] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:40169/solr]; [WaitForState: action=PREPRECOVERY&core=belowRate_collection_shard1_replica_n1&nodeName=127.0.0.1:40477_solr&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 828657 INFO  (qtp26891959-11205) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 828657 INFO  (qtp26891959-11205) [n:127.0.0.1:40169_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=belowRate_collection, shard=shard1, thisCore=belowRate_collection_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:40477_solr, coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps: core_node6:{"core":"belowRate_collection_shard1_replica_n5","base_url":"https://127.0.0.1:40477/solr","node_name":"127.0.0.1:40477_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 828753 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828753 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828753 INFO  (zkCallback-2583-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828753 INFO  (zkCallback-2583-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828862 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=belowRate_collection_shard1_replica_t7&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 828862 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 828875 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 828910 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.s.IndexSchema [belowRate_collection_shard1_replica_t7] Schema name=minimal
   [junit4]   2> 828913 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 828914 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.CoreContainer Creating SolrCore 'belowRate_collection_shard1_replica_t7' using configuration from collection belowRate_collection, trusted=true
   [junit4]   2> 828914 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38371.solr.core.belowRate_collection.shard1.replica_t7' (registry 'solr.core.belowRate_collection.shard1.replica_t7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15206f8
   [junit4]   2> 828915 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 828915 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.SolrCore [[belowRate_collection_shard1_replica_t7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node3/belowRate_collection_shard1_replica_t7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_48A8B5B1541E7E30-001/tempDir-001/node3/./belowRate_collection_shard1_replica_t7/data/]
   [junit4]   2> 828966 INFO  (zkCallback-2581-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828966 INFO  (zkCallback-2567-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828966 INFO  (zkCallback-2583-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828966 INFO  (zkCallback-2583-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/belowRate_collection/state.json] for collection [belowRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 828987 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 828988 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 828989 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 828989 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 828992 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.s.SolrIndexSearcher Opening [Searcher@1375bc8[belowRate_collection_shard1_replica_t7] main]
   [junit4]   2> 828993 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 828993 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 828994 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 828996 INFO  (searcherExecutor-3138-thread-1-processing-n:127.0.0.1:38371_solr x:belowRate_collection_shard1_replica_t7 c:belowRate_collection s:shard1 r:core_node8) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.SolrCore [belowRate_collection_shard1_replica_t7] Registered new searcher Searcher@1375bc8[belowRate_collection_shard1_replica_t7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 828996 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1599135514991001600
   [junit4]   2> 829000 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/belowRate_collection/terms/shard1 to Terms{values={core_node6=0, core_node8=0, core_node6_recovering=0, core_node3=0, core_node4=0}, version=4}
   [junit4]   2> 829002 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.ZkController Core needs to recover:belowRate_collection_shard1_replica_t7
   [junit4]   2> 829004 INFO  (updateExecutor-2569-thread-1-processing-n:127.0.0.1:38371_solr x:belowRate_collection_shard1_replica_t7 c:belowRate_collection s:shard1 r:core_node8) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 829004 INFO  (recoveryExecutor-2578-thread-1-processing-n:127.0.0.1:38371_solr x:belowRate_collection_shard1_replica_t7 c:belowRate_collection s:shard1 r:core_node8) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 829005 INFO  (qtp7779179-11222) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=belowRate_collection_shard1_replica_t7&action=CREATE&collection=belowRate_collection&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=143
   [junit4]   2> 829006 INFO  (recoveryExecutor-2578-thread-1-processing-n:127.0.0.1:38371_solr x:belowRate_collection_shard1_replica_t7 c:belowRate_collection s:shard1 r:core_node8) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 829006 INFO  (recoveryExecutor-2578-thread-1-processing-n:127.0.0.1:38371_solr x:belowRate_collection_shard1_replica_t7 c:belowRate_collection s:shard1 r:core_node8) [n:127.0.0.1:38371_solr c:belowRate_collection s:shard1 r:core_node8 x:belowRate_collection_shard1_replica_t7] o.a.s.c.ZkController belowRate_collection_shard1_replica_t7 stopping background replication from leader
   [junit4]   2

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

er 127.0.0.1:37431_solr
   [junit4]   2> 36067 INFO  (jetty-closer-8-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37431_solr
   [junit4]   2> 36068 INFO  (jetty-closer-8-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 36068 INFO  (jetty-closer-8-thread-4) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 36069 INFO  (jetty-closer-8-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 36069 INFO  (zkCallback-59-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 36069 INFO  (zkCallback-35-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 36069 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 36069 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 36070 INFO  (zkCallback-81-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 36070 INFO  (coreCloseExecutor-68-thread-1) [n:127.0.0.1:37431_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@475dd5
   [junit4]   2> 36070 INFO  (coreCloseExecutor-68-thread-1) [n:127.0.0.1:37431_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n2, tag=475dd5
   [junit4]   2> 36070 INFO  (coreCloseExecutor-68-thread-1) [n:127.0.0.1:37431_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d69ccf: rootName = solr_37431, domain = solr.core.collection1.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@413227
   [junit4]   2> 36082 INFO  (zkCallback-39-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 36087 INFO  (coreCloseExecutor-66-thread-1) [n:127.0.0.1:40837_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=b4b3e1
   [junit4]   2> 36088 INFO  (coreCloseExecutor-68-thread-1) [n:127.0.0.1:37431_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=475dd5
   [junit4]   2> 36092 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40837_solr
   [junit4]   2> 36093 INFO  (jetty-closer-8-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@fd1f42{/solr,null,UNAVAILABLE}
   [junit4]   2> 36093 INFO  (jetty-closer-8-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 36093 INFO  (zkCallback-39-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38337_solr
   [junit4]   2> 37566 WARN  (zkCallback-41-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 37567 INFO  (jetty-closer-8-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@56502e{/solr,null,UNAVAILABLE}
   [junit4]   2> 37567 INFO  (jetty-closer-8-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 37568 WARN  (zkCallback-69-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 37569 INFO  (jetty-closer-8-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17db439{/solr,null,UNAVAILABLE}
   [junit4]   2> 37570 INFO  (jetty-closer-8-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 37593 INFO  (jetty-closer-8-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@766f48{/solr,null,UNAVAILABLE}
   [junit4]   2> 37593 INFO  (jetty-closer-8-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 37593 ERROR (SUITE-MathExpressionTest-seed#[20CD85222727E0B7]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 37594 INFO  (SUITE-MathExpressionTest-seed#[20CD85222727E0B7]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34575 34575
   [junit4]   2> 38395 INFO  (Thread-21) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34575 34575
   [junit4]   2> 38396 WARN  (Thread-21) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.MathExpressionTest_20CD85222727E0B7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {test_t=Lucene50(blocksize=128), col_s=BlockTreeOrds(blocksize=128), order_i=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), price_f=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=BlockTreeOrds(blocksize=128), test_dt=PostingsFormat(name=Memory), id=Lucene50(blocksize=128), text=PostingsFormat(name=Memory), miles_i=BlockTreeOrds(blocksize=128), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{col_s=DocValuesFormat(name=Asserting), order_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory), miles_i=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1309, maxMBSortInHeap=5.1034177460636245, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@8e4474), locale=he-IL, timezone=Asia/Thimphu
   [junit4]   2> NOTE: Linux 4.13.0-39-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=30977848,total=91156480
   [junit4]   2> NOTE: All tests run in this JVM: [HttpSolrClientConPoolTest, FieldValueEvaluatorTest, CloudSolrClientCacheTest, StreamExpressionParserTest, RawValueEvaluatorTest, TestTimeSource, GreaterThanEvaluatorTest, AscEvaluatorTest, FieldAnalysisResponseTest, MathExpressionTest]
   [junit4] Completed [40/152 (1!)] on J0 in 19.73s, 96 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 45549 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21931/consoleText

[repro] Revision: f6cbb2db6be608cacc0c15f34d1db1b53b16d560

[repro] Ant options: "-Dargs=-client -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=SearchRateTriggerIntegrationTest -Dtests.method=testDeleteNode -Dtests.seed=48A8B5B1541E7E30 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=MathExpressionTest -Dtests.method=testGammaDistribution -Dtests.seed=20CD85222727E0B7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Asia/Thimphu -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SearchRateTriggerIntegrationTest
[repro]    solr/solrj
[repro]       MathExpressionTest
[repro] ant compile-test

[...truncated 3298 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.SearchRateTriggerIntegrationTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseSerialGC" -Dtests.seed=48A8B5B1541E7E30 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 87 lines...]
[repro] ant compile-test

[...truncated 447 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MathExpressionTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseSerialGC" -Dtests.seed=20CD85222727E0B7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=Asia/Thimphu -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 546 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.client.solrj.io.stream.MathExpressionTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
[repro] Exiting with code 0

[...truncated 40 lines...]