Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/319/

5 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this 
request:[https://127.0.0.1:36492/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:35524/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this 
request:[https://127.0.0.1:36492/solr/MoveReplicaHDFSTest_failed_coll_true, 
https://127.0.0.1:35524/solr/MoveReplicaHDFSTest_failed_coll_true]
        at 
__randomizedtesting.SeedInfo.seed([C7D21869B4A27CB9:6D1FCB9B0371A969]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994)
        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.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:289)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:35524/solr/MoveReplicaHDFSTest_failed_coll_true: no servers 
hosting shard: shard2
        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:436)
        ... 46 more


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient

Error Message:
Error from server at http://127.0.0.1:44323/solr: 4 out of 5 the property 
overlay to be of version 0 within 30 seconds! Failed cores: 
[http://127.0.0.1:40995/solr/test_shard2_replica_n4/, 
http://127.0.0.1:43051/solr/test_shard2_replica_n7/, 
http://127.0.0.1:44323/solr/test_shard1_replica_n1/, 
http://127.0.0.1:38440/solr/test_shard1_replica_n3/]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:44323/solr: 4 out of 5 the property 
overlay to be of version 0 within 30 seconds! Failed cores: 
[http://127.0.0.1:40995/solr/test_shard2_replica_n4/, 
http://127.0.0.1:43051/solr/test_shard2_replica_n7/, 
http://127.0.0.1:44323/solr/test_shard1_replica_n1/, 
http://127.0.0.1:38440/solr/test_shard1_replica_n3/]
        at 
__randomizedtesting.SeedInfo.seed([C11C6E86C8758060:190476AC69419247]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:89)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:63)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.client.solrj.request.TestV2Request.testCloudSolrClient

Error Message:
Error from server at http://127.0.0.1:43051/solr: collection already exists: 
test

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: 
Error from server at http://127.0.0.1:43051/solr: collection already exists: 
test
        at 
__randomizedtesting.SeedInfo.seed([C11C6E86C8758060:58EAE5366DC6080B]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        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:1107)
        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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
        at 
org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:74)
        at 
org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:70)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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:  
junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.client.solrj.request.TestV2Request:     1) Thread[id=1589, 
name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]         
at java.lang.Thread.sleep(Native Method)         at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.request.TestV2Request: 
   1) Thread[id=1589, name=Connection evictor, state=TIMED_WAITING, 
group=TGRP-TestV2Request]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([C11C6E86C8758060]:0)


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

Error Message:
[Op{action=DELETEREPLICA, hints={COLL_SHARD=[{   
"first":"belowRate_collection",   "second":"shard1"}], REPLICA=[core_node6]}}, 
Op{action=DELETEREPLICA, hints={COLL_SHARD=[{   "first":"belowRate_collection", 
  "second":"shard1"}], REPLICA=[core_node2]}}, Op{action=DELETEREPLICA, 
hints={COLL_SHARD=[{   "first":"belowRate_collection",   "second":"shard1"}], 
REPLICA=[core_node10]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:34115_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:32892_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:38330_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:38817_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:36751_solr]}}] expected:<7> but was:<8>

Stack Trace:
java.lang.AssertionError: [Op{action=DELETEREPLICA, hints={COLL_SHARD=[{
  "first":"belowRate_collection",
  "second":"shard1"}], REPLICA=[core_node6]}}, Op{action=DELETEREPLICA, 
hints={COLL_SHARD=[{
  "first":"belowRate_collection",
  "second":"shard1"}], REPLICA=[core_node2]}}, Op{action=DELETEREPLICA, 
hints={COLL_SHARD=[{
  "first":"belowRate_collection",
  "second":"shard1"}], REPLICA=[core_node10]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:34115_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:32892_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:38330_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:38817_solr]}}, Op{action=NONE, 
hints={SRC_NODE=[127.0.0.1:36751_solr]}}] expected:<7> but was:<8>
        at 
