Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21379/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([3D413FF6EE589A85:B515002C40A4F77D]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
org.apache.solr.cloud.autoscaling.SearchRateTrigger$SearchRateEvent cannot be 
cast to org.apache.solr.cloud.autoscaling.NodeAddedTrigger$NodeAddedEvent

Stack Trace:
java.lang.ClassCastException: 
org.apache.solr.cloud.autoscaling.SearchRateTrigger$SearchRateEvent cannot be 
cast to org.apache.solr.cloud.autoscaling.NodeAddedTrigger$NodeAddedEvent
        at 
__randomizedtesting.SeedInfo.seed([3D413FF6EE589A85:F4F47D58E73F5C70]:0)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:701)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([3D413FF6EE589A85:874D0879B1B04CCA]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at org.junit.Assert.assertNull(Assert.java:562)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13136 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/init-core-data-001
   [junit4]   2> 1914123 WARN  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1914123 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1914124 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1914125 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1914125 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001
   [junit4]   2> 1914125 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1914127 INFO  (Thread-3369) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1914127 INFO  (Thread-3369) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1914140 ERROR (Thread-3369) [    ] 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> 1914227 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46089
   [junit4]   2> 1914232 INFO  (zkConnectionManagerCallback-2653-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914235 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1914236 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1914251 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1914251 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1914251 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1914251 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1914251 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1914251 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1914255 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@39c00a24{/solr,null,AVAILABLE}
   [junit4]   2> 1914255 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@539811eb{/solr,null,AVAILABLE}
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@64e15812{SSL,[ssl, 
http/1.1]}{127.0.0.1:32825}
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@57fe43ce{SSL,[ssl, 
http/1.1]}{127.0.0.1:43833}
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.e.j.s.Server Started @1916259ms
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.e.j.s.Server Started @1916259ms
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32825}
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43833}
   [junit4]   2> 1914256 ERROR (jetty-launcher-2650-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1914256 ERROR (jetty-launcher-2650-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T00:27:33.615868Z
   [junit4]   2> 1914256 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T00:27:33.615895Z
   [junit4]   2> 1914266 INFO  (zkConnectionManagerCallback-2657-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914266 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1914267 INFO  (zkConnectionManagerCallback-2656-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914267 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1914278 INFO  (jetty-launcher-2650-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46089/solr
   [junit4]   2> 1914279 INFO  (zkConnectionManagerCallback-2662-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914279 INFO  (jetty-launcher-2650-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46089/solr
   [junit4]   2> 1914298 INFO  (zkConnectionManagerCallback-2665-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914299 INFO  
(zkConnectionManagerCallback-2667-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914311 INFO  
(zkConnectionManagerCallback-2669-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914315 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914315 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32825_solr
   [junit4]   2> 1914316 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.Overseer Overseer 
(id=72076888749572102-127.0.0.1:32825_solr-n_0000000000) starting
   [junit4]   2> 1914332 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32825_solr
   [junit4]   2> 1914332 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 1914333 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 1914333 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 1914333 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1914333 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 1914336 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1914339 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1914340 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1914340 DEBUG (ScheduledTrigger-5688-thread-1) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1914346 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1914347 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914348 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43833_solr
   [junit4]   2> 1914351 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1914356 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1914364 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32825.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914369 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32825.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914369 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32825.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914370 INFO  (jetty-launcher-2650-thread-2) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node2/.
   [junit4]   2> 1914389 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43833.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914397 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43833.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914397 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43833.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914398 INFO  (jetty-launcher-2650-thread-1) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node1/.
   [junit4]   2> 1914423 INFO  (zkConnectionManagerCallback-2675-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914427 INFO  (zkConnectionManagerCallback-2679-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914428 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1914428 INFO  
(SUITE-TriggerIntegrationTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46089/solr ready
   [junit4]   2> 1914435 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 1914436 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 1914436 DEBUG 
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 1914436 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 1914437 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 1914437 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1914437 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1914438 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1914442 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1914442 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1914442 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1914442 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ca6bcf8{/solr,null,AVAILABLE}
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17eaf89f{SSL,[ssl, 
http/1.1]}{127.0.0.1:37699}
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.Server Started @1916446ms
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37699}
   [junit4]   2> 1914443 ERROR 
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914443 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T00:27:33.802765Z
   [junit4]   2> 1914455 INFO  (zkConnectionManagerCallback-2681-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914455 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1914461 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46089/solr
   [junit4]   2> 1914467 INFO  (zkConnectionManagerCallback-2685-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914474 INFO  
(zkConnectionManagerCallback-2687-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914476 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1914477 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914478 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37699_solr
   [junit4]   2> 1914478 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1914480 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1914487 INFO  (zkCallback-2678-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1914488 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1914520 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37699.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914527 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37699.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914527 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37699.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914528 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node3/.
   [junit4]   2> 1914554 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6650ea43{/solr,null,AVAILABLE}
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@76b14372{SSL,[ssl, 
http/1.1]}{127.0.0.1:41593}
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.Server Started @1916558ms
   [junit4]   2> 1914555 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41593}
   [junit4]   2> 1914556 ERROR 
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1914556 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1914556 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914556 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914556 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T00:27:33.915315Z
   [junit4]   2> 1914559 INFO  (zkConnectionManagerCallback-2691-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914560 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1914566 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46089/solr
   [junit4]   2> 1914567 INFO  (zkConnectionManagerCallback-2695-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914573 INFO  
(zkConnectionManagerCallback-2697-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914575 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1914576 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914576 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41593_solr
   [junit4]   2> 1914577 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1914577 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1914577 INFO  (zkCallback-2678-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1914583 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1914584 INFO  
(zkCallback-2696-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1914613 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914620 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914620 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41593.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914621 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node4/.
   [junit4]   2> 1914655 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T11:12:37+13:45, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1914657 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1914657 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1914657 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1914657 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7657883{/solr,null,AVAILABLE}
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4712a9ac{SSL,[ssl, 
http/1.1]}{127.0.0.1:37233}
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.e.j.s.Server Started @1916661ms
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37233}
   [junit4]   2> 1914658 ERROR 
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1914658 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-02T00:27:34.017630Z
   [junit4]   2> 1914660 INFO  (zkConnectionManagerCallback-2701-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914660 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1914665 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46089/solr
   [junit4]   2> 1914666 INFO  (zkConnectionManagerCallback-2705-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914667 INFO  
(zkConnectionManagerCallback-2707-thread-1-processing-n:127.0.0.1:37233_solr) 
[n:127.0.0.1:37233_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1914669 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1914670 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1914671 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37233_solr
   [junit4]   2> 1914671 INFO  
(zkCallback-2696-thread-1-processing-n:127.0.0.1:41593_solr) 
[n:127.0.0.1:41593_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1914671 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1914671 INFO  (zkCallback-2678-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1914671 INFO  
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1914671 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1914676 INFO  
(zkCallback-2706-thread-1-processing-n:127.0.0.1:37233_solr) 
[n:127.0.0.1:37233_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1914738 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37233.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914750 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37233.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914750 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37233.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1914752 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[3D413FF6EE589A85]) 
[n:127.0.0.1:37233_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node5/.
   [junit4]   2> 1914826 INFO  (qtp935161075-15746) [n:127.0.0.1:32825_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1914827 INFO  
(OverseerThreadFactory-5690-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1914931 INFO  
(OverseerStateUpdate-72076888749572102-127.0.0.1:32825_solr-n_0000000000) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37699/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1914932 INFO  
(OverseerStateUpdate-72076888749572102-127.0.0.1:32825_solr-n_0000000000) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43833/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1915145 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1915146 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1915146 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1915146 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1915248 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1915248 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1915249 INFO  
(zkCallback-2666-thread-2-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1915249 INFO  
(zkCallback-2686-thread-2-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1916153 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1916153 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1916157 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1916157 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1916158 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1916158 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1916158 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1916158 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1916159 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43833.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1916159 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37699.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@36bae1fc
   [junit4]   2> 1916159 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1916159 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1916159 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node1/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1916159 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node3/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3D413FF6EE589A85-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1916194 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1916194 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1916209 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1916209 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1916210 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a18b986[collection1_shard1_replica_n2] main]
   [junit4]   2> 1916210 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1916210 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1916211 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1916211 INFO  
(searcherExecutor-5713-thread-1-processing-n:127.0.0.1:43833_solr 
x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node4) 
[n:127.0.0.1:43833_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@a18b986[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1916212 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591246853841616896
   [junit4]   2> 1916213 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1916213 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1916213 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1916213 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1916214 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74cf7216[collection1_shard1_replica_n1] main]
   [junit4]   2> 1916215 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1916215 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1916215 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1916215 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1916216 INFO  
(searcherExecutor-5714-thread-1-processing-n:127.0.0.1:37699_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:37699_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@74cf7216[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1916216 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1591246853845811200
   [junit4]   2> 1916316 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1916316 INFO  
(zkCallback-2686-thread-2-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1916316 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1916316 INFO  
(zkCallback-2666-thread-2-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1916716 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1916716 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1916716 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43833/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1916716 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 
url=https://127.0.0.1:43833/solr START 
replicas=[https://127.0.0.1:37699/solr/collection1_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1916720 INFO  (qtp742662505-15799) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1917016 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 
url=https://127.0.0.1:43833/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1917017 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1917017 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1917017 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1917019 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43833/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1917120 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917120 INFO  
(zkCallback-2686-thread-2-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917120 INFO  
(zkCallback-2666-thread-2-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917120 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917170 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1917207 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2061
   [junit4]   2> 1917220 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2074
   [junit4]   2> 1917221 INFO  (qtp935161075-15746) [n:127.0.0.1:32825_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1917321 INFO  
(zkCallback-2666-thread-1-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917321 INFO  
(zkCallback-2686-thread-2-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917321 INFO  
(zkCallback-2666-thread-2-processing-n:127.0.0.1:43833_solr) 
[n:127.0.0.1:43833_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1917321 INFO  
(zkCallback-2686-thread-1-processing-n:127.0.0.1:37699_solr) 
[n:127.0.0.1:37699_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 1918222 INFO  (qtp935161075-15746) [n:127.0.0.1:32825_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3396
   [junit4]   2> 1918235 INFO  (qtp742662505-15799) [n:127.0.0.1:37699_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1918236 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918245 INFO  (qtp2047757717-15823) [n:127.0.0.1:41593_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918248 INFO  (qtp935161075-15747) [n:127.0.0.1:32825_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918250 INFO  (qtp745552385-15843) [n:127.0.0.1:37233_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918252 INFO  (qtp1407627626-15743) [n:127.0.0.1:43833_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1918253 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918253 DEBUG (qtp745552385-15849) [n:127.0.0.1:37233_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1918253 INFO  (qtp745552385-15849) [n:127.0.0.1:37233_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 1918254 DEBUG 
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 1918254 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 1918255 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 1918255 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1918255 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1918260 INFO  (qtp742662505-15793) [n:127.0.0.1:37699_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1918260 INFO  (qtp742662505-15796) [n:127.0.0.1:37699_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requestTimes:1minRate}
 status=0 QTime=3
   [junit4]   2> 1918261 INFO  (qtp742662505-15882) [n:127.0.0.1:37699_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918263 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:QUERY./select.requestTimes:1minRate}
 status=0 QTime=0
   [junit4]   2> 1918263 INFO  (qtp2047757717-15823) [n:127.0.0.1:41593_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918265 INFO  (qtp935161075-15740) [n:127.0.0.1:32825_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918267 INFO  (qtp745552385-15849) [n:127.0.0.1:37233_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918269 INFO  (qtp1407627626-15735) [n:127.0.0.1:43833_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1918269 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1918269 DEBUG (qtp742662505-15798) [n:127.0.0.1:37699_solr    
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1918270 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling 
params={wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 1918270 DEBUG 
(zkCallback-2668-thread-1-processing-n:127.0.0.1:32825_solr) 
[n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 1918270 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 1918270 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 1918271 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 1918271 DEBUG 
(OverseerAutoScalingTriggerThread-72076888749572102-127.0.0.1:32825_solr-n_0000000000)
 [n:127.0.0.1:32825_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1918272 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918272 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918272 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918273 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918273 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918273 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918273 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918274 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918274 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918274 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918274 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918275 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918275 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918275 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918275 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918275 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918276 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918276 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918276 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918276 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918276 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918277 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918277 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918277 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918277 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918277 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918277 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918278 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918278 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918278 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918278 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918279 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918279 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918279 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918279 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918280 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918280 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918280 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918281 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918281 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918281 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918281 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918281 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918282 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918282 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918282 INFO  (qtp1407627626-15741) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918282 INFO  (qtp742662505-15795) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918283 INFO  (qtp1407627626-15745) [n:127.0.0.1:43833_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918283 INFO  (qtp742662505-15798) [n:127.0.0.1:37699_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 1918283 INFO  (qtp1407627626-15741) [n:12

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

eplacenodetest_coll_notarget s:shard5 r:core_node20 
x:replacenodetest_coll_notarget_shard5_replica_n18] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard5.leader, 
tag=1618748958
   [junit4]   2> 2719751 INFO  (coreCloseExecutor-5326-thread-2) 
[n:127.0.0.1:39139_solr c:replacenodetest_coll_notarget s:shard3 r:core_node11 
x:replacenodetest_coll_notarget_shard3_replica_n8] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard3.leader, 
tag=244648910
   [junit4]   2> 2719751 INFO  (coreCloseExecutor-5326-thread-1) 
[n:127.0.0.1:39139_solr c:replacenodetest_coll_notarget s:shard4 r:core_node17 
x:replacenodetest_coll_notarget_shard4_replica_n14] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard4.leader, 
tag=765277053
   [junit4]   2> 2719752 INFO  (jetty-closer-2334-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@365e8dac{/solr,null,UNAVAILABLE}
   [junit4]   2> 2719752 INFO  (jetty-closer-2334-thread-4) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2719752 INFO  (jetty-closer-2334-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4ac61f18{/solr,null,UNAVAILABLE}
   [junit4]   2> 2719752 INFO  (jetty-closer-2334-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@69fd5cc6{/solr,null,UNAVAILABLE}
   [junit4]   2> 2719752 INFO  (jetty-closer-2334-thread-3) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2719752 INFO  (jetty-closer-2334-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2721068 WARN  
(zkCallback-2374-thread-3-processing-n:127.0.0.1:42245_solr) 
[n:127.0.0.1:42245_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 
x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SyncStrategy Closed, 
skipping sync up.
   [junit4]   2> 2721068 INFO  
(zkCallback-2374-thread-3-processing-n:127.0.0.1:42245_solr) 
[n:127.0.0.1:42245_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 
x:replacenodetest_coll_notarget_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2721068 INFO  
(zkCallback-2374-thread-3-processing-n:127.0.0.1:42245_solr) 
[n:127.0.0.1:42245_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 
x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.c.SolrCore 
[replacenodetest_coll_notarget_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6a946173
   [junit4]   2> 2721068 INFO  
(zkCallback-2374-thread-3-processing-n:127.0.0.1:42245_solr) 
[n:127.0.0.1:42245_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 
x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.core.replacenodetest_coll_notarget.shard1.replica_n2, 
tag=1788109171
   [junit4]   2> 2721068 INFO  
(zkCallback-2374-thread-3-processing-n:127.0.0.1:42245_solr) 
[n:127.0.0.1:42245_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 
x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7896c988: 
rootName = solr_42245, domain = 
solr.core.replacenodetest_coll_notarget.shard1.replica_n2, service url = null, 
agent id = null] for registry 
solr.core.replacenodetest_coll_notarget.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@47d6ad93
   [junit4]   2> 2721073 INFO  
(zkCallback-2374-thread-3-processing-n:127.0.0.1:42245_solr) 
[n:127.0.0.1:42245_solr c:replacenodetest_coll_notarget s:shard1 r:core_node5 
x:replacenodetest_coll_notarget_shard1_replica_n2] o.a.s.m.SolrMetricManager 
Closing metric reporters for 
registry=solr.collection.replacenodetest_coll_notarget.shard1.leader, 
tag=1788109171
   [junit4]   2> 2721075 INFO  (jetty-closer-2334-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@47d2618d{/solr,null,UNAVAILABLE}
   [junit4]   2> 2721075 INFO  (jetty-closer-2334-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 2721075 ERROR 
(SUITE-ReplaceNodeNoTargetTest-seed#[3D413FF6EE589A85]-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> 2721075 INFO  
(SUITE-ReplaceNodeNoTargetTest-seed#[3D413FF6EE589A85]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42677 42677
   [junit4]   2> 2726173 INFO  (Thread-5328) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42677 42677
   [junit4]   2> 2726174 WARN  (Thread-5328) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       
/solr/collections/replacenodetest_coll_notarget/terms/shard1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        6       
/solr/collections/replacenodetest_coll_notarget/terms/shard2
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2>        6       
/solr/collections/replacenodetest_coll_notarget/terms/shard5
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard4
   [junit4]   2>        5       
/solr/collections/replacenodetest_coll_notarget/terms/shard3
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        39      
/solr/collections/replacenodetest_coll_notarget/state.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72076941128499213-127.0.0.1:41607_solr-n_0000000003
   [junit4]   2>        2       
/solr/overseer_elect/election/72076941128499217-127.0.0.1:39139_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ReplaceNodeNoTargetTest_3D413FF6EE589A85-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4727d8a2),
 locale=jmc, timezone=NZ-CHAT
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=28031728,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSplitterTest, 
PluginInfoTest, DistributedVersionInfoTest, BlockDirectoryTest, 
TestConfigSetProperties, TestCloudInspectUtil, TestHalfAndHalfDocValues, 
TestLuceneMatchVersion, AssignTest, GraphQueryTest, TestSolr4Spatial2, 
WrapperMergePolicyFactoryTest, TestDocBasedVersionConstraints, 
SpellingQueryConverterTest, DeleteLastCustomShardedReplicaTest, 
TestSolrConfigHandler, SharedFSAutoReplicaFailoverTest, 
TestExtendedDismaxParser, ActionThrottleTest, IndexBasedSpellCheckerTest, 
SuggesterWFSTTest, NodeMutatorTest, TestLegacyFieldReuse, 
CoreAdminCreateDiscoverTest, ZkCLITest, TestIBSimilarityFactory, 
TestFastOutputStream, MergeStrategyTest, TestIndexSearcher, TestSort, 
RequestHandlersTest, TestSubQueryTransformer, ManagedSchemaRoundRobinCloudTest, 
HdfsLockFactoryTest, TestCloudManagedSchema, TestGroupingSearch, 
TestDistributedSearch, TestDFISimilarityFactory, TestMissingGroups, 
VersionInfoTest, BigEndianAscendingWordDeserializerTest, TestRemoteStreaming, 
TestExecutePlanAction, TestScoreJoinQPNoScore, TestSolrConfigHandlerCloud, 
TestAddFieldRealTimeGet, AtomicUpdatesTest, TestWordDelimiterFilterFactory, 
TestUseDocValuesAsStored2, TermVectorComponentDistributedTest, 
HealthCheckHandlerTest, TestLeaderElectionWithEmptyReplica, 
TestFieldCacheReopen, TestRequestForwarding, TestInfoStreamLogging, 
DistributedTermsComponentTest, SolrIndexConfigTest, OverseerStatusTest, 
SpellCheckCollatorTest, TestExpandComponent, TestPseudoReturnFields, 
HighlighterConfigTest, ExitableDirectoryReaderTest, TestManagedResource, 
DocumentAnalysisRequestHandlerTest, TestMacros, 
FieldAnalysisRequestHandlerTest, TestMergePolicyConfig, 
DistributedExpandComponentTest, TestTrackingShardHandlerFactory, 
TestConfigSetsAPIZkFailure, MetricsConfigTest, TestPrepRecovery, 
ClassificationUpdateProcessorTest, ZkNodePropsTest, BooleanFieldTest, 
SolrXmlInZkTest, CdcrReplicationHandlerTest, TestClusterProperties, 
RollingRestartTest, TestConfig, LIRRollingUpdatesTest, 
DefaultValueUpdateProcessorTest, TestBackupRepositoryFactory, 
TestCrossCoreJoin, TestDocSet, CursorPagingTest, 
TestMultiValuedNumericRangeQuery, TestDynamicFieldResource, 
SecurityConfHandlerTest, HdfsAutoAddReplicasIntegrationTest, 
ExternalFileFieldSortTest, TestLMDirichletSimilarityFactory, 
TestInPlaceUpdatesDistrib, TestOrdValues, TestBlobHandler, 
TestStandardQParsers, BlobRepositoryCloudTest, 
TestSolrCloudWithHadoopAuthPlugin, TestGeoJSONResponseWriter, 
OpenCloseCoreStressTest, ResponseHeaderTest, TestRetrieveFieldsOptimizer, 
TestOmitPositions, TestLuceneIndexBackCompat, HdfsRecoverLeaseTest, 
UUIDFieldTest, TestFieldCacheVsDocValues, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestPHPSerializedResponseWriter, 
CustomCollectionTest, TestBulkSchemaAPI, ReplaceNodeTest, 
TestCSVResponseWriter, SolrSlf4jReporterTest, 
DistribDocExpirationUpdateProcessorTest, TimeRoutedAliasUpdateProcessorTest, 
ImplicitSnitchTest, TestSolrCloudWithDelegationTokens, InfoHandlerTest, 
TestRequestStatusCollectionAPI, TestHighlightDedupGrouping, 
TestSchemalessBufferedUpdates, TestIndexingPerformance, SynonymTokenizerTest, 
OpenExchangeRatesOrgProviderTest, BasicDistributedZkTest, MoveReplicaHDFSTest, 
RemoteQueryErrorTest, ReplaceNodeNoTargetTest]
   [junit4] Completed [538/775 (2!)] on J0 in 12.84s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to