Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2203/

3 tests failed.
FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
expected:<8> but was:<9>

Stack Trace:
java.lang.AssertionError: expected:<8> but was:<9>
        at 
__randomizedtesting.SeedInfo.seed([30AD83B0208DBE4B:5D51274D9AC5414C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:268)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.security.TestPKIAuthenticationPlugin.test

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([30AD83B0208DBE4B:B8F9BC6A8E71D3B3]:0)
        at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([E07D541E85FC4A4E:684BF64D5D53A25C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:250)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11949 lines...]
   [junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin
   [junit4]   2> 825745 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_30AD83B0208DBE4B-001/init-core-data-001
   [junit4]   2> 825746 WARN  
(SUITE-TestPKIAuthenticationPlugin-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 825794 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 825796 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[30AD83B0208DBE4B]-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> 825797 INFO  
(TEST-TestPKIAuthenticationPlugin.test-seed#[30AD83B0208DBE4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 837072 ERROR 
(TEST-TestPKIAuthenticationPlugin.test-seed#[30AD83B0208DBE4B]) [    ] 
o.a.s.s.PKIAuthenticationPlugin Invalid key request timestamp: 1512410426647 , 
received timestamp: 1512410437161 , TTL: 10000
   [junit4]   2> 837072 INFO  
(TEST-TestPKIAuthenticationPlugin.test-seed#[30AD83B0208DBE4B]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test 
-Dtests.seed=30AD83B0208DBE4B -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=lt-LT -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   11.3s J1 | TestPKIAuthenticationPlugin.test <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30AD83B0208DBE4B:B8F9BC6A8E71D3B3]:0)
   [junit4]    >        at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:102)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_30AD83B0208DBE4B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1059, maxMBSortInHeap=7.9824522327960805, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@413abc84),
 locale=lt-LT, timezone=Africa/Casablanca
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=367686792,total=447741952
   [junit4]   2> NOTE: All tests run in this JVM: [TestRemoteStreaming, 
SchemaVersionSpecificBehaviorTest, TestBinaryResponseWriter, 
AnalyticsQueryTest, ChaosMonkeySafeLeaderTest, BaseCdcrDistributedZkTest, 
TolerantUpdateProcessorTest, TestScoreJoinQPScore, QueryResultKeyTest, 
TestPerFieldSimilarity, ClusterStateUpdateTest, PrimUtilsTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, DirectoryFactoryTest, 
RemoteQueryErrorTest, TestFilteredDocIdSet, OpenExchangeRatesOrgProviderTest, 
OpenCloseCoreStressTest, TestSolrQueryParser, TestReqParamsAPI, 
SolrSlf4jReporterTest, TestManagedSchema, DistributedIntervalFacetingTest, 
TestGeoJSONResponseWriter, MoreLikeThisHandlerTest, TestDocumentBuilder, 
TestExpandComponent, BlockJoinFacetRandomTest, TestCloudPseudoReturnFields, 
SearchHandlerTest, TestWriterPerf, SimpleMLTQParserTest, 
TestPKIAuthenticationPlugin]
   [junit4] Completed [92/752 (1!)] on J1 in 11.45s, 1 test, 1 error <<< 
FAILURES!

[...truncated 643 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 3182266 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/init-core-data-001
   [junit4]   2> 3182267 WARN  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 3182267 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 3182341 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-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> 3182342 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001
   [junit4]   2> 3182342 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3182358 INFO  (Thread-1684) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3182358 INFO  (Thread-1684) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 3182467 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37896
   [junit4]   2> 3182540 ERROR (Thread-1684) [    ] 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> 3182797 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3182798 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3182835 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 3183081 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a361fc6{/solr,null,AVAILABLE}
   [junit4]   2> 3183081 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42cf312{/solr,null,AVAILABLE}
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7165bc3a{HTTP/1.1,[http/1.1]}{127.0.0.1:39276}
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.e.j.s.Server Started @3200851ms
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39276}
   [junit4]   2> 3183083 ERROR (jetty-launcher-1424-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3183083 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T18:39:43.210Z
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@d5861fe{HTTP/1.1,[http/1.1]}{127.0.0.1:36821}
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.e.j.s.Server Started @3200903ms
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36821}
   [junit4]   2> 3183134 ERROR (jetty-launcher-1424-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3183134 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T18:39:43.261Z
   [junit4]   2> 3183252 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22e8bf8e{/solr,null,AVAILABLE}
   [junit4]   2> 3183252 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3ee5e6ac{HTTP/1.1,[http/1.1]}{127.0.0.1:37534}
   [junit4]   2> 3183252 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.e.j.s.Server Started @3201021ms
   [junit4]   2> 3183253 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37534}
   [junit4]   2> 3183253 ERROR (jetty-launcher-1424-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3183253 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 3183253 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3183253 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3183253 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-04T18:39:43.380Z
   [junit4]   2> 3183299 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3183301 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3183480 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3183504 INFO  (jetty-launcher-1424-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37896/solr
   [junit4]   2> 3183610 INFO  (jetty-launcher-1424-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37896/solr
   [junit4]   2> 3183707 INFO  (jetty-launcher-1424-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37896/solr
   [junit4]   2> 3183716 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16022d39faa0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 3184011 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3184012 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36821_solr
   [junit4]   2> 3184032 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Overseer 
(id=99117484114313223-127.0.0.1:36821_solr-n_0000000000) starting
   [junit4]   2> 3184134 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 3184134 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36821_solr
   [junit4]   2> 3184134 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 3184236 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 3184252 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 3184252 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3184252 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 3184272 INFO  
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3184398 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 3184415 DEBUG 
(OverseerAutoScalingTriggerThread-99117484114313223-127.0.0.1:36821_solr-n_0000000000)
 [n:127.0.0.1:36821_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3184451 DEBUG (ScheduledTrigger-3849-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:36821_solr]
   [junit4]   2> 3184596 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3184728 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3184951 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36821.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3184985 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39276_solr
   [junit4]   2> 3185097 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36821.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3185098 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36821.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3185114 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:39276_solr"} current state version: 0
   [junit4]   2> 3185114 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:39276_solr
   [junit4]   2> 3185163 INFO  
(zkCallback-1439-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3185363 INFO  
(zkCallback-1443-thread-1-processing-n:127.0.0.1:39276_solr) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 3185408 INFO  (jetty-launcher-1424-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node1/.
   [junit4]   2> 3185492 DEBUG (ScheduledTrigger-3849-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:36821_solr, 
127.0.0.1:39276_solr]
   [junit4]   2> 3185811 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39276.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3185970 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 3185972 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3186016 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39276.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3186016 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39276.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3186017 INFO  (jetty-launcher-1424-thread-3) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/.
   [junit4]   2> 3186042 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37534_solr
   [junit4]   2> 3186043 INFO  
(zkCallback-1443-thread-1-processing-n:127.0.0.1:39276_solr) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3186168 INFO  
(zkCallback-1438-thread-1-processing-n:127.0.0.1:37534_solr) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3186184 INFO  
(zkCallback-1439-thread-2-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 3186192 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:37534_solr"} current state version: 0
   [junit4]   2> 3186192 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:37534_solr
   [junit4]   2> 3186645 DEBUG (ScheduledTrigger-3849-thread-2) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:36821_solr, 
127.0.0.1:37534_solr, 127.0.0.1:39276_solr]
   [junit4]   2> 3186756 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37534.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3186793 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37534.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3186793 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37534.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21cf3fc6
   [junit4]   2> 3186807 INFO  (jetty-launcher-1424-thread-2) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/.
   [junit4]   2> 3187165 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3187165 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[30AD83B0208DBE4B]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37896/solr ready
   [junit4]   2> 3187277 INFO  (qtp1344773010-9061) [n:127.0.0.1:36821_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 3187323 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 3187323 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.CreateCollectionCmd Only _default config 
set found, using it.
   [junit4]   2> 3187324 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/protwords.txt
   [junit4]   2> 3187325 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/AutoscalingHistoryHandlerTest_collection/managed-schema
   [junit4]   2> 3187326 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/AutoscalingHistoryHandlerTest_collection/solrconfig.xml
   [junit4]   2> 3187360 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/synonyms.txt
   [junit4]   2> 3187361 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/stopwords.txt
   [junit4]   2> 3187362 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/AutoscalingHistoryHandlerTest_collection/params.json
   [junit4]   2> 3187363 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_it.txt
   [junit4]   2> 3187376 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_no.txt
   [junit4]   2> 3187396 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hy.txt
   [junit4]   2> 3187397 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stemdict_nl.txt
   [junit4]   2> 3187412 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ca.txt
   [junit4]   2> 3187413 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_id.txt
   [junit4]   2> 3187414 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ga.txt
   [junit4]   2> 3187415 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_da.txt
   [junit4]   2> 3187433 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hi.txt
   [junit4]   2> 3187434 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ja.txt
   [junit4]   2> 3187435 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_pt.txt
   [junit4]   2> 3187436 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hu.txt
   [junit4]   2> 3187449 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_el.txt
   [junit4]   2> 3187450 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ru.txt
   [junit4]   2> 3187452 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_tr.txt
   [junit4]   2> 3187543 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ar.txt
   [junit4]   2> 3187544 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/userdict_ja.txt
   [junit4]   2> 3187545 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_it.txt
   [junit4]   2> 3187546 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_eu.txt
   [junit4]   2> 3187580 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_cz.txt
   [junit4]   2> 3187581 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stoptags_ja.txt
   [junit4]   2> 3187582 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_fr.txt
   [junit4]   2> 3187632 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fa.txt
   [junit4]   2> 3187633 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_de.txt
   [junit4]   2> 3187634 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ga.txt
   [junit4]   2> 3187635 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ca.txt
   [junit4]   2> 3187689 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_nl.txt
   [junit4]   2> 3187690 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_bg.txt
   [junit4]   2> 3187691 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_es.txt
   [junit4]   2> 3187692 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_en.txt
   [junit4]   2> 3187697 DEBUG (ScheduledTrigger-3849-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:36821_solr, 
127.0.0.1:37534_solr, 127.0.0.1:39276_solr]
   [junit4]   2> 3187742 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_lv.txt
   [junit4]   2> 3187743 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_th.txt
   [junit4]   2> 3187744 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ro.txt
   [junit4]   2> 3187745 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fr.txt
   [junit4]   2> 3187763 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_sv.txt
   [junit4]   2> 3187763 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fi.txt
   [junit4]   2> 3187764 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/hyphenations_ga.txt
   [junit4]   2> 3187765 INFO  
(OverseerThreadFactory-3851-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_gl.txt
   [junit4]   2> 3187823 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 3187823 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 3187839 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 3187927 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3187928 INFO  
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3187928 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 3187928 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3187942 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3187942 INFO  
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3187944 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3187944 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node2":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>       "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3187999 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 3187999 INFO  
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 3187999 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node2":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>       "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3187999 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node2":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>       "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 3188108 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 3188181 INFO  (qtp2098161782-9047) [n:127.0.0.1:39276_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3188182 INFO  (qtp2098161782-9047) [n:127.0.0.1:39276_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3188255 INFO  (qtp1344773010-9060) [n:127.0.0.1:36821_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3188256 INFO  (qtp1344773010-9060) [n:127.0.0.1:36821_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3188256 INFO  (qtp1443309215-9055) [n:127.0.0.1:37534_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 3188256 INFO  (qtp1443309215-9055) [n:127.0.0.1:37534_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3188473 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39276_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3188474 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:39276_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3188474 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node2:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:39276/solr","node_name":"127.0.0.1:39276_solr","state":"down","type":"NRT"}
   [junit4]   2> 3188474 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:39276_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36821_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36821_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3","base_url":"http://127.0.0.1:36821/solr","node_name":"127.0.0.1:36821_solr","state":"down","type":"NRT"}
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:39276_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36821_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37534_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:37534_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 3188563 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: 
core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"http://127.0.0.1:37534/solr","node_name":"127.0.0.1:37534_solr","state":"down","type":"NRT"}
   [junit4]   2> 3188564 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:39276/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:39276_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:36821/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36821_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"http://127.0.0.1:37534/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:37534_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 3188693 DEBUG 
(OverseerStateUpdate-99117484114313223-127.0.0.1:36821_solr-n_0000000000) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 3188710 INFO  
(zkCallback-1439-thread-2-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3188710 INFO  
(zkCallback-1443-thread-1-processing-n:127.0.0.1:39276_solr) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3188713 DEBUG (ScheduledTrigger-3849-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:36821_solr, 
127.0.0.1:37534_solr, 127.0.0.1:39276_solr]
   [junit4]   2> 3188713 INFO  
(zkCallback-1438-thread-1-processing-n:127.0.0.1:37534_solr) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3188717 INFO  
(zkCallback-1439-thread-1-processing-n:127.0.0.1:36821_solr) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3188730 INFO  
(zkCallback-1443-thread-2-processing-n:127.0.0.1:39276_solr) 
[n:127.0.0.1:39276_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3188741 INFO  
(zkCallback-1438-thread-2-processing-n:127.0.0.1:37534_solr) 
[n:127.0.0.1:37534_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for 
collection [AutoscalingHistoryHandlerTest_collection] has occurred - 
updating... (live nodes size: [3])
   [junit4]   2> 3189489 INFO  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3189490 INFO  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3189524 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 3189619 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 3189620 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 3189632 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 3189632 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 3189633 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 3189633 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 3189633 WARN  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
   [junit4]   2> 3189655 INFO  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 3189718 DEBUG (ScheduledTrigger-3849-thread-1) 
[n:127.0.0.1:36821_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:36821_solr, 
127.0.0.1:37534_solr, 127.0.0.1:39276_solr]
   [junit4]   2> 3189948 INFO  (qtp2098161782-9047) [n:127.0.0.1:39276_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema 
[AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] Schema 
name=default-config
   [junit4]   2> 3190100 INFO  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3190100 INFO  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3190101 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib
   [junit4]   2> 3190267 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 3190267 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/clustering/lib
   [junit4]   2> 3190267 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 3190267 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/langid/lib
   [junit4]   2> 3190268 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 3190268 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/velocity/lib
   [junit4]   2> 3190268 WARN  (qtp1443309215-9055) [n:127.0.0.1:37534_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../dist
   [junit4]   2> 3190104 INFO  (qtp1344773010-9060) [n:127.0.0.1:36821_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3] 
o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 3190303 INFO  (qtp1344773010-9060) [n:127.0.0.1:36821_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3] 
o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 3190304 WARN  (qtp1344773010-9060) [n:127.0.0.1:36821_solr 
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_30AD83B0208DBE4B-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.Autoscaling

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

t1.shard1.replica_n1, tag=1337375334
   [junit4]   2> 688321 INFO  (coreCloseExecutor-905-thread-2) 
[n:127.0.0.1:34910_solr c:stateformat1 s:shard1 r:core_node2 
x:stateformat1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2534fc4f: rootName = 
solr_34910, domain = solr.core.stateformat1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.stateformat1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@50e57995
   [junit4]   2> 688361 INFO  (coreCloseExecutor-905-thread-1) 
[n:127.0.0.1:34910_solr c:falsepredicate s:shard2 r:core_node4 
x:falsepredicate_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.falsepredicate.shard2.replica_n2, tag=219450546
   [junit4]   2> 688361 INFO  (coreCloseExecutor-905-thread-1) 
[n:127.0.0.1:34910_solr c:falsepredicate s:shard2 r:core_node4 
x:falsepredicate_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@49d250b1: rootName = 
solr_34910, domain = solr.core.falsepredicate.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.falsepredicate.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@76c269ec
   [junit4]   2> 688395 INFO  (jetty-closer-830-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=99117836013469707-127.0.0.1:34072_solr-n_0000000002) closing
   [junit4]   2> 688412 ERROR 
(OverseerStateUpdate-99117836013469707-127.0.0.1:34072_solr-n_0000000002) 
[n:127.0.0.1:34072_solr    ] o.a.s.c.Overseer Exception in Overseer main queue 
loop
   [junit4]   2> org.apache.solr.common.SolrException: Could not load 
collection from ZK: stateformat1
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1125)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
   [junit4]   2>        at 
org.apache.solr.cloud.overseer.ZkStateWriter.clusterStateGetModifiedWith(ZkStateWriter.java:151)
   [junit4]   2>        at 
org.apache.solr.cloud.overseer.ZkStateWriter.enqueueUpdate(ZkStateWriter.java:118)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.processQueueItem(Overseer.java:287)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:224)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2>        at java.lang.Object.wait(Native Method)
   [junit4]   2>        at java.lang.Object.wait(Object.java:502)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1406)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1210)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
   [junit4]   2>        ... 7 more
   [junit4]   2> 688413 INFO  
(OverseerStateUpdate-99117836013469707-127.0.0.1:34072_solr-n_0000000002) 
[n:127.0.0.1:34072_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34072_solr
   [junit4]   2> 688444 INFO  (coreCloseExecutor-905-thread-2) 
[n:127.0.0.1:34910_solr c:stateformat1 s:shard1 r:core_node2 
x:stateformat1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.stateformat1.shard1.leader, 
tag=1337375334
   [junit4]   2> 688444 INFO  (coreCloseExecutor-905-thread-1) 
[n:127.0.0.1:34910_solr c:falsepredicate s:shard2 r:core_node4 
x:falsepredicate_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.falsepredicate.shard2.leader, 
tag=219450546
   [junit4]   2> 688451 WARN  
(OverseerAutoScalingTriggerThread-99117836013469707-127.0.0.1:34072_solr-n_0000000002)
 [n:127.0.0.1:34072_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 688454 INFO  (jetty-closer-830-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@152e8a{/solr,null,UNAVAILABLE}
   [junit4]   2> 688471 INFO  (jetty-closer-830-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@39adea98{/solr,null,UNAVAILABLE}
   [junit4]   2> 688496 INFO  
(zkCallback-869-thread-6-processing-n:127.0.0.1:34910_solr) 
[n:127.0.0.1:34910_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34910_solr
   [junit4]   2> 688656 INFO  (jetty-closer-830-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@66f5d6a9{/solr,null,UNAVAILABLE}
   [junit4]   2> 689716 WARN  
(zkCallback-885-thread-1-processing-n:127.0.0.1:42790_solr) 
[n:127.0.0.1:42790_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 689716 INFO  (jetty-closer-830-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@501b214f{/solr,null,UNAVAILABLE}
   [junit4]   2> 689732 ERROR 
(SUITE-TestCollectionStateWatchers-seed#[E07D541E85FC4A4E]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 689733 INFO  
(SUITE-TestCollectionStateWatchers-seed#[E07D541E85FC4A4E]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40161 40161
   [junit4]   2> 689879 INFO  (Thread-266) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40161 40161
   [junit4]   2> 689899 WARN  (Thread-266) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        6       /solr/configs/config
   [junit4]   2>        4       /solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        76      /solr/collections/falsepredicate/state.json
   [junit4]   2>        40      /solr/collections/testcollection/state.json
   [junit4]   2>        16      /solr/collections/waitforstate/state.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        7       /solr/collections/currentstate/state.json
   [junit4]   2>        7       /solr/collections/delayed/state.json
   [junit4]   2>        6       /solr/collections/tobedeleted/state.json
   [junit4]   2>        4       /solr/collections/stateformat1/state.json
   [junit4]   2>        3       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99117836013469707-127.0.0.1:34072_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_E07D541E85FC4A4E-001
   [junit4]   2> Dec 04, 2017 8:10:46 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=828, maxMBSortInHeap=6.462760792912147, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@473cf2bc),
 locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Europe/Guernsey
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=261416264,total=456654848
   [junit4]   2> NOTE: All tests run in this JVM: [TestRetryUtil, 
LengthEvaluatorTest, AppendEvaluatorTest, CumulativeProbabilityEvaluatorTest, 
TestSolrProperties, MergeIndexesEmbeddedTest, 
CloudSolrClientMultiConstructorTest, CommonAdminParamsTest, 
TestUpdateRequestCodec, JsonValidatorTest, NormalDistributionEvaluatorTest, 
SolrZkClientTest, FacetFieldTest, EqualToEvaluatorTest, 
AbsoluteValueEvaluatorTest, ConcurrentUpdateSolrClientTest, 
StreamExpressionToExpessionTest, SolrDocumentTest, 
CollectionAdminRequestRequiredParamsTest, SolrExampleEmbeddedTest, 
RoundEvaluatorTest, TestFastInputStream, GraphTest, 
HttpSolrClientSSLAuthConPoolTest, SolrExampleStreamingBinaryTest, 
SolrExampleBinaryTest, SolrExampleJettyTest, LargeVolumeBinaryJettyTest, 
JettyWebappTest, TestSpellCheckResponse, LargeVolumeJettyTest, SolrParamTest, 
TermsResponseTest, TestEmbeddedSolrServer, QueryResponseTest, TestCoreAdmin, 
TestJavaBinCodec, TestDocumentObjectBinder, SolrQueryTest, TestHash, 
ModifiableSolrParamsTest, DocumentAnalysisResponseTest, SolrExceptionTest, 
ClientUtilsTest, NamedListTest, AnlysisResponseBaseTest, 
SolrSchemalessExampleTest, TestPolicy, BasicHttpSolrClientTest, 
ConcurrentUpdateSolrClientBuilderTest, LBHttpSolrClientBuilderTest, 
TestCloudSolrClientConnections, JdbcTest, SolrPingTest, 
TestConfigSetAdminRequest, TestDelegationTokenRequest, TestV1toV2ApiMapper, 
TestV2Request, TestDelegationTokenResponse, TestToleratedUpdateError, 
TestCollectionStateWatchers]
   [junit4] Completed [144/146 (1!)] on J1 in 95.45s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 46359 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to