Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2242/
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionTest
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.LeaderElectionTest:
1) Thread[id=1249, name=zkConnectionManagerCallback-325-thread-1,
state=WAITING, group=TGRP-LeaderElectionTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.LeaderElectionTest:
1) Thread[id=1249, name=zkConnectionManagerCallback-325-thread-1,
state=WAITING, group=TGRP-LeaderElectionTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([6B76F5E1536ABDFC]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.LeaderElectionTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=1249, name=zkConnectionManagerCallback-325-thread-1, state=WAITING,
group=TGRP-LeaderElectionTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=1249, name=zkConnectionManagerCallback-325-thread-1,
state=WAITING, group=TGRP-LeaderElectionTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([6B76F5E1536ABDFC]:0)
FAILED: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<8> but was:<9>
Stack Trace:
java.lang.AssertionError: expected:<8> but was:<9>
at
__randomizedtesting.SeedInfo.seed([6B76F5E1536ABDFC:68A511CE92242FB]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:268)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11757 lines...]
[junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/init-core-data-001
[junit4] 2> 0 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1443 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.e.j.u.log Logging initialized @20130ms
[junit4] 2> 1530 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2035 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2288 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001
[junit4] 2> 2378 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2429 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2546 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 3220 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:47534
[junit4] 2> 7463 ERROR (Thread-1) [ ] 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> 8298 INFO (zkConnectionManagerCallback-4-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 13138 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 13140 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 13276 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.Server
jetty-9.3.20.v20170531
[junit4] 2> 14310 INFO (jetty-launcher-1-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@25a68c70{/solr,null,AVAILABLE}
[junit4] 2> 14310 INFO (jetty-launcher-1-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e89d64e{/solr,null,AVAILABLE}
[junit4] 2> 14310 INFO (jetty-launcher-1-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@393974c8{/solr,null,AVAILABLE}
[junit4] 2> 14409 INFO (jetty-launcher-1-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7896be5b{HTTP/1.1,[http/1.1]}{127.0.0.1:39019}
[junit4] 2> 14410 INFO (jetty-launcher-1-thread-1) [ ] o.e.j.s.Server
Started @33176ms
[junit4] 2> 14410 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39019}
[junit4] 2> 14429 INFO (jetty-launcher-1-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@18abff6e{HTTP/1.1,[http/1.1]}{127.0.0.1:45158}
[junit4] 2> 14431 INFO (jetty-launcher-1-thread-2) [ ] o.e.j.s.Server
Started @33197ms
[junit4] 2> 14430 INFO (jetty-launcher-1-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5e220b8{HTTP/1.1,[http/1.1]}{127.0.0.1:36739}
[junit4] 2> 14431 INFO (jetty-launcher-1-thread-3) [ ] o.e.j.s.Server
Started @33197ms
[junit4] 2> 14431 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45158}
[junit4] 2> 14431 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36739}
[junit4] 2> 14646 ERROR (jetty-launcher-1-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 14646 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 14648 ERROR (jetty-launcher-1-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 14648 ERROR (jetty-launcher-1-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 14649 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 14649 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 14652 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 14828 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 14828 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 15321 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 15321 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 15321 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 15360 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-28T11:26:30.136Z
[junit4] 2> 15355 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-28T11:26:29.645Z
[junit4] 2> 15450 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-28T11:26:30.178Z
[junit4] 2> 15608 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 15683 INFO (zkConnectionManagerCallback-6-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 15712 INFO (zkConnectionManagerCallback-8-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 15713 INFO (zkConnectionManagerCallback-10-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 15734 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 15755 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 15787 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 23609 INFO (jetty-launcher-1-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47534/solr
[junit4] 2> 23628 INFO (jetty-launcher-1-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47534/solr
[junit4] 2> 23629 INFO (jetty-launcher-1-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47534/solr
[junit4] 2> 24081 INFO (zkConnectionManagerCallback-20-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24083 INFO (zkConnectionManagerCallback-18-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24100 INFO (zkConnectionManagerCallback-22-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24343 INFO
(zkConnectionManagerCallback-24-thread-1-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24401 INFO
(zkConnectionManagerCallback-26-thread-1-processing-n:127.0.0.1:36739_solr)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 24583 INFO
(zkConnectionManagerCallback-28-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 26380 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 26393 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39019_solr
[junit4] 2> 26530 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer Overseer
(id=99251675344273416-127.0.0.1:39019_solr-n_0000000000) starting
[junit4] 2> 27506 INFO (jetty-launcher-1-thread-2)
[n:127.0.0.1:45158_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 27544 INFO (jetty-launcher-1-thread-2)
[n:127.0.0.1:45158_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45158_solr
[junit4] 2> 27657 INFO
(zkCallback-27-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 27783 INFO
(zkCallback-23-thread-1-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 28185 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 28248 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 28268 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36739_solr
[junit4] 2> 28341 INFO
(zkCallback-27-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 28342 INFO
(zkCallback-23-thread-1-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 28388 INFO
(zkCallback-25-thread-1-processing-n:127.0.0.1:36739_solr)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 29876 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 29899 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39019_solr
[junit4] 2> 29905 INFO
(zkCallback-23-thread-1-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 29905 INFO
(zkCallback-25-thread-1-processing-n:127.0.0.1:36739_solr)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 29908 INFO
(zkCallback-27-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 30066 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:36739_solr"} current state version: 0
[junit4] 2> 30090 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:36739_solr
[junit4] 2> 30285 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:39019_solr"} current state version: 0
[junit4] 2> 30344 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:39019_solr
[junit4] 2> 32032 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 32149 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 34092 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:39019_solr, 127.0.0.1:45158_solr, 127.0.0.1:36739_solr]
[junit4] 2> 34093 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 34093 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 34279 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 34281 DEBUG
(OverseerAutoScalingTriggerThread-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 34376 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 35593 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 36625 DEBUG (ScheduledTrigger-14-thread-2)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 37134 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36739.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37188 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36739.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37189 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36739.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37134 INFO (jetty-launcher-1-thread-2)
[n:127.0.0.1:45158_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45158.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37197 INFO (jetty-launcher-1-thread-2)
[n:127.0.0.1:45158_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45158.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37197 INFO (jetty-launcher-1-thread-2)
[n:127.0.0.1:45158_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45158.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37187 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39019.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37198 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39019.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37198 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39019.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d21cd5c
[junit4] 2> 37574 INFO (jetty-launcher-1-thread-3)
[n:127.0.0.1:36739_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/.
[junit4] 2> 37610 INFO (jetty-launcher-1-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/.
[junit4] 2> 37632 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 37665 INFO (jetty-launcher-1-thread-2)
[n:127.0.0.1:45158_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/.
[junit4] 2> 38636 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 39644 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 40645 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 41687 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 42512 INFO (zkConnectionManagerCallback-36-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 42602 INFO (zkConnectionManagerCallback-40-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 42609 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 42629 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[6B76F5E1536ABDFC]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:47534/solr ready
[junit4] 2> 43068 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 44069 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 45210 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 46210 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 47270 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 48478 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 51196 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 52522 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 52787 INFO (qtp577311207-36) [n:127.0.0.1:39019_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 53523 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 54528 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 55397 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.CreateCollectionCmd Create collection
AutoscalingHistoryHandlerTest_collection
[junit4] 2> 55398 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.CreateCollectionCmd Only _default config
set found, using it.
[junit4] 2> 55417 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to
/configs/AutoscalingHistoryHandlerTest_collection/managed-schema
[junit4] 2> 55427 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to
/configs/AutoscalingHistoryHandlerTest_collection/protwords.txt
[junit4] 2> 55439 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to
/configs/AutoscalingHistoryHandlerTest_collection/solrconfig.xml
[junit4] 2> 55458 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to
/configs/AutoscalingHistoryHandlerTest_collection/synonyms.txt
[junit4] 2> 55477 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to
/configs/AutoscalingHistoryHandlerTest_collection/stopwords.txt
[junit4] 2> 55527 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_it.txt
[junit4] 2> 55539 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ca.txt
[junit4] 2> 55626 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stemdict_nl.txt
[junit4] 2> 55629 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_no.txt
[junit4] 2> 55639 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hy.txt
[junit4] 2> 55657 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_id.txt
[junit4] 2> 55658 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hi.txt
[junit4] 2> 55678 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ga.txt
[junit4] 2> 55680 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_da.txt
[junit4] 2> 55694 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ja.txt
[junit4] 2> 55696 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_pt.txt
[junit4] 2> 55721 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hu.txt
[junit4] 2> 55728 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_el.txt
[junit4] 2> 55759 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ru.txt
[junit4] 2> 55945 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_tr.txt
[junit4] 2> 55948 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ar.txt
[junit4] 2> 55950 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/userdict_ja.txt
[junit4] 2> 55952 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_eu.txt
[junit4] 2> 55986 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_it.txt
[junit4] 2> 56095 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_cz.txt
[junit4] 2> 56122 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stoptags_ja.txt
[junit4] 2> 56130 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_fr.txt
[junit4] 2> 56150 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_de.txt
[junit4] 2> 56165 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fa.txt
[junit4] 2> 56189 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ga.txt
[junit4] 2> 56229 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ca.txt
[junit4] 2> 56237 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_nl.txt
[junit4] 2> 56259 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_bg.txt
[junit4] 2> 56264 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 56271 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_en.txt
[junit4] 2> 56385 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_es.txt
[junit4] 2> 56393 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_lv.txt
[junit4] 2> 56395 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ro.txt
[junit4] 2> 56403 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_th.txt
[junit4] 2> 56405 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fr.txt
[junit4] 2> 56420 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_sv.txt
[junit4] 2> 56422 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fi.txt
[junit4] 2> 56452 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/hyphenations_ga.txt
[junit4] 2> 56454 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_gl.txt
[junit4] 2> 56465 INFO
(OverseerThreadFactory-16-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/params.json to
/configs/AutoscalingHistoryHandlerTest_collection/params.json
[junit4] 2> 57149 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "numShards":"1",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 57149 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: AutoscalingHistoryHandlerTest_collection
[junit4] 2> 57173 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json
[junit4] 2> 57288 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 57902 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 57904 INFO
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 57923 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 57923 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 57927 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 57927 INFO
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 57942 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 57942 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 57945 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 57945 INFO
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 57961 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 57961 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 58080 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
[junit4] 2> 60264 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 60532 INFO (qtp577311207-34) [n:127.0.0.1:39019_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n5&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 60621 INFO (qtp577311207-34) [n:127.0.0.1:39019_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 61038 INFO (qtp1212769377-28) [n:127.0.0.1:45158_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 61134 INFO (qtp1447694748-45) [n:127.0.0.1:36739_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 61181 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "node_name":"127.0.0.1:39019_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 61258 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "node_name":"127.0.0.1:39019_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 61258 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5","base_url":"http://127.0.0.1:39019/solr","node_name":"127.0.0.1:39019_solr","state":"down","type":"NRT"}
[junit4] 2> 61259 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "node_name":"127.0.0.1:39019_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 61185 INFO (qtp1447694748-45) [n:127.0.0.1:36739_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 61259 INFO (qtp1212769377-28) [n:127.0.0.1:45158_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 61279 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 61280 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
[junit4] 2> 61281 INFO
(zkCallback-27-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 61281 INFO
(zkCallback-23-thread-1-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 61281 INFO
(zkCallback-25-thread-1-processing-n:127.0.0.1:36739_solr)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 62792 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 62817 INFO
(zkCallback-27-thread-2-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 62858 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "node_name":"127.0.0.1:45158_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 62858 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "node_name":"127.0.0.1:45158_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 62858 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node2:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"http://127.0.0.1:45158/solr","node_name":"127.0.0.1:45158_solr","state":"down","type":"NRT"}
[junit4] 2> 62858 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/2)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "node_name":"127.0.0.1:45158_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "node_name":"127.0.0.1:39019_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 62859 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "node_name":"127.0.0.1:36739_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 62859 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "node_name":"127.0.0.1:36739_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 62859 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node4:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3","base_url":"http://127.0.0.1:36739/solr","node_name":"127.0.0.1:36739_solr","state":"down","type":"NRT"}
[junit4] 2> 62860 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/2)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:45158/solr",
[junit4] 2> "node_name":"127.0.0.1:45158_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"http://127.0.0.1:36739/solr",
[junit4] 2> "node_name":"127.0.0.1:36739_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n5",
[junit4] 2> "base_url":"http://127.0.0.1:39019/solr",
[junit4] 2> "node_name":"127.0.0.1:39019_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 62977 DEBUG
(OverseerStateUpdate-99251675344273416-127.0.0.1:39019_solr-n_0000000000)
[n:127.0.0.1:39019_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 2
[junit4] 2> 62980 INFO
(zkCallback-23-thread-1-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 62981 INFO
(zkCallback-23-thread-2-processing-n:127.0.0.1:45158_solr)
[n:127.0.0.1:45158_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 62985 INFO
(zkCallback-25-thread-1-processing-n:127.0.0.1:36739_solr)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 63036 INFO
(zkCallback-27-thread-1-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 63037 INFO
(zkCallback-27-thread-2-processing-n:127.0.0.1:39019_solr)
[n:127.0.0.1:39019_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 63037 INFO
(zkCallback-25-thread-2-processing-n:127.0.0.1:36739_solr)
[n:127.0.0.1:36739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 63850 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 64486 INFO (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 64486 INFO (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 64494 INFO (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 64504 INFO (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 64508 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/extraction/lib
[junit4] 2> 64508 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
[junit4] 2> 64533 INFO (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 64533 INFO (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 64535 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/extraction/lib
[junit4] 2> 64590 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
[junit4] 2> 64590 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/clustering/lib
[junit4] 2> 64590 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
[junit4] 2> 65479 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/langid/lib
[junit4] 2> 65480 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
[junit4] 2> 65480 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../contrib/velocity/lib
[junit4] 2> 65480 WARN (qtp577311207-34) [n:127.0.0.1:39019_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n5]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n5/../../../../dist
[junit4] 2> 64860 DEBUG (ScheduledTrigger-14-thread-1)
[n:127.0.0.1:39019_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 64591 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/clustering/lib
[junit4] 2> 65501 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
[junit4] 2> 65501 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/langid/lib
[junit4] 2> 65501 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
[junit4] 2> 65501 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../contrib/velocity/lib
[junit4] 2> 65502 WARN (qtp1447694748-45) [n:127.0.0.1:36739_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node4
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n3]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n3/../../../../dist
[junit4] 2> 64591 WARN (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/extraction/lib
[junit4] 2> 65517 WARN (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
[junit4] 2> 65517 WARN (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/clustering/lib
[junit4] 2> 65517 WARN (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../dist
[junit4] 2> 65517 WARN (qtp1212769377-28) [n:127.0.0.1:45158_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node2
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/AutoscalingHistoryHandlerTest_collection_shard1_replica_n1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_6B76F5E1536ABDFC-001/tempDir-001/node2/
[...truncated too long message...]
s-interceptors-admin-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/contrib/analysis-extras/lib/icu4j-59.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20171228_112555_9466106093411507083313.events
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20171228_112555_9468384397485327318758.suites
-stdin
[junit4] ERROR: JVM J0 ended with an exception: Forked process returned with
error code: 1. Very likely a JVM crash. See process stdout at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20171228_112555_9462357586352288899207.sysout
See process stderr at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20171228_112555_9467772148069778494442.syserr
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
[junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] at java.lang.Thread.run(Thread.java:748)
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:835: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:779: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:262:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:556:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1512:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1038:
At least one slave process threw an exception, first: Forked process returned
with error code: 1. Very likely a JVM crash. See process stdout at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20171228_112555_9462357586352288899207.sysout
See process stderr at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J0-20171228_112555_9467772148069778494442.syserr
Total time: 218 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-master #2233 to compare, so
performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]