__randomizedtesting.SeedInfo.seed([C7D21869B4A27CB9:AD7FBE09EC4AF9AA]: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.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.testBelowSearchRate(SearchRateTriggerIntegrationTest.java:398)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13438 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/init-core-data-001
   [junit4]   2> 875851 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 875851 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 875853 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 875853 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 875853 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001
   [junit4]   2> 875854 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 875859 INFO  (Thread-4587) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 875859 INFO  (Thread-4587) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 875861 ERROR (Thread-4587) [    ] 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> 875959 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39704
   [junit4]   2> 875977 INFO  (zkConnectionManagerCallback-718-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 875981 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 875982 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 875983 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 875984 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 875984 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 875985 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875985 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875985 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 875986 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20edf396{/solr,null,AVAILABLE}
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29db1252{HTTP/1.1,[http/1.1]}{127.0.0.1:38817}
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.e.j.s.Server Started @876081ms
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38817}
   [junit4]   2> 875987 ERROR (jetty-launcher-715-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 875987 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-14T12:00:26.119Z
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d831533{/solr,null,AVAILABLE}
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@958e03d{HTTP/1.1,[http/1.1]}{127.0.0.1:36751}
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.e.j.s.Server Started @876084ms
   [junit4]   2> 875989 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36751}
   [junit4]   2> 875990 ERROR (jetty-launcher-715-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 875990 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 875999 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 875999 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 875999 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 875999 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-14T12:00:26.131Z
   [junit4]   2> 876000 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 876000 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 876000 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@23bf30dd{/solr,null,AVAILABLE}
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6621a2a7{HTTP/1.1,[http/1.1]}{127.0.0.1:32892}
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.e.j.s.Server Started @876096ms
   [junit4]   2> 876001 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32892}
   [junit4]   2> 876002 ERROR (jetty-launcher-715-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 876002 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 876002 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 876002 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 876002 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 876002 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-14T12:00:26.134Z
   [junit4]   2> 876003 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 876004 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 876004 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 876004 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ec35e21{/solr,null,AVAILABLE}
   [junit4]   2> 876004 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11a30130{HTTP/1.1,[http/1.1]}{127.0.0.1:34115}
   [junit4]   2> 876004 INFO  (jetty-launcher-715-thread-4) [    ] 
o.e.j.s.Server Started @876099ms
   [junit4]   2> 876011 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@599b5f4c{/solr,null,AVAILABLE}
   [junit4]   2> 876018 INFO  (zkConnectionManagerCallback-720-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876018 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@609174bf{HTTP/1.1,[http/1.1]}{127.0.0.1:38330}
   [junit4]   2> 876018 INFO  (jetty-launcher-715-thread-1) [    ] 
o.e.j.s.Server Started @876113ms
   [junit4]   2> 876018 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38330}
   [junit4]   2> 876019 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 876019 ERROR (jetty-launcher-715-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 876019 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 876019 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 876019 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 876019 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 876019 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-14T12:00:26.151Z
   [junit4]   2> 876004 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34115}
   [junit4]   2> 876020 ERROR (jetty-launcher-715-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 876020 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 876020 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 876020 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 876020 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 876020 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-14T12:00:26.152Z
   [junit4]   2> 876023 INFO  (zkConnectionManagerCallback-726-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876023 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 876034 INFO  (zkConnectionManagerCallback-728-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876034 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 876035 INFO  (zkConnectionManagerCallback-724-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876038 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 876079 INFO  (zkConnectionManagerCallback-722-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876079 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 876222 INFO  (jetty-launcher-715-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39704/solr
   [junit4]   2> 876223 INFO  (jetty-launcher-715-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39704/solr
   [junit4]   2> 876232 INFO  (zkConnectionManagerCallback-736-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876234 INFO  (zkConnectionManagerCallback-734-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876234 INFO  (zkConnectionManagerCallback-738-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876243 INFO  (zkConnectionManagerCallback-740-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876296 INFO  (jetty-launcher-715-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39704/solr
   [junit4]   2> 876304 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38330_solr
   [junit4]   2> 876305 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.Overseer Overseer 
(id=73320068199546889-127.0.0.1:38330_solr-n_0000000000) starting
   [junit4]   2> 876316 INFO  (zkConnectionManagerCallback-748-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876327 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1047c36abf1000a, likely client has closed socket
   [junit4]   2> 876387 INFO  (zkConnectionManagerCallback-750-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876387 INFO  (zkConnectionManagerCallback-755-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876391 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39704/solr ready
   [junit4]   2> 876391 INFO  (jetty-launcher-715-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39704/solr
   [junit4]   2> 876409 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38817_solr
   [junit4]   2> 876415 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 876415 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34115_solr
   [junit4]   2> 876443 INFO  
(OverseerStateUpdate-73320068199546889-127.0.0.1:38330_solr-n_0000000000) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38330_solr
   [junit4]   2> 876453 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 876453 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38330_solr
   [junit4]   2> 876477 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 876478 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 876479 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 876479 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 876508 INFO  (zkCallback-737-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 876509 INFO  
(OverseerStateUpdate-73320068199546889-127.0.0.1:38330_solr-n_0000000000) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 876510 INFO  (zkConnectionManagerCallback-768-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876511 INFO  (zkCallback-749-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 876511 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 876513 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39704/solr ready
   [junit4]   2> 876523 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 876546 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38330.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876547 INFO  (zkConnectionManagerCallback-759-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876556 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: []
   [junit4]   2> 876561 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38330.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876561 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38330.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876571 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 876587 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 876595 INFO  (jetty-launcher-715-thread-1) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node1/.
   [junit4]   2> 876599 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 876600 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 876600 DEBUG (ScheduledTrigger-981-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3
   [junit4]   2> 876603 INFO  (zkConnectionManagerCallback-775-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876610 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 876616 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 876616 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36751_solr
   [junit4]   2> 876623 INFO  (zkConnectionManagerCallback-773-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876639 INFO  (zkCallback-737-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 876640 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 876641 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39704/solr ready
   [junit4]   2> 876648 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34115.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876651 INFO  (zkCallback-749-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 876651 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 876660 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34115.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876660 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34115.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876671 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 876671 INFO  (jetty-launcher-715-thread-4) 
[n:127.0.0.1:34115_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node4/.
   [junit4]   2> 876676 INFO  (zkCallback-739-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 876685 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38817.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876734 INFO  (zkCallback-767-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 876753 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38817.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876753 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38817.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876754 INFO  (jetty-launcher-715-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node3/.
   [junit4]   2> 876791 INFO  (zkCallback-774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 876812 INFO  (jetty-launcher-715-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39704/solr
   [junit4]   2> 876815 INFO  (zkConnectionManagerCallback-787-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876815 INFO  (zkConnectionManagerCallback-783-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876816 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 876819 INFO  (zkConnectionManagerCallback-789-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876820 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39704/solr ready
   [junit4]   2> 876821 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 876833 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 876835 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36751.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876837 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 876837 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32892_solr
   [junit4]   2> 876843 INFO  (zkCallback-767-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876843 INFO  (zkCallback-754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876843 INFO  (zkCallback-739-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876843 INFO  (zkCallback-749-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876843 INFO  (zkCallback-737-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876844 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36751.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876844 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36751.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876845 INFO  (jetty-launcher-715-thread-2) 
[n:127.0.0.1:36751_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node2/.
   [junit4]   2> 876851 INFO  (zkCallback-774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876859 INFO  (zkCallback-788-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876865 INFO  (zkCallback-772-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876880 INFO  (zkCallback-782-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 876891 INFO  (zkConnectionManagerCallback-797-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876892 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 876894 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39704/solr ready
   [junit4]   2> 876901 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 876914 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32892.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876921 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32892.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876921 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32892.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 876922 INFO  (jetty-launcher-715-thread-5) 
[n:127.0.0.1:32892_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node5/.
   [junit4]   2> 876960 INFO  (zkConnectionManagerCallback-800-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876963 INFO  (zkConnectionManagerCallback-805-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 876964 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 876965 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[C7D21869B4A27CB9]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39704/solr ready
   [junit4]   2> 876993 INFO  (qtp1792677872-6634) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 876996 INFO  (qtp654420097-6619) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 876997 INFO  (qtp775644755-6596) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 876999 INFO  (qtp141353095-6606) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 877000 INFO  (qtp1642502054-6617) [n:127.0.0.1:38330_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 877001 DEBUG (qtp654420097-6624) [n:127.0.0.1:32892_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 877001 INFO  (qtp654420097-6624) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 877003 DEBUG (zkCallback-754-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 877004 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 877021 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 877021 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 877071 INFO  
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[C7D21869B4A27CB9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testAboveSearchRate
   [junit4]   2> 877072 INFO  
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[C7D21869B4A27CB9])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 877078 INFO  
(TEST-SearchRateTriggerIntegrationTest.testAboveSearchRate-seed#[C7D21869B4A27CB9])
 [    ] o.a.s.c.a.SearchRateTriggerIntegrationTest /autoscaling.json reset, new 
znode version 3
   [junit4]   2> 877078 DEBUG (zkCallback-754-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 877078 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 877080 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 877081 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 877081 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 882084 INFO  (qtp1792677872-6591) [n:127.0.0.1:34115_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 882097 INFO  
(OverseerThreadFactory-985-thread-1-processing-n:127.0.0.1:38330_solr) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
aboveRate_collection
   [junit4]   2> 882215 INFO  
(OverseerStateUpdate-73320068199546889-127.0.0.1:38330_solr-n_0000000000) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36751/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 882221 INFO  
(OverseerStateUpdate-73320068199546889-127.0.0.1:38330_solr-n_0000000000) 
[n:127.0.0.1:38330_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"aboveRate_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"aboveRate_collection_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32892/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 882326 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr    
x:aboveRate_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 882327 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr    
x:aboveRate_collection_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 883347 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 883347 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.6.0
   [junit4]   2> 883357 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[aboveRate_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 883360 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 883360 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'aboveRate_collection_shard1_replica_n1' using configuration from 
collection aboveRate_collection, trusted=true
   [junit4]   2> 883360 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_36751.solr.core.aboveRate_collection.shard1.replica_n1' 
(registry 'solr.core.aboveRate_collection.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 883361 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[aboveRate_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node2/aboveRate_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node2/./aboveRate_collection_shard1_replica_n1/data/]
   [junit4]   2> 883376 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.s.IndexSchema 
[aboveRate_collection_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 883428 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 883428 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.c.CoreContainer Creating 
SolrCore 'aboveRate_collection_shard1_replica_n3' using configuration from 
collection aboveRate_collection, trusted=true
   [junit4]   2> 883429 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_32892.solr.core.aboveRate_collection.shard1.replica_n3' 
(registry 'solr.core.aboveRate_collection.shard1.replica_n3') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@23edbc8f
   [junit4]   2> 883429 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.c.SolrCore 
[[aboveRate_collection_shard1_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node5/aboveRate_collection_shard1_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_C7D21869B4A27CB9-001/tempDir-001/node5/./aboveRate_collection_shard1_replica_n3/data/]
   [junit4]   2> 883500 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 883500 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 883501 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 883501 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 883503 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1eed2d3c[aboveRate_collection_shard1_replica_n1] main]
   [junit4]   2> 883506 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 883507 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 883507 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 883508 INFO  
(searcherExecutor-1007-thread-1-processing-n:127.0.0.1:36751_solr 
x:aboveRate_collection_shard1_replica_n1 c:aboveRate_collection s:shard1 
r:core_node2) [n:127.0.0.1:36751_solr c:aboveRate_collection s:shard1 
r:core_node2 x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[aboveRate_collection_shard1_replica_n1] Registered new searcher 
Searcher@1eed2d3c[aboveRate_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 883509 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1611584172081545216
   [junit4]   2> 883523 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 883523 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 883524 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 883524 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 883529 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/aboveRate_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 883531 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d52ec04[aboveRate_collection_shard1_replica_n3] main]
   [junit4]   2> 883532 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 883532 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 883533 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 883533 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1611584172106711040
   [junit4]   2> 883534 INFO  
(searcherExecutor-1008-thread-1-processing-n:127.0.0.1:32892_solr 
x:aboveRate_collection_shard1_replica_n3 c:aboveRate_collection s:shard1 
r:core_node4) [n:127.0.0.1:32892_solr c:aboveRate_collection s:shard1 
r:core_node4 x:aboveRate_collection_shard1_replica_n3] o.a.s.c.SolrCore 
[aboveRate_collection_shard1_replica_n3] Registered new searcher 
Searcher@2d52ec04[aboveRate_collection_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 883535 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 883538 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/aboveRate_collection/terms/shard1 to 
Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 884036 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 884037 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 884037 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36751/solr/aboveRate_collection_shard1_replica_n1/
   [junit4]   2> 884037 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=aboveRate_collection_shard1_replica_n1 url=http://127.0.0.1:36751/solr 
START 
replicas=[http://127.0.0.1:32892/solr/aboveRate_collection_shard1_replica_n3/] 
nUpdates=100
   [junit4]   2> 884047 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=aboveRate_collection_shard1_replica_n1 url=http://127.0.0.1:36751/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 884049 INFO  (qtp654420097-6623) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.c.S.Request 
[aboveRate_collection_shard1_replica_n3]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 884049 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 884050 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 884050 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 884054 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
http://127.0.0.1:36751/solr/aboveRate_collection_shard1_replica_n1/ shard1
   [junit4]   2> 884157 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 884158 INFO  (qtp141353095-6602) [n:127.0.0.1:36751_solr 
c:aboveRate_collection s:shard1 r:core_node2 
x:aboveRate_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1832
   [junit4]   2> 884259 INFO  (zkCallback-774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 884543 INFO  (qtp654420097-6620) [n:127.0.0.1:32892_solr 
c:aboveRate_collection s:shard1 r:core_node4 
x:aboveRate_collection_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=aboveRate_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=aboveRate_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2216
   [junit4]   2> 884548 INFO  (qtp1792677872-6591) [n:127.0.0.1:34115_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> 884647 INFO  (zkCallback-788-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 884647 INFO  (zkCallback-774-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/aboveRate_collection/state.json] for collection 
[aboveRate_collection] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 885552 INFO  (qtp1792677872-6591) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=aboveRate_collection&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3467
   [junit4]   2> 885575 INFO  (qtp1792677872-6630) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885589 INFO  (qtp654420097-6626) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885590 INFO  (qtp654420097-6623) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885593 INFO  (qtp775644755-6590) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885601 INFO  (qtp141353095-6607) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885602 INFO  (qtp141353095-6604) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885604 INFO  (qtp1642502054-6615) [n:127.0.0.1:38330_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885604 DEBUG (qtp1792677872-6633) [n:127.0.0.1:34115_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 885605 DEBUG (zkCallback-754-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
4
   [junit4]   2> 885606 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 4
   [junit4]   2> 885606 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 885606 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 885606 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, 
lastZnodeVersion 4
   [junit4]   2> 885606 INFO  (qtp1792677872-6633) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=40
   [junit4]   2> 885613 INFO  (qtp1792677872-6636) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885618 INFO  (qtp654420097-6625) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=3
   [junit4]   2> 885619 INFO  (qtp654420097-6626) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885623 INFO  (qtp775644755-6590) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885625 INFO  (qtp141353095-6609) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885626 INFO  (qtp141353095-6606) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885628 INFO  (qtp1642502054-6611) [n:127.0.0.1:38330_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885628 DEBUG (qtp775644755-6592) [n:127.0.0.1:38817_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 885629 DEBUG (zkCallback-754-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
5
   [junit4]   2> 885629 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 5
   [junit4]   2> 885629 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 885629 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 885630 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, 
lastZnodeVersion 5
   [junit4]   2> 885630 INFO  (qtp775644755-6592) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 885633 INFO  (qtp1792677872-6630) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885634 INFO  (qtp654420097-6623) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885635 INFO  (qtp654420097-6625) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885636 INFO  (qtp775644755-6590) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885636 INFO  (qtp141353095-6604) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885637 INFO  (qtp141353095-6609) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885638 INFO  (qtp1642502054-6615) [n:127.0.0.1:38330_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885645 DEBUG (qtp1792677872-6633) [n:127.0.0.1:34115_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 885646 INFO  (qtp1792677872-6633) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 885646 DEBUG (zkCallback-754-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
6
   [junit4]   2> 885647 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 6
   [junit4]   2> 885647 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 885647 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 885647 DEBUG 
(OverseerAutoScalingTriggerThread-73320068199546889-127.0.0.1:38330_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, 
lastZnodeVersion 6
   [junit4]   2> 885650 INFO  (qtp1792677872-6630) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885651 INFO  (qtp654420097-6625) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n3:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885652 INFO  (qtp654420097-6623) [n:127.0.0.1:32892_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885653 INFO  (qtp775644755-6590) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885657 INFO  (qtp141353095-6609) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.aboveRate_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 885658 INFO  (qtp141353095-6604) [n:127.0.0.1:36751_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885658 INFO  (qtp1642502054-6615) [n:127.0.0.1:38330_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 885659 DEBUG (qtp1792677872-6636) [n:127.0.0.1:34115_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 885659 INFO  (qtp1792677872-6636) [n:127.0.0.1:34115_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 885660 DEBUG (zkCallback-754-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
7
   [junit4]   2> 885660 DEBUG (Over

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

ettings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null46269058
     [copy] Copying 239 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null46269058
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null46269058

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 31ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 506 minutes 15 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to