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/01/05 13:58:52 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+37) - Build # 21218 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21218/
Java: 64bit/jdk-10-ea+37 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:45253

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:45253
	at __randomizedtesting.SeedInfo.seed([6A5F05FC518A82BF:E20B3A26FF76EF47]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 42 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeLost/127.0.0.1:45163_solr exists

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeLost/127.0.0.1:45163_solr exists
	at __randomizedtesting.SeedInfo.seed([6A5F05FC518A82BF:72E58DF05FBF4F50]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:883)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testIntegration

Error Message:


Stack Trace:
java.util.ConcurrentModificationException
	at __randomizedtesting.SeedInfo.seed([6A5F05FC518A82BF:DA3E0BD074B5239A]:0)
	at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:937)
	at java.base/java.util.ArrayList$Itr.next(ArrayList.java:891)
	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.tearDown(SimSolrCloudTestCase.java:141)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12163 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_6A5F05FC518A82BF-001/init-core-data-001
   [junit4]   2> 596815 WARN  (SUITE-TestExecutePlanAction-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 596815 INFO  (SUITE-TestExecutePlanAction-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 596816 INFO  (SUITE-TestExecutePlanAction-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 596817 INFO  (SUITE-TestExecutePlanAction-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 596818 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 596818 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 596818 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 596818 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 596818 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 596819 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 596819 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 596819 DEBUG (ScheduledTrigger-1933-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596819 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 596819 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 596819 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 596820 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 596820 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 596820 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 596820 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 596820 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 596821 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 596821 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 596821 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 596821 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 596821 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
   [junit4]   2> 596821 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 596822 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 596823 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 596823 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596843 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596863 DEBUG (ScheduledTrigger-1936-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596883 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596903 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596922 DEBUG (simCloudManagerPool-1935-thread-1) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testExecute
   [junit4]   2> 596924 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596933 DEBUG (simCloudManagerPool-1935-thread-1) [    ] o.a.s.c.Assign Identify nodes using default
   [junit4]   2> 596944 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596956 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction Collection ready after 993ms
   [junit4]   2> 596958 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"1506eb96b6306fc0T1mnvzy7x1hy0skgwgoccf7fy3",
   [junit4]   2>   "source":"mock_trigger_name",
   [junit4]   2>   "eventTime":1515157357191000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1515157357191000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@1e97692a, org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction$1@a7ab4ae]}
   [junit4]   2> 596958 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2> 596964 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 596984 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597004 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597024 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597045 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597059 DEBUG (simCloudManagerPool-1935-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
   [junit4]   2>     "core":"testExecute_shard1_replica_n3",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testExecute",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 597065 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597085 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597105 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597125 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597146 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597166 DEBUG (ScheduledTrigger-1936-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597171 DEBUG (simCloudManagerPool-1935-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testExecute / shard1: {"core_node1":{
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "core":"testExecute_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":123450000,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testExecute"}}
   [junit4]   2> 597172 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=OVERSEERSTATUS
   [junit4]   2> 597173 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction Collection ready after 8ms
   [junit4]   2> 597173 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 597173 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10001_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":2,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":980,
   [junit4]   2>     "sysprop.java.version":"10-ea",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10001_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10001,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10000_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":0,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":1000,
   [junit4]   2>     "sysprop.java.version":"10-ea",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10000_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10000,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 597174 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 597174 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection testExecute state: DocCollection(testExecute//clusterstate.json/3)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testExecute_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>           "core":"testExecute_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "type":"NRT"}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 597175 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExecute
   [junit4]   2> 597175 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 597175 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 597175 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 597175 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 597175 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		2
   [junit4]   2> 597176 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	1
   [junit4]   2> 597176 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		0
   [junit4]   2> 597176 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[testExecute]
   [junit4]   2> 597176 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	2
   [junit4]   2> 597176 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	0
   [junit4]   2> 597176 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		2
   [junit4]   2> 597177 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * testExecute		2
   [junit4]   2> 597177 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- active           2
   [junit4]   2> 597177 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 597177 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- CREATE             1
   [junit4]   2> 597178 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- DELETESTATUS       2
   [junit4]   2> 597178 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- MOVEREPLICA        1
   [junit4]   2> 597178 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- OVERSEERSTATUS     1
   [junit4]   2> 597178 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- REQUESTSTATUS      2
   [junit4]   2> 597178 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 597181 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 597181 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 597181 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 597181 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 597181 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 597181 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 597181 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1259)
   [junit4]   2> 	at java.base/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 597181 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 597182 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 597183 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 597183 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 597183 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 597183 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 597183 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 597183 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 597183 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597204 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597224 DEBUG (ScheduledTrigger-1939-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597244 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597264 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597285 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597296 DEBUG (simCloudManagerPool-1938-thread-1) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 597297 DEBUG (simCloudManagerPool-1938-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 597297 DEBUG (simCloudManagerPool-1938-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 597297 DEBUG (simCloudManagerPool-1938-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 597297 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 597298 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 597298 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 597298 DEBUG (ScheduledTrigger-1939-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 597298 DEBUG (simCloudManagerPool-1938-thread-2) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: testIntegration
   [junit4]   2> 597305 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597309 DEBUG (simCloudManagerPool-1938-thread-2) [    ] o.a.s.c.Assign Identify nodes using default
   [junit4]   2> 597318 DEBUG (ScheduledTrigger-1939-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2
   [junit4]   2> 597325 DEBUG (ScheduledTrigger-1939-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 597331 DEBUG (simCloudManagerPool-1938-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testIntegration / shard1: {"core_node2":{
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":123450000,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testIntegration"}}
   [junit4]   2> 597339 DEBUG (ScheduledTrigger-1939-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 597339 DEBUG (ScheduledTrigger-1939-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10001_solr
   [junit4]   2> 597345 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 597345 DEBUG (ScheduledTrigger-1939-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10001_solr
   [junit4]   2> 597359 DEBUG (ScheduledTrigger-1939-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1
   [junit4]   2> 597359 DEBUG (ScheduledTrigger-1939-thread-2) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10001_solr]
   [junit4]   2> 597359 DEBUG (ScheduledTrigger-1939-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"a27d03d04347dT1mnvzy7x1hy0skgwgoccf7fy4",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2858525097473149,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2858525097473149],
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 597360 DEBUG (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"a27d03d04347dT1mnvzy7x1hy0skgwgoccf7fy4",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2858525097473149,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2858525097473149],
   [junit4]   2>     "_enqueue_time_":2858526116261699,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 597360 DEBUG (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"a27d03d04347dT1mnvzy7x1hy0skgwgoccf7fy4",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2858525097473149,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2858525097473149],
   [junit4]   2>     "_enqueue_time_":2858526116261699,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 597360 INFO  (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10000_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 597360 INFO  (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 2858526190 sessionWrapper.createTime 2858526183044649, this.sessionWrapper.createTime 2858526183044649 
   [junit4]   2> 597360 DEBUG (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"a27d03d04347dT1mnvzy7x1hy0skgwgoccf7fy4",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":2858525097473149,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2858525097473149],
   [junit4]   2>     "_enqueue_time_":2858526116261699,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}} with context properties: {operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@1205b503], AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 597361 DEBUG (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10000_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 597461 DEBUG (simCloudManagerPool-1938-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
   [junit4]   2>     "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testIntegration",
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "type":"NRT"}}
   [junit4]   2> 597572 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 597572 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10001_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":970,
   [junit4]   2>     "sysprop.java.version":"10-ea",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10001_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10001,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10000_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":2,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":980,
   [junit4]   2>     "sysprop.java.version":"10-ea",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10000_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10000,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10000_solr]
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: DocCollection(testIntegration//clusterstate.json/10)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n2",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":123450000,
   [junit4]   2>           "type":"NRT"}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase 
   [junit4]   2> 
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #############################################
   [junit4]   2> 
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes:		1
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes:	0
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes:		1
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		127.0.0.1:10001_solr
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Collections:	[testIntegration]
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node:	2
   [junit4]   2> 597573 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node:	2
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas:		2
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ## * testIntegration		2
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- active           2
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- CREATE             1
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- DELETESTATUS       1
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- MOVEREPLICA        1
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- REQUESTSTATUS      1
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- autoscaling        1
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ##		- update             1
   [junit4]   2> 597574 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
   [junit4]   2> 597575 DEBUG (AutoscalingActionExecutor-1940-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 10763 ms for event id=a27d03d04347dT1mnvzy7x1hy0skgwgoccf7fy4
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestExecutePlanAction -Dtests.method=testIntegration -Dtests.seed=6A5F05FC518A82BF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ks -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.40s J2 | TestExecutePlanAction.testIntegration <<<
   [junit4]    > Throwable #1: java.util.ConcurrentModificationException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A5F05FC518A82BF:DA3E0BD074B5239A]:0)
   [junit4]    > 	at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:937)
   [junit4]    > 	at java.base/java.util.ArrayList$Itr.next(ArrayList.java:891)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.tearDown(SimSolrCloudTestCase.java:141)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 597577 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 597578 DEBUG (SUITE-TestExecutePlanAction-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_6A5F05FC518A82BF-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@66979c7c), locale=ks, timezone=Asia/Dushanbe
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=248852016,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MultiThreadedOCPTest, ChaosMonkeyNothingIsSafeTest, TestFilteredDocIdSet, XsltUpdateRequestHandlerTest, ClassificationUpdateProcessorTest, ClusterStateTest, TestStandardQParsers, TestCoreDiscovery, BadComponentTest, TestJsonFacetRefinement, TestInitQParser, TestManagedSchema, DocValuesNotIndexedTest, BlockJoinFacetDistribTest, HdfsAutoAddReplicasIntegrationTest, TestInfoStreamLogging, ZkFailoverTest, MergeStrategyTest, TestFieldCacheVsDocValues, TestClusterStateMutator, DirectSolrConnectionTest, SuggestComponentContextFilterQueryTest, TestSubQueryTransformer, FileBasedSpellCheckerTest, TestIndexSearcher, TestDeleteCollectionOnDownNodes, TestRetrieveFieldsOptimizer, TestHashPartitioner, HttpPartitionTest, TestBinaryResponseWriter, TestPointFields, TestPartialUpdateDeduplication, TestLRUCache, SolrSlf4jReporterTest, BlobRepositoryCloudTest, DataDrivenBlockJoinTest, TestClusterStateProvider, CopyFieldTest, TestAuthorizationFramework, TestExecutePlanAction]
   [junit4] Completed [147/766 (1!)] on J2 in 0.79s, 2 tests, 1 error <<< FAILURES!

[...truncated 511 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_6A5F05FC518A82BF-001/init-core-data-001
   [junit4]   2> 1116851 WARN  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1116851 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1116852 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1116852 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1116853 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_6A5F05FC518A82BF-001/tempDir-001
   [junit4]   2> 1116853 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1116853 INFO  (Thread-3122) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1116853 INFO  (Thread-3122) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1116857 ERROR (Thread-3122) [    ] 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> 1116953 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39579
   [junit4]   2> 1116954 INFO  (zkConnectionManagerCallback-2222-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1116966 INFO  (jetty-launcher-2219-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1116966 INFO  (jetty-launcher-2219-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1116971 INFO  (jetty-launcher-2219-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@97b12b8{/solr,null,AVAILABLE}
   [junit4]   2> 1116971 INFO  (jetty-launcher-2219-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@64c6a636{/solr,null,AVAILABLE}
   [junit4]   2> 1116972 INFO  (jetty-launcher-2219-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f5f6134{SSL,[ssl, http/1.1]}{127.0.0.1:٤٥١٦٣}
   [junit4]   2> 1116972 INFO  (jetty-launcher-2219-thread-2) [    ] o.e.j.s.Server Started @١١١٨٤٦٧ms
   [junit4]   2> 1116972 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45163}
   [junit4]   2> 1116973 ERROR (jetty-launcher-2219-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T13:11:17.170261Z
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@71264300{SSL,[ssl, http/1.1]}{127.0.0.1:٤٣٤١٣}
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-1) [    ] o.e.j.s.Server Started @١١١٨٤٦٨ms
   [junit4]   2> 1116973 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43413}
   [junit4]   2> 1116974 ERROR (jetty-launcher-2219-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1116974 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1116974 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1116974 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1116974 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T13:11:17.171161Z
   [junit4]   2> 1116974 INFO  (zkConnectionManagerCallback-2224-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1116974 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1116978 INFO  (zkConnectionManagerCallback-2226-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1116978 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1116980 INFO  (jetty-launcher-2219-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39579/solr
   [junit4]   2> 1116980 INFO  (zkConnectionManagerCallback-2230-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1116982 INFO  (zkConnectionManagerCallback-2232-thread-1-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1116984 INFO  (jetty-launcher-2219-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39579/solr
   [junit4]   2> 1116985 INFO  (zkConnectionManagerCallback-2236-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1116986 INFO  (zkConnectionManagerCallback-2238-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1117023 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1117023 INFO  (jetty-launcher-2219-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1117023 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45163_solr
   [junit4]   2> 1117023 INFO  (jetty-launcher-2219-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43413_solr
   [junit4]   2> 1117023 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.c.Overseer Overseer (id=99297386630479876-127.0.0.1:45163_solr-n_0000000000) starting
   [junit4]   2> 1117029 INFO  (zkCallback-2231-thread-1-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1117030 INFO  (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1117030 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1117030 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1117031 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45163_solr
   [junit4]   2> 1117031 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:43413_solr]
   [junit4]   2> 1117031 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1117031 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1117031 INFO  (zkCallback-2231-thread-1-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1117031 INFO  (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1117034 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1117034 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1117034 DEBUG (ScheduledTrigger-4227-thread-1) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1117063 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45163.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117067 INFO  (jetty-launcher-2219-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43413.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117069 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45163.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117069 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45163.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117069 INFO  (jetty-launcher-2219-thread-2) [n:127.0.0.1:45163_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_6A5F05FC518A82BF-001/tempDir-001/node2/.
   [junit4]   2> 1117075 INFO  (jetty-launcher-2219-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43413.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117075 INFO  (jetty-launcher-2219-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43413.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117077 INFO  (jetty-launcher-2219-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_6A5F05FC518A82BF-001/tempDir-001/node1/.
   [junit4]   2> 1117180 INFO  (zkConnectionManagerCallback-2244-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1117183 INFO  (zkConnectionManagerCallback-2248-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1117183 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1117184 INFO  (SUITE-TriggerIntegrationTest-seed#[6A5F05FC518A82BF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39579/solr ready
   [junit4]   2> 1117191 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeMarkersRegistration
   [junit4]   2> 1117192 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1117192 DEBUG (zkCallback-2231-thread-1-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1117192 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1117193 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1117193 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1117193 DEBUG (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1117208 INFO  (qtp1313403424-10913) [n:127.0.0.1:43413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1117212 INFO  (qtp1313403424-10913) [n:127.0.0.1:43413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1117213 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1117214 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18e84322{/solr,null,AVAILABLE}
   [junit4]   2> 1117214 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62fe6050{SSL,[ssl, http/1.1]}{127.0.0.1:٤٥٣٤٣}
   [junit4]   2> 1117214 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.Server Started @١١١٨٧٠٩ms
   [junit4]   2> 1117214 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45343}
   [junit4]   2> 1117215 ERROR (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1117215 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 1117215 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1117215 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1117215 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T13:11:17.412251Z
   [junit4]   2> 1117216 INFO  (zkConnectionManagerCallback-2250-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1117216 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1117221 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39579/solr
   [junit4]   2> 1117222 INFO  (zkConnectionManagerCallback-2254-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1117223 INFO  (zkConnectionManagerCallback-2256-thread-1-processing-n:127.0.0.1:45343_solr) [n:127.0.0.1:45343_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1117226 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1117227 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1117228 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45343_solr
   [junit4]   2> 1117229 INFO  (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1117229 INFO  (zkCallback-2231-thread-1-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1117230 INFO  (zkCallback-2255-thread-1-processing-n:127.0.0.1:45343_solr) [n:127.0.0.1:45343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1117230 INFO  (zkCallback-2247-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1117289 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45343.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117299 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45343.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117299 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45343.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@378739de
   [junit4]   2> 1117301 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [n:127.0.0.1:45343_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_6A5F05FC518A82BF-001/tempDir-001/node3/.
   [junit4]   2> 1117359 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.TriggerIntegrationTest ====== KILL OVERSEER 1
   [junit4]   2> 1117360 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f5f6134{SSL,[ssl, http/1.1]}{127.0.0.1:٠}
   [junit4]   2> 1117360 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1398224791
   [junit4]   2> 1117360 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1117361 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cc9204d: rootName = solr_45163, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@cd6f97b
   [junit4]   2> 1117365 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1117365 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@816fbc7: rootName = solr_45163, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@631a7fb2
   [junit4]   2> 1117404 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1117404 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b4b79ca: rootName = solr_45163, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5bfc3eee
   [junit4]   2> 1117405 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45163_solr
   [junit4]   2> 1117405 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1117405 INFO  (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1117405 INFO  (zkCallback-2231-thread-1-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1117405 INFO  (zkCallback-2247-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1117406 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1117407 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.Overseer Overseer (id=99297386630479876-127.0.0.1:45163_solr-n_0000000000) closing
   [junit4]   2> 1117407 INFO  (OverseerStateUpdate-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45163_solr
   [junit4]   2> 1117407 WARN  (OverseerAutoScalingTriggerThread-99297386630479876-127.0.0.1:45163_solr-n_0000000000) [n:127.0.0.1:45163_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1117407 DEBUG (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1117408 INFO  (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43413_solr
   [junit4]   2> 1117408 INFO  (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.Overseer Overseer (id=99297386630479878-127.0.0.1:43413_solr-n_0000000001) starting
   [junit4]   2> 1117411 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 1117411 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@64c6a636{/solr,null,UNAVAILABLE}
   [junit4]   2> 1117411 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1117411 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:45343_solr, 127.0.0.1:43413_solr]
   [junit4]   2> 1117411 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion -1
   [junit4]   2> 1117411 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1117412 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1117412 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1117412 DEBUG (ScheduledTrigger-4242-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1117415 INFO  (zkCallback-2255-thread-1-processing-n:127.0.0.1:45343_solr) [n:127.0.0.1:45343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1118413 DEBUG (ScheduledTrigger-4242-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1119413 DEBUG (ScheduledTrigger-4242-thread-2) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1120413 DEBUG (ScheduledTrigger-4242-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1121414 DEBUG (ScheduledTrigger-4242-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1122415 DEBUG (ScheduledTrigger-4242-thread-1) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1122419 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeMarkersRegistration
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TriggerIntegrationTest -Dtests.method=testNodeMarkersRegistration -Dtests.seed=6A5F05FC518A82BF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-AE -Dtests.timezone=America/Martinique -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 5.24s J1 | TriggerIntegrationTest.testNodeMarkersRegistration <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Path /autoscaling/nodeLost/127.0.0.1:45163_solr exists
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A5F05FC518A82BF:72E58DF05FBF4F50]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:883)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1122428 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 1122429 DEBUG (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1122429 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1122429 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 4
   [junit4]   2> 1122430 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1122430 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread   -- deleted /autoscaling/nodeLost/127.0.0.1:45163_solr
   [junit4]   2> 1122430 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1122430 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1122432 INFO  (qtp1313403424-10923) [n:127.0.0.1:43413_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1122436 INFO  (qtp1313403424-10923) [n:127.0.0.1:43413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 1122450 INFO  (qtp2099911374-10982) [n:127.0.0.1:45343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1122452 INFO  (qtp1313403424-10923) [n:127.0.0.1:43413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 1122452 DEBUG (qtp1313403424-10925) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1122452 INFO  (qtp1313403424-10925) [n:127.0.0.1:43413_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=16
   [junit4]   2> 1122453 DEBUG (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1122454 DEBUG (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:45343_solr, 127.0.0.1:43413_solr]
   [junit4]   2> 1122454 DEBUG (zkCallback-2237-thread-1-processing-n:127.0.0.1:43413_solr) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 1122454 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1122455 INFO  (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 1122455 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1122456 DEBUG (OverseerAutoScalingTriggerThread-99297386630479878-127.0.0.1:43413_solr-n_0000000001) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1122456 DEBUG (ScheduledTrigger-4242-thread-3) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 1122456 DEBUG (ScheduledTrigger-4242-thread-3) [n:127.0.0.1:43413_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 1122458 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@71264300{SSL,[ssl, http/1.1]}{127.0.0.1:٠}
   [junit4]   2> 1122459 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=285808690
   [junit4]   2> 1122459 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1122459 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e1dcafa: rootName = solr_43413, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7cc2b99a
   [junit4]   2> 1122466 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1122466 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[6A5F05FC518A82BF]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.

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

O  (qtp772923193-20673) [n:127.0.0.1:45253_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=630146
   [junit4]   2> 2035360 ERROR (TEST-BasicDistributedZk2Test.test-seed#[6A5F05FC518A82BF]) [    ] 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> 2035360 INFO  (TEST-BasicDistributedZk2Test.test-seed#[6A5F05FC518A82BF]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40595 40595
   [junit4]   2> 2045481 INFO  (Thread-9382) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40595 40595
   [junit4]   2> 2045481 WARN  (Thread-9382) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=test -Dtests.seed=6A5F05FC518A82BF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bas -Dtests.timezone=Australia/Perth -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    641s J0 | BasicDistributedZk2Test.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:45253
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6A5F05FC518A82BF:E20B3A26FF76EF47]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:320)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_6A5F05FC518A82BF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1190, maxMBSortInHeap=6.426457783637689, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4fbd225a), locale=bas, timezone=Australia/Perth
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=73464560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestInitParams, TestTolerantUpdateProcessorRandomCloud, TestDynamicLoading, DistributedQueryComponentCustomSortTest, TestFieldCollectionResource, TestLuceneIndexBackCompat, TestSegmentSorting, TestQueryUtils, DateFieldTest, ConjunctionSolrSpellCheckerTest, TriLevelCompositeIdRoutingTest, TestHighFrequencyDictionaryFactory, TestCrossCoreJoin, BlockJoinFacetRandomTest, TolerantUpdateProcessorTest, UpdateRequestProcessorFactoryTest, UtilsToolTest, TestTriggerIntegration, OverseerCollectionConfigSetProcessorTest, FacetPivotSmallTest, MigrateRouteKeyTest, URLClassifyProcessorTest, LeaderInitiatedRecoveryOnCommitTest, ForceLeaderTest, SubstringBytesRefFilterTest, HdfsDirectoryFactoryTest, ZkControllerTest, NodeMutatorTest, TestManagedResourceStorage, TestManagedSynonymGraphFilterFactory, JSONWriterTest, DateMathParserTest, TestIndexingPerformance, MetricsHandlerTest, TestZkAclsWithHadoopAuth, TestConfigSetsAPIZkFailure, LeaderElectionIntegrationTest, CoreAdminRequestStatusTest, SolrCoreMetricManagerTest, DocumentBuilderTest, TestInPlaceUpdatesStandalone, TestNumericRangeQuery32, TestLeaderInitiatedRecoveryThread, DocValuesMissingTest, TestComponentsName, TestDistributedSearch, NoCacheHeaderTest, MultiTermTest, TestCustomDocTransformer, JsonLoaderTest, CheckHdfsIndexTest, TestHdfsCloudBackupRestore, TestCSVLoader, TestUtils, DistributedQueueTest, AutoAddReplicasIntegrationTest, AnalysisAfterCoreReloadTest, CdcrBootstrapTest, TestRandomDVFaceting, ResourceLoaderTest, SolrJmxReporterCloudTest, SolrCoreTest, TestPhraseSuggestions, RuleEngineTest, TestSQLHandler, CursorPagingTest, HdfsBasicDistributedZkTest, TemplateUpdateProcessorTest, SearchHandlerTest, TestShardHandlerFactory, BasicZkTest, AssignBackwardCompatibilityTest, TestCustomSort, TestComputePlanAction, TestHttpShardHandlerFactory, NumberUtilsTest, DistributedFacetPivotSmallAdvancedTest, FileUtilsTest, TestSolrDeletionPolicy1, TestSolrConfigHandlerConcurrent, HdfsThreadLeakTest, TestSolrIndexConfig, HdfsCollectionsAPIDistributedZkTest, ZkStateReaderTest, TestConfigOverlay, DeleteInactiveReplicaTest, SimpleFacetsTest, MoveReplicaHDFSTest, FullHLLTest, TestCloudDeleteByQuery, SSLMigrationTest, TestBulkSchemaConcurrent, TestMultiWordSynonyms, SpellCheckComponentTest, TestSlowCompositeReaderWrapper, TestGraphMLResponseWriter, TestFoldingMultitermQuery, TestSolrCloudWithSecureImpersonation, LeaderElectionContextKeyTest, TestEmbeddedSolrServerSchemaAPI, TestStreamBody, TestFieldCacheWithThreads, TestCloudPivotFacet, ComputePlanActionTest, ResponseLogComponentTest, FastVectorHighlighterTest, UpdateParamsTest, TermVectorComponentTest, TestSimpleQParserPlugin, BasicFunctionalityTest, AnalysisErrorHandlingTest, TestRecoveryHdfs, TermsComponentTest, TestXmlQParserPlugin, TestWordDelimiterFilterFactory, CustomHighlightComponentTest, BigEndianAscendingWordSerializerTest, CloneFieldUpdateProcessorFactoryTest, TestStressUserVersions, SuggestComponentTest, TestFastOutputStream, DocValuesTest, TestConfig, HdfsWriteToMultipleCollectionsTest, TestFieldTypeResource, TestSolrXml, OverseerStatusTest, DistributedQueryElevationComponentTest, BasicDistributedZk2Test]
   [junit4] Completed [385/766 (3!)] on J0 in 640.67s, 1 test, 1 error <<< FAILURES!

[...truncated 42048 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 21220 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21220/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

4 tests failed.
FAILED:  org.apache.solr.cloud.TestPullReplica.testKillLeader

Error Message:
Error from server at https://127.0.0.1:33041/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:33041/solr: create the collection time out:180s
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:372)
	at org.apache.solr.cloud.TestPullReplica.testKillLeader(TestPullReplica.java:290)
	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.TestPullReplica.testCreateDelete {seed=[92FB4DC80E4B3D4F:89EBBC84F8BBC57F]}

Error Message:
Could not find collection : pull_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : pull_replica_test_create_delete
	at __randomizedtesting.SeedInfo.seed([92FB4DC80E4B3D4F:89EBBC84F8BBC57F]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:118)
	at org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
	at org.apache.solr.cloud.TestPullReplica.testCreateDelete(TestPullReplica.java:162)
	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.TestPullReplica.testCreateDelete {seed=[92FB4DC80E4B3D4F:3DBD0078CC790E53]}

Error Message:
expected:<200> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<500>
	at __randomizedtesting.SeedInfo.seed([92FB4DC80E4B3D4F:3DBD0078CC790E53]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestPullReplica.testCreateDelete(TestPullReplica.java:157)
	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.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:34791/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:40583/solr/test_col_shard2_replica_n6: Server Error    request: http://127.0.0.1:40583/solr/test_col_shard2_replica_n6/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34791%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37081/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@11cad575

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:34791/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:40583/solr/test_col_shard2_replica_n6: Server Error



request: http://127.0.0.1:40583/solr/test_col_shard2_replica_n6/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34791%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37081/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@11cad575
	at __randomizedtesting.SeedInfo.seed([92FB4DC80E4B3D4F:A4EF2F8E8416075E]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	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)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:34791/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:40583/solr/test_col_shard2_replica_n6: Server Error



request: http://127.0.0.1:40583/solr/test_col_shard2_replica_n6/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34791%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37081/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@11cad575
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34791/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:40583/solr/test_col_shard2_replica_n6: Server Error



request: http://127.0.0.1:40583/solr/test_col_shard2_replica_n6/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A34791%2Fsolr%2Ftest_col_shard1_replica_n2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:37081/solr/test_col_shard2_replica_n4/ update: org.apache.solr.client.solrj.request.UpdateRequest@11cad575
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more




Build Log:
[...truncated 12750 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPullReplica
   [junit4]   2> 692701 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-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/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/init-core-data-001
   [junit4]   2> 692701 WARN  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 692701 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 692702 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-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> 692703 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001
   [junit4]   2> 692703 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 692703 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 692703 INFO  (Thread-1350) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 692705 ERROR (Thread-1350) [    ] 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> 692803 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43255
   [junit4]   2> 692805 INFO  (zkConnectionManagerCallback-6825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7bb80e1f{/solr,null,AVAILABLE}
   [junit4]   2> 692808 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6554f463{/solr,null,AVAILABLE}
   [junit4]   2> 692809 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@645a0c0d{SSL,[ssl, http/1.1]}{127.0.0.1:45685}
   [junit4]   2> 692809 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@191bd380{SSL,[ssl, http/1.1]}{127.0.0.1:33041}
   [junit4]   2> 692809 INFO  (jetty-launcher-6822-thread-2) [    ] o.e.j.s.Server Started @694206ms
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.e.j.s.Server Started @694206ms
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45685}
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33041}
   [junit4]   2> 692810 ERROR (jetty-launcher-6822-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 692810 ERROR (jetty-launcher-6822-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T19:03:36.813Z
   [junit4]   2> 692810 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T19:03:36.813Z
   [junit4]   2> 692812 INFO  (zkConnectionManagerCallback-6828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692812 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692812 INFO  (zkConnectionManagerCallback-6829-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692812 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 692815 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160c7b502030001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 692816 INFO  (jetty-launcher-6822-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43255/solr
   [junit4]   2> 692816 INFO  (jetty-launcher-6822-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43255/solr
   [junit4]   2> 692817 INFO  (zkConnectionManagerCallback-6837-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692817 INFO  (zkConnectionManagerCallback-6835-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692818 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160c7b502030004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 692818 INFO  (zkConnectionManagerCallback-6840-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692818 INFO  (zkConnectionManagerCallback-6841-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692851 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 692851 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45685_solr
   [junit4]   2> 692852 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.Overseer Overseer (id=99298772038909958-127.0.0.1:45685_solr-n_0000000000) starting
   [junit4]   2> 692854 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 692854 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33041_solr
   [junit4]   2> 692857 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45685_solr
   [junit4]   2> 692861 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 692861 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 692899 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692904 INFO  (jetty-launcher-6822-thread-1) [n:127.0.0.1:33041_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/.
   [junit4]   2> 692908 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692908 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 692909 INFO  (jetty-launcher-6822-thread-2) [n:127.0.0.1:45685_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/.
   [junit4]   2> 692929 INFO  (zkConnectionManagerCallback-6847-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692931 INFO  (zkConnectionManagerCallback-6851-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 692932 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 692932 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43255/solr ready
   [junit4]   2> 692933 INFO  (SUITE-TestPullReplica-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.TestPullReplica Using legacyCloud?: false
   [junit4]   2> 692945 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 692946 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 692955 INFO  (TEST-TestPullReplica.testSearchWhileReplicationHappens-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSearchWhileReplicationHappens
   [junit4]   2> 692956 INFO  (TEST-TestPullReplica.testSearchWhileReplicationHappens-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSearchWhileReplicationHappens
   [junit4]   2> 692965 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRealTimeGet
   [junit4]   2> 692966 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_real_time_get&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 692966 INFO  (OverseerThreadFactory-2841-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_real_time_get
   [junit4]   2> 693070 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_real_time_get",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_real_time_get_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33041/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 693070 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_real_time_get",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_real_time_get_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45685/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 693274 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 693275 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 693284 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 693284 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 693388 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693388 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693388 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 693388 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694282 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 694290 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.IndexSchema [pull_replica_test_real_time_get_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 694292 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_real_time_get_shard1_replica_n1' using configuration from collection pull_replica_test_real_time_get, trusted=true
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.core.pull_replica_test_real_time_get.shard1.replica_n1' (registry 'solr.core.pull_replica_test_real_time_get.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 694293 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 694294 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrCore [[pull_replica_test_real_time_get_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/pull_replica_test_real_time_get_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/./pull_replica_test_real_time_get_shard1_replica_n1/data/]
   [junit4]   2> 694296 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.IndexSchema [pull_replica_test_real_time_get_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 694298 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 694298 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_real_time_get_shard1_replica_p2' using configuration from collection pull_replica_test_real_time_get, trusted=true
   [junit4]   2> 694298 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.core.pull_replica_test_real_time_get.shard1.replica_p2' (registry 'solr.core.pull_replica_test_real_time_get.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 694299 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 694299 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore [[pull_replica_test_real_time_get_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/pull_replica_test_real_time_get_shard1_replica_p2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/./pull_replica_test_real_time_get_shard1_replica_p2/data/]
   [junit4]   2> 694330 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 694330 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 694331 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@98a2079[pull_replica_test_real_time_get_shard1_replica_p2] main]
   [junit4]   2> 694331 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 694331 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 694332 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 694332 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 694332 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694332 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 694332 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.ZkController pull_replica_test_real_time_get_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 694333 INFO  (searcherExecutor-2847-thread-1-processing-n:127.0.0.1:45685_solr x:pull_replica_test_real_time_get_shard1_replica_p2 s:shard1 c:pull_replica_test_real_time_get r:core_node4) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p2] Registered new searcher Searcher@98a2079[pull_replica_test_real_time_get_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 694333 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18cd6a54[pull_replica_test_real_time_get_shard1_replica_n1] main]
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 694334 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 694335 INFO  (searcherExecutor-2846-thread-1-processing-n:127.0.0.1:33041_solr x:pull_replica_test_real_time_get_shard1_replica_n1 s:shard1 c:pull_replica_test_real_time_get r:core_node3) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_n1] Registered new searcher Searcher@18cd6a54[pull_replica_test_real_time_get_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 694335 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588780354332786688
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/ has no replicas
   [junit4]   2> 694338 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 694339 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/ shard1
   [junit4]   2> 694440 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694440 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694440 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694440 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694489 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 694496 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_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=pull_replica_test_real_time_get_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1222
   [junit4]   2> 694591 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694591 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694591 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 694591 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695007 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 695009 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 695009 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 695010 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 695010 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4328d42f commitCommandVersion:0
   [junit4]   2> 695011 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@36d18d97[pull_replica_test_real_time_get_shard1_replica_p2] main]
   [junit4]   2> 695012 INFO  (indexFetcher-2856-thread-1) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 695013 INFO  (searcherExecutor-2847-thread-1-processing-n:127.0.0.1:45685_solr x:pull_replica_test_real_time_get_shard1_replica_p2 s:shard1 c:pull_replica_test_real_time_get r:core_node4) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p2] Registered new searcher Searcher@36d18d97[pull_replica_test_real_time_get_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 695336 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_real_time_get_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_real_time_get&shard=shard1&wt=javabin&version=2&replicaType=PULL} status=0 QTime=2052
   [junit4]   2> 695339 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_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> 695438 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695438 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695438 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 695438 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_real_time_get/state.json] for collection [pull_replica_test_real_time_get] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 696339 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_real_time_get&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3373
   [junit4]   2> 696348 INFO  (qtp1420943459-14322) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1588780356441473024)]} 0 2
   [junit4]   2> 696350 INFO  (qtp1420943459-14318) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&_stateVer_=pull_replica_test_real_time_get:5&ids=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696351 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696364 INFO  (qtp1534832783-14321) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 696367 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1515179020367&ids=0&isShard=true&shard.url=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=0
   [junit4]   2> 696367 INFO  (qtp1534832783-14321) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/get params={qt=/get&ids=0&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 696371 INFO  (qtp1420943459-14310) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:45685/solr/pull_replica_test_real_time_get_shard1_replica_p2/&wt=javabin&version=2}{add=[1 (1588780356467687424)]} 0 0
   [junit4]   2> 696371 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.u.p.LogUpdateProcessorFactory [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 3
   [junit4]   2> 696372 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&_stateVer_=pull_replica_test_real_time_get:5&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696373 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696374 INFO  (qtp1534832783-14311) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 696375 INFO  (qtp1420943459-14322) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1515179020377&ids=1&isShard=true&shard.url=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=0
   [junit4]   2> 696375 INFO  (qtp1534832783-14311) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/get params={qt=/get&ids=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 696376 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&ids=0&ids=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 696377 INFO  (qtp1534832783-14319) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/
   [junit4]   2> 696378 INFO  (qtp1420943459-14310) [n:127.0.0.1:33041_solr c:pull_replica_test_real_time_get s:shard1 r:core_node3 x:pull_replica_test_real_time_get_shard1_replica_n1] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&omitHeader=true&shards.purpose=1&NOW=1515179020380&ids=0,1&isShard=true&shard.url=https://127.0.0.1:33041/solr/pull_replica_test_real_time_get_shard1_replica_n1/&wt=javabin&version=2&shards.qt=/get} status=0 QTime=0
   [junit4]   2> 696378 INFO  (qtp1534832783-14319) [n:127.0.0.1:45685_solr c:pull_replica_test_real_time_get s:shard1 r:core_node4 x:pull_replica_test_real_time_get_shard1_replica_p2] o.a.s.c.S.Request [pull_replica_test_real_time_get_shard1_replica_p2]  webapp=/solr path=/get params={qt=/get&ids=0&ids=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 696379 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.c.TestPullReplica tearDown deleting collection
   [junit4]   2> 696379 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=pull_replica_test_real_time_get&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 696381 INFO  (OverseerThreadFactory-2841-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 696381 INFO  (OverseerCollectionConfigSetProcessor-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 696383 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_p2, tag=null
   [junit4]   2> 696383 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_n1, tag=null
   [junit4]   2> 696383 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66ff1fd0: rootName = solr_45685, domain = solr.core.pull_replica_test_real_time_get.shard1.replica_p2, service url = null, agent id = null] for registry solr.core.pull_replica_test_real_time_get.shard1.replica_p2 / com.codahale.metrics.MetricRegistry@6db7c3ac
   [junit4]   2> 696383 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15a2af03: rootName = solr_33041, domain = solr.core.pull_replica_test_real_time_get.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.pull_replica_test_real_time_get.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@1db39bbf
   [junit4]   2> 696396 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.c.ZkController pull_replica_test_real_time_get_shard1_replica_p2 stopping background replication from leader
   [junit4]   2> 696397 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_p2]  CLOSING SolrCore org.apache.solr.core.SolrCore@23688df8
   [junit4]   2> 696397 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_p2, tag=594054648
   [junit4]   2> 696397 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_test_real_time_get.shard1.leader, tag=594054648
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.c.SolrCore [pull_replica_test_real_time_get_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d28ada1
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.pull_replica_test_real_time_get.shard1.replica_n1, tag=1294511521
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_test_real_time_get.shard1.leader, tag=1294511521
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 696397 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2ce44285 commitCommandVersion:0
   [junit4]   2> 696400 INFO  (qtp1534832783-14309) [n:127.0.0.1:45685_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=pull_replica_test_real_time_get_shard1_replica_p2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=17
   [junit4]   2> 696400 INFO  (qtp1420943459-14308) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=pull_replica_test_real_time_get_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 697103 INFO  (qtp1420943459-14320) [n:127.0.0.1:33041_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=pull_replica_test_real_time_get&action=DELETE&wt=javabin&version=2} status=0 QTime=723
   [junit4]   2> 697103 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.c.TestPullReplica Collection deleted
   [junit4]   2> 697103 INFO  (TEST-TestPullReplica.testRealTimeGet-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRealTimeGet
   [junit4]   2> 697112 INFO  (TEST-TestPullReplica.testKillPullReplica-seed#[92FB4DC80E4B3D4F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testKillPullReplica
   [junit4]   2> 697112 INFO  (qtp1420943459-14322) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&replicationFactor=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_kill_pull_replica&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 697113 INFO  (OverseerThreadFactory-2841-thread-3-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.CreateCollectionCmd Create collection pull_replica_test_kill_pull_replica
   [junit4]   2> 697113 INFO  (OverseerCollectionConfigSetProcessor-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] 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> 697316 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_kill_pull_replica_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45685/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 697317 INFO  (OverseerStateUpdate-99298772038909958-127.0.0.1:45685_solr-n_0000000000) [n:127.0.0.1:45685_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"pull_replica_test_kill_pull_replica",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"pull_replica_test_kill_pull_replica_shard1_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33041/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 697517 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_pull_replica_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 697517 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_kill_pull_replica_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_kill_pull_replica&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 697620 INFO  (zkCallback-6839-thread-2-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 697620 INFO  (zkCallback-6838-thread-2-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 697620 INFO  (zkCallback-6839-thread-1-processing-n:127.0.0.1:45685_solr) [n:127.0.0.1:45685_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 697620 INFO  (zkCallback-6838-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/pull_replica_test_kill_pull_replica/state.json] for collection [pull_replica_test_kill_pull_replica] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 698532 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 698532 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 698539 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.s.IndexSchema [pull_replica_test_kill_pull_replica_shard1_replica_p2] Schema name=minimal
   [junit4]   2> 698539 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.s.IndexSchema [pull_replica_test_kill_pull_replica_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 698542 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 698542 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_kill_pull_replica_shard1_replica_p2' using configuration from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 698542 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 698542 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'pull_replica_test_kill_pull_replica_shard1_replica_n1' using configuration from collection pull_replica_test_kill_pull_replica, trusted=true
   [junit4]   2> 698542 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p2' (registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 698543 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 698543 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45685.solr.core.pull_replica_test_kill_pull_replica.shard1.replica_n1' (registry 'solr.core.pull_replica_test_kill_pull_replica.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4004bed
   [junit4]   2> 698543 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrCore [[pull_replica_test_kill_pull_replica_shard1_replica_p2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/pull_replica_test_kill_pull_replica_shard1_replica_p2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node1/./pull_replica_test_kill_pull_replica_shard1_replica_p2/data/]
   [junit4]   2> 698543 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 698543 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.c.SolrCore [[pull_replica_test_kill_pull_replica_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/pull_replica_test_kill_pull_replica_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_92FB4DC80E4B3D4F-001/tempDir-001/node2/./pull_replica_test_kill_pull_replica_shard1_replica_n1/data/]
   [junit4]   2> 698587 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 698587 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 698587 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 698587 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 698588 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 698588 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3af403bf[pull_replica_test_kill_pull_replica_shard1_replica_p2] main]
   [junit4]   2> 698588 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 698588 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 698589 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@77a7a98[pull_replica_test_kill_pull_replica_shard1_replica_n1] main]
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 698589 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 698589 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.ZkController pull_replica_test_kill_pull_replica_shard1_replica_p2 starting background replication from leader
   [junit4]   2> 698589 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 698589 INFO  (searcherExecutor-2857-thread-1-processing-n:127.0.0.1:33041_solr x:pull_replica_test_kill_pull_replica_shard1_replica_p2 s:shard1 c:pull_replica_test_kill_pull_replica r:core_node4) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.c.SolrCore [pull_replica_test_kill_pull_replica_shard1_replica_p2] Registered new searcher Searcher@3af403bf[pull_replica_test_kill_pull_replica_shard1_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 698590 INFO  (qtp1534832783-14323) [n:127.0.0.1:45685_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node3 x:pull_replica_test_kill_pull_replica_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 698590 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 698590 INFO  (qtp1420943459-14312) [n:127.0.0.1:33041_solr c:pull_replica_test_kill_pull_replica s:shard1 r:core_node4 x:pull_replica_test_kill_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 698590 INFO  (searcherExecutor-2858-thread-1-processing-n:127.0.0.1:45685_solr 

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

tCommandVersion:0
   [junit4]   2> 2669462 INFO  (coreCloseExecutor-8900-thread-1) [n:127.0.0.1:40885_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_col.shard1.leader, tag=335486924
   [junit4]   2> 2669462 INFO  (jetty-closer-9690-thread-2) [    ] o.a.s.c.Overseer Overseer (id=99298900322156551-127.0.0.1:40583_solr-n_0000000000) closing
   [junit4]   2> 2669462 INFO  (jetty-closer-9690-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3992a025{/solr,null,UNAVAILABLE}
   [junit4]   2> 2669463 INFO  (coreCloseExecutor-8900-thread-1) [n:127.0.0.1:40885_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 2669463 WARN  (OverseerAutoScalingTriggerThread-99298900322156551-127.0.0.1:40583_solr-n_0000000000) [n:127.0.0.1:40583_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2669463 INFO  (coreCloseExecutor-8900-thread-1) [n:127.0.0.1:40885_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@63a07f1e commitCommandVersion:0
   [junit4]   2> 2669463 INFO  (OverseerStateUpdate-99298900322156551-127.0.0.1:40583_solr-n_0000000000) [n:127.0.0.1:40583_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40583_solr
   [junit4]   2> 2669466 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x160c7d2e04a0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2669467 INFO  (jetty-closer-9690-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@224f12f9{/solr,null,UNAVAILABLE}
   [junit4]   2> 2669467 INFO  (zkCallback-9716-thread-1-processing-n:127.0.0.1:40885_solr) [n:127.0.0.1:40885_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40885_solr
   [junit4]   2> 2669481 INFO  (jetty-closer-9690-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e5d997c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2669481 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[92FB4DC80E4B3D4F]-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> 2669481 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[92FB4DC80E4B3D4F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46341 46341
   [junit4]   2> 2674511 INFO  (Thread-8230) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46341 46341
   [junit4]   2> 2674511 WARN  (Thread-8230) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/collections/test_col/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99298900322156551-127.0.0.1:40583_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_92FB4DC80E4B3D4F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@66fc0fca), locale=sr-Latn, timezone=America/Ensenada
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=143045328,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, TestHttpShardHandlerFactory, IndexSchemaRuntimeFieldTest, OverseerCollectionConfigSetProcessorTest, PeerSyncWithIndexFingerprintCachingTest, ChangedSchemaMergeTest, TestCollectionAPIs, TestConfigSets, DateMathParserTest, TestMergePolicyConfig, TestReversedWildcardFilterFactory, TestConfigReload, TestConfigOverlay, PrimitiveFieldTypeTest, URLClassifyProcessorTest, TestSlowCompositeReaderWrapper, V2StandaloneTest, TestCrossCoreJoin, TestDocTermOrds, TestNodeLostTrigger, TestCustomDocTransformer, TestIndexingPerformance, TestStressLiveNodes, StatelessScriptUpdateProcessorFactoryTest, AddSchemaFieldsUpdateProcessorFactoryTest, OverseerStatusTest, SolrMetricsIntegrationTest, DistributedQueueTest, TestGraphTermsQParserPlugin, SSLMigrationTest, TestSimpleQParserPlugin, BasicZkTest, SliceStateTest, FastVectorHighlighterTest, TestBlendedInfixSuggestions, RuleEngineTest, TestSubQueryTransformerCrossCore, SegmentsInfoRequestHandlerTest, TestStressVersions, TestSegmentSorting, TestNonDefinedSimilarityFactory, SpellCheckComponentTest, TestCollationFieldDocValues, NoCacheHeaderTest, TestHighFrequencyDictionaryFactory, TestPHPSerializedResponseWriter, QueryParsingTest, TestHdfsCloudBackupRestore, TestFastOutputStream, NumberUtilsTest, TestRandomFaceting, TestFieldCacheWithThreads, ActionThrottleTest, HdfsBasicDistributedZkTest, TestFoldingMultitermQuery, CloneFieldUpdateProcessorFactoryTest, TestCodecSupport, TestLegacyNumericRangeQueryBuilder, TemplateUpdateProcessorTest, UpdateParamsTest, TestFieldCacheSort, ConnectionManagerTest, SparseHLLTest, NodeMutatorTest, TestDistribDocBasedVersion, ClassificationUpdateProcessorFactoryTest, AutoAddReplicasIntegrationTest, TestLegacyNumericUtils, SolrPluginUtilsTest, TestLuceneIndexBackCompat, ResponseLogComponentTest, TestShardHandlerFactory, TestCustomSort, TestBinaryField, PeerSyncTest, FullHLLTest, SoftAutoCommitTest, BasicAuthStandaloneTest, TestRandomDVFaceting, TestDelegationWithHadoopAuth, NodeLostTriggerTest, TestFieldTypeResource, SolrInfoBeanTest, PreAnalyzedFieldManagedSchemaCloudTest, CursorPagingTest, TestSuggestSpellingConverter, SimpleMLTQParserTest, TestSortByMinMaxFunction, TestSQLHandler, CollectionStateFormat2Test, TestMiniSolrCloudClusterSSL, TestCloudPivotFacet, FacetPivotSmallTest, AnalysisAfterCoreReloadTest, CoreAdminRequestStatusTest, SolrCoreTest, TestPullReplica, TestSolrConfigHandlerConcurrent, TestUpdate, CheckHdfsIndexTest, TestUtils, RequestLoggingTest, DocValuesTest, DeleteReplicaTest, TestCollapseQParserPlugin, TestSolrXml, DistributedQueryElevationComponentTest, TestXmlQParserPlugin, UtilsToolTest, TestRecoveryHdfs, TestWordDelimiterFilterFactory, TestPKIAuthenticationPlugin, TestRequestForwarding, SpellCheckCollatorTest, ReplicationFactorTest, CustomHighlightComponentTest, MetricsHandlerTest, AnalysisErrorHandlingTest, TestSolrIndexConfig, TestSweetSpotSimilarityFactory, SolrJmxReporterCloudTest, RecoveryAfterSoftCommitTest, TestComputePlanAction, MinimalSchemaTest, TestNumericTerms64, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestDistributedSearch, TestRecovery, ZkControllerTest, TestRealTimeGet, TestJoin, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, SimplePostToolTest, TestCoreDiscovery, TestExtendedDismaxParser, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, SpatialFilterTest, TestCSVLoader, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSolrDeletionPolicy1, CacheHeaderTest, TestSurroundQueryParser, TestQueryUtils, TestOmitPositions, TermsComponentTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, ReturnFieldsTest, TestCSVResponseWriter, JsonLoaderTest, CSVRequestHandlerTest, SearchHandlerTest, TestSearchPerf, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, PreAnalyzedFieldTest, RAMDirectoryFactoryTest, FileUtilsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, TestEmbeddedSolrServerSchemaAPI, AliasIntegrationTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, ForceLeaderTest, LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, MoveReplicaTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest, TestCloudSearcherWarming, TestExclusionRuleCollectionAccess, TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [559/766 (2!)] on J0 in 24.37s, 5 tests, 1 error <<< FAILURES!

[...truncated 48828 lines...]

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+37) - Build # 21219 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21219/
Java: 64bit/jdk-10-ea+37 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([5B3954BE0E4DFB88:A274C7113238B602]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([5B3954BE0E4DFB88:E135633151A52DC7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1553)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([5B3954BE0E4DFB88:B6F9C3AEB3216651]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1050)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 1781 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20180105_153207_8507417168438756501866.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20180105_153207_85110498799498668162607.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20180105_153207_84817838680381933278495.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 278 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20180105_153854_84216444140016798599177.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20180105_153854_84415392586523541862229.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20180105_153854_84212958070060481956947.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1060 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20180105_154003_9727865871558129165548.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20180105_154003_9728785403082951741052.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20180105_154003_97216585780305999667011.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 223 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20180105_154124_59010016735472306917481.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20180105_154124_5907532298845178292276.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20180105_154124_59016345364344114240446.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20180105_154133_8107464508386921443320.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20180105_154133_8104518005397736061292.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20180105_154133_8105574208391281040240.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 154 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20180105_154153_9471118486270536653888.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20180105_154153_9476572748261555952393.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20180105_154153_9477614481406644233655.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 164 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20180105_154157_0589730906169072847415.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20180105_154157_0583421736958687385028.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20180105_154157_05813552715706067243923.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 171 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20180105_154159_7268354625877439656379.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20180105_154159_72614427772597632438230.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20180105_154159_7265963066636018427761.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20180105_154208_0489620620309028994988.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20180105_154208_048465169554376309435.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 157 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20180105_154216_07510866471794180298646.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20180105_154216_075972940425325856584.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20180105_154216_0758512416462977811532.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 169 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/uima/test/temp/junit4-J0-20180105_154218_42512902523331185561219.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 153 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20180105_154226_33412300146762277987814.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20180105_154226_334974900129525602794.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20180105_154226_33416091460104277410297.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1293 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20180105_154243_23517478067909130808656.syserr
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20180105_154243_2353885103575253131408.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20180105_154243_2357050163424882498195.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 230 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20180105_154250_7021285045039691409391.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20180105_154250_70213099863126999265796.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20180105_154250_7021101907690237130571.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 255 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20180105_154300_29111345085915407588177.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20180105_154300_2904148453331631902385.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 7 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20180105_154300_290823821377116578828.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 214 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20180105_154446_499198353499071221710.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20180105_154446_4994602266791974018510.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20180105_154446_49913571505288838884856.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20180105_154449_0425297228372336280620.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20180105_154449_04211734070732631680681.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20180105_154449_042973104730259779592.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 228 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20180105_154453_343843826724105500549.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20180105_154453_34314696605358552816629.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20180105_154453_3433509549500994041013.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 179 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20180105_154514_6733850884527097743651.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20180105_154514_6737091793527328138971.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20180105_154514_6733027169909708445140.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 246 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20180105_154524_48115837759068036128798.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J0-20180105_154524_48117963954575551182258.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J2-20180105_154524_48111109273523049327391.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 160 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J2-20180105_154538_8781720093641513040845.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J0-20180105_154538_87816751448466722379081.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/join/test/temp/junit4-J1-20180105_154538_8787743720197822071074.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 149 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J0-20180105_154553_6988792546295278446283.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/memory/test/temp/junit4-J1-20180105_154553_6988841724869862438669.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 172 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J2-20180105_154602_04411152843972892028776.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J1-20180105_154602_04417983874308931527804.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/misc/test/temp/junit4-J0-20180105_154602_04410529486623182197386.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 295 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J2-20180105_154615_41617310941240375039299.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J0-20180105_154615_4162213840117417649608.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queries/test/temp/junit4-J1-20180105_154615_4166993129520790284069.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 224 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J1-20180105_154621_98814638290053313737985.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J0-20180105_154621_9887005990848756570006.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/test/temp/junit4-J2-20180105_154621_9888174823155320061636.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 201 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J1-20180105_154628_27912597807559579632795.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J2-20180105_154628_27914473433071929928924.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/replicator/test/temp/junit4-J0-20180105_154628_2797467399197806055254.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 199 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J2-20180105_154639_33111064932120815201955.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J0-20180105_154639_33115627970598312341172.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 21 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/sandbox/test/temp/junit4-J1-20180105_154639_3312839480308528446066.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 317 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J0-20180105_154722_07116769418436368405899.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J2-20180105_154722_0711394898053128569309.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial-extras/test/temp/junit4-J1-20180105_154722_0716091869211274693448.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 148 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial/test/temp/junit4-J0-20180105_154736_71410393774172287338456.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 178 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J0-20180105_154738_37612398805157816166622.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J1-20180105_154738_3768874860209211407993.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/spatial3d/test/temp/junit4-J2-20180105_154738_3767633860337604672944.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 250 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J0-20180105_154835_1826504243412501587989.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J1-20180105_154835_1825669124584412463791.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/suggest/test/temp/junit4-J2-20180105_154835_1834978456407533646470.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 2476 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 826066 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-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/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/init-core-data-001
   [junit4]   2> 826066 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 826067 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 826067 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001
   [junit4]   2> 826067 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 826067 INFO  (Thread-2105) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 826067 INFO  (Thread-2105) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 826068 ERROR (Thread-2105) [    ] 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> 826167 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34601
   [junit4]   2> 826168 INFO  (zkConnectionManagerCallback-1911-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826171 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 826171 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 826173 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@bfc2dc{/solr,null,AVAILABLE}
   [junit4]   2> 826173 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d873d40{/solr,null,AVAILABLE}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28b687f2{HTTP/1.1,[http/1.1]}{127.0.0.1:33263}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.e.j.s.Server Started @827733ms
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@728a6b43{HTTP/1.1,[http/1.1]}{127.0.0.1:44343}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33263}
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.e.j.s.Server Started @827733ms
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44343}
   [junit4]   2> 826174 ERROR (jetty-launcher-1908-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826174 ERROR (jetty-launcher-1908-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:14.495845Z
   [junit4]   2> 826174 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:14.495863Z
   [junit4]   2> 826175 INFO  (zkConnectionManagerCallback-1914-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826175 INFO  (zkConnectionManagerCallback-1915-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826175 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826175 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826184 INFO  (jetty-launcher-1908-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 826184 INFO  (jetty-launcher-1908-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 826184 INFO  (zkConnectionManagerCallback-1921-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826184 INFO  (zkConnectionManagerCallback-1923-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826191 INFO  (zkConnectionManagerCallback-1925-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826191 INFO  (zkConnectionManagerCallback-1927-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33263_solr
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.Overseer Overseer (id=99298062787477510-127.0.0.1:33263_solr-n_0000000000) starting
   [junit4]   2> 826219 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44343_solr
   [junit4]   2> 826220 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 826220 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 826223 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33263_solr
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:44343_solr]
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 826223 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 826224 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 826224 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 826224 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 826224 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 826224 DEBUG (ScheduledTrigger-4366-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44343.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826245 INFO  (jetty-launcher-1908-thread-2) [n:127.0.0.1:44343_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node2/.
   [junit4]   2> 826253 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33263.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826253 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33263.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826253 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33263.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826254 INFO  (jetty-launcher-1908-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node1/.
   [junit4]   2> 826330 INFO  (zkConnectionManagerCallback-1933-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826332 INFO  (zkConnectionManagerCallback-1937-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826333 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 826333 INFO  (SUITE-TriggerIntegrationTest-seed#[5B3954BE0E4DFB88]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34601/solr ready
   [junit4]   2> 826339 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCooldown
   [junit4]   2> 826339 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 826339 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 826339 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 826340 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 826340 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 826340 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 826343 INFO  (qtp652553589-9103) [n:127.0.0.1:33263_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826344 INFO  (qtp359288413-9109) [n:127.0.0.1:44343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826344 DEBUG (qtp359288413-9107) [n:127.0.0.1:44343_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 826345 INFO  (qtp359288413-9107) [n:127.0.0.1:44343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 826345 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 826345 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:33263_solr, 127.0.0.1:44343_solr]
   [junit4]   2> 826345 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 826345 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 826346 INFO  (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 826346 DEBUG (ScheduledTrigger-4366-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 826346 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 826346 DEBUG (ScheduledTrigger-4366-thread-1) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 826347 INFO  (qtp652553589-9103) [n:127.0.0.1:33263_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826347 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 826347 INFO  (qtp359288413-9097) [n:127.0.0.1:44343_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 826347 DEBUG (qtp652553589-9106) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 826347 INFO  (qtp652553589-9106) [n:127.0.0.1:33263_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 826348 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 826348 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 826348 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:33263_solr, 127.0.0.1:44343_solr]
   [junit4]   2> 826348 DEBUG (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 826348 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 826349 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 826349 DEBUG (OverseerAutoScalingTriggerThread-99298062787477510-127.0.0.1:33263_solr-n_0000000000) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d4f0dee{/solr,null,AVAILABLE}
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e8f5e37{HTTP/1.1,[http/1.1]}{127.0.0.1:33195}
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server Started @827910ms
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33195}
   [junit4]   2> 826351 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 826351 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:14.672747Z
   [junit4]   2> 826355 INFO  (zkConnectionManagerCallback-1939-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 826366 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 826367 INFO  (zkConnectionManagerCallback-1943-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826369 INFO  (zkConnectionManagerCallback-1945-thread-1-processing-n:127.0.0.1:33195_solr) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 826371 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 826372 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 826373 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33195_solr
   [junit4]   2> 826373 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826373 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826373 INFO  (zkCallback-1936-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826374 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:33195_solr) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 826400 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33195.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826405 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33195.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826405 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33195.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 826406 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:33195_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node3/.
   [junit4]   2> 827348 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 827348 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 827348 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:33195_solr at time 2869337641227840
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:33195_solr] added at times [2869337641227840], now=2869338642557236
   [junit4]   2> 828349 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"a31a5bad89640T642cknrrd3u2hcfbxhrcbmsn6",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869337641227840,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869337641227840],
   [junit4]   2>     "nodeNames":["127.0.0.1:33195_solr"]}}
   [junit4]   2> 828350 INFO  (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 828350 DEBUG (AutoscalingActionExecutor-4367-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"a31a5bad89640T642cknrrd3u2hcfbxhrcbmsn6",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869337641227840,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869337641227840],
   [junit4]   2>     "_enqueue_time_":2869338642775616,
   [junit4]   2>     "nodeNames":["127.0.0.1:33195_solr"]}}
   [junit4]   2> 828352 DEBUG (AutoscalingActionExecutor-4367-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=a31a5bad89640T642cknrrd3u2hcfbxhrcbmsn6
   [junit4]   2> 829352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 829352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 829352 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a5b74d9{/solr,null,AVAILABLE}
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20f60f61{HTTP/1.1,[http/1.1]}{127.0.0.1:43463}
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.e.j.s.Server Started @830913ms
   [junit4]   2> 829354 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43463}
   [junit4]   2> 829354 ERROR (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 829355 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-05T16:03:17.676258Z
   [junit4]   2> 829356 INFO  (zkConnectionManagerCallback-1949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829357 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 829364 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34601/solr
   [junit4]   2> 829366 INFO  (zkConnectionManagerCallback-1953-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829368 INFO  (zkConnectionManagerCallback-1955-thread-1-processing-n:127.0.0.1:43463_solr) [n:127.0.0.1:43463_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829374 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 829375 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 829377 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43463_solr
   [junit4]   2> 829378 INFO  (zkCallback-1924-thread-1-processing-n:127.0.0.1:33263_solr) [n:127.0.0.1:33263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829378 INFO  (zkCallback-1936-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829378 INFO  (zkCallback-1926-thread-1-processing-n:127.0.0.1:44343_solr) [n:127.0.0.1:44343_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829378 INFO  (zkCallback-1944-thread-1-processing-n:127.0.0.1:33195_solr) [n:127.0.0.1:33195_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829379 INFO  (zkCallback-1954-thread-1-processing-n:127.0.0.1:43463_solr) [n:127.0.0.1:43463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 829437 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43463.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 829443 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43463.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 829443 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43463.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@164ff116
   [junit4]   2> 829444 INFO  (TEST-TriggerIntegrationTest.testCooldown-seed#[5B3954BE0E4DFB88]) [n:127.0.0.1:43463_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_5B3954BE0E4DFB88-001/tempDir-001/node4/.
   [junit4]   2> 830352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 830352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 830352 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:43463_solr at time 2869340645524654
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:43463_solr] added at times [2869340645524654], now=2869341646265748
   [junit4]   2> 831353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"a31a66dea84aeT642cknrrd3u2hcfbxhrcbmsn8",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869340645524654,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869340645524654],
   [junit4]   2>     "nodeNames":["127.0.0.1:43463_solr"]}}
   [junit4]   2> 832353 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 832354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 832354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:43463_solr] added at times [2869340645524654], now=2869342647173967
   [junit4]   2> 832354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers -------- Cooldown period - rejecting event: {
   [junit4]   2>   "id":"a31a66dea84aeT642cknrrd3u2hcfbxhrcbmsn9",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869340645524654,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869340645524654],
   [junit4]   2>     "nodeNames":["127.0.0.1:43463_solr"]}}
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:43463_solr] added at times [2869340645524654], now=2869343647756910
   [junit4]   2> 833354 DEBUG (ScheduledTrigger-4366-thread-2) [n:127.0.0.1:33263_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"a31a66dea84aeT642cknrrd3u2hcfbxhrcbmsna",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":2869340645524654,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2869340645524654],
   [junit4]   2>     "nodeNames":["127.0.0.1:43463_solr"]}}
   [junit4]   2> 833355 DEBUG (AutoscalingActionExecutor-4367-thread-1-processing-n:127.0.0.1:33263_solr) 

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

ster-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J2-20180105_164627_0975591618445131638019.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/temp/junit4-J0-20180105_164627_0977794854003204666737.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 553 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J2-20180105_164744_51114412018290728537342.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J1-20180105_164744_5117776512332426724826.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-clustering/test/temp/junit4-J0-20180105_164744_5118188648685303715402.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1260 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J1-20180105_164801_98812732904382809380842.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler-extras/test/temp/junit4-J0-20180105_164801_9888948886862362777713.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 644 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J2-20180105_164808_8967116818109962052513.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J1-20180105_164808_896268885231845958841.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-dataimporthandler/test/temp/junit4-J0-20180105_164808_896358109554421398640.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 558 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J0-20180105_164828_4835094854369843399597.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J2-20180105_164828_4909331754686702878544.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/temp/junit4-J1-20180105_164828_4849076753222431669515.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 560 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J1-20180105_164840_1892642554110607963386.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-langid/test/temp/junit4-J0-20180105_164840_18910429583529397507447.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 653 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J2-20180105_164847_84816256933647928998911.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J0-20180105_164847_8475827220777799077140.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/temp/junit4-J1-20180105_164847_8479959324276301835093.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 596 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J1-20180105_164916_6219834104842322562651.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-uima/test/temp/junit4-J0-20180105_164916_62114701289898227758007.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 548 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-velocity/test/temp/junit4-J0-20180105_164929_02812152888036226250378.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 32222 lines...]