Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/383/
5 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testTrigger
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([5C9E384BEBCFF939:3F550EC972008A14]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at org.junit.Assert.assertFalse(Assert.java:79)
at
org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testTrigger(NodeAddedTriggerTest.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.testPreemptiveCreation
Error Message:
Captured an uncaught exception in thread: Thread[id=913,
name=TRA-preemptive-creation-633-thread-1, state=RUNNABLE,
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=913, name=TRA-preemptive-creation-633-thread-1,
state=RUNNABLE, group=TGRP-TimeRoutedAliasUpdateProcessorTest]
Caused by: org.apache.solr.common.SolrException: Could not find collection :
myalias_2017-10-28
at __randomizedtesting.SeedInfo.seed([5C9E384BEBCFF939]:0)
at
org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:53)
at
org.apache.solr.cloud.api.collections.MaintainRoutedAliasCmd.remoteInvoke(MaintainRoutedAliasCmd.java:93)
at
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessor.createNextCollection(TimeRoutedAliasUpdateProcessor.java:359)
at
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessor.lambda$createCollectionsIfRequired$0(TimeRoutedAliasUpdateProcessor.java:228)
at
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessor.lambda$preemptiveAsync$1(TimeRoutedAliasUpdateProcessor.java:253)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest: 1)
Thread[id=941, name=TRA-preemptive-creation-633-thread-2, state=WAITING,
group=TGRP-TimeRoutedAliasUpdateProcessorTest] 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.update.processor.TimeRoutedAliasUpdateProcessorTest:
1) Thread[id=941, name=TRA-preemptive-creation-633-thread-2, state=WAITING,
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
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([5C9E384BEBCFF939]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=941, name=TRA-preemptive-creation-633-thread-2, state=WAITING,
group=TGRP-TimeRoutedAliasUpdateProcessorTest] 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=941, name=TRA-preemptive-creation-633-thread-2, state=WAITING,
group=TGRP-TimeRoutedAliasUpdateProcessorTest]
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([5C9E384BEBCFF939]:0)
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testInitializationWithSolrUrls
Error Message:
Error from server at http://127.0.0.1:33888/solr: KeeperErrorCode = NoNode for
/overseer/collection-queue-work/qnr-0000000056
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:33888/solr: KeeperErrorCode = NoNode for
/overseer/collection-queue-work/qnr-0000000056
at
__randomizedtesting.SeedInfo.seed([8EA0F54757C35682:86CEBB6638C1E0D5]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testInitializationWithSolrUrls(CloudSolrClientTest.java:764)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 13492 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest
[junit4] 2> 417292 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/init-core-data-001
[junit4] 2> 417293 WARN
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
[junit4] 2> 417293 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 417295 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 417296 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001
[junit4] 2> 417296 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 417367 INFO (Thread-461) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 417367 INFO (Thread-461) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 417423 ERROR (Thread-461) [ ] 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> 417466 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:46000
[junit4] 2> 417477 INFO (zkConnectionManagerCallback-299-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 417514 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 417514 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 417514 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 417515 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 417515 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@52655293{/solr,null,AVAILABLE}
[junit4] 2> 417583 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1d2aa932{SSL,[ssl,
http/1.1]}{127.0.0.1:39039}
[junit4] 2> 417583 INFO (jetty-launcher-296-thread-1) [ ]
o.e.j.s.Server Started @417898ms
[junit4] 2> 417583 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39039}
[junit4] 2> 417583 ERROR (jetty-launcher-296-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 417583 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 417583 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 417583 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 417584 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 417584 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T10:56:49.040Z
[junit4] 2> 417626 INFO (zkConnectionManagerCallback-301-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 417650 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 418097 INFO (jetty-launcher-296-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46000/solr
[junit4] 2> 418111 INFO (zkConnectionManagerCallback-305-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 418128 INFO (zkConnectionManagerCallback-307-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 419084 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39039_solr
[junit4] 2> 419145 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.c.Overseer Overseer
(id=73704855147053059-127.0.0.1:39039_solr-n_0000000000) starting
[junit4] 2> 419291 INFO (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 419309 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46000/solr ready
[junit4] 2> 419330 INFO
(OverseerStateUpdate-73704855147053059-127.0.0.1:39039_solr-n_0000000000)
[n:127.0.0.1:39039_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:39039_solr
[junit4] 2> 419401 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39039_solr
[junit4] 2> 419512 INFO (zkCallback-313-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 419515 INFO (zkCallback-306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 419566 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 419689 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39039.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 419711 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39039.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 419711 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39039.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 419712 INFO (jetty-launcher-296-thread-1)
[n:127.0.0.1:39039_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001/node1/.
[junit4] 2> 419932 INFO (zkConnectionManagerCallback-317-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 419989 INFO (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 420022 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 420023 INFO
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46000/solr ready
[junit4] 2> 420135 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testRestoreState
[junit4] 2> 420303 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 420304 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 420304 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 420304 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 420305 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@78330c8f{/solr,null,AVAILABLE}
[junit4] 2> 420305 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@75e973f7{SSL,[ssl,
http/1.1]}{127.0.0.1:45749}
[junit4] 2> 420305 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server Started @420621ms
[junit4] 2> 420305 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45749}
[junit4] 2> 420340 ERROR
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 420340 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 420340 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 420340 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 420340 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 420340 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T10:56:51.796Z
[junit4] 2> 420396 INFO (zkConnectionManagerCallback-324-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 420397 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 420831 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46000/solr
[junit4] 2> 420887 INFO (zkConnectionManagerCallback-328-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 421029 INFO (zkConnectionManagerCallback-330-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 421071 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 421089 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 421089 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45749_solr
[junit4] 2> 421123 INFO (zkCallback-306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 421124 INFO (zkCallback-313-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 421152 INFO (zkCallback-321-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 421152 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 421226 INFO (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 421260 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 421262 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46000/solr ready
[junit4] 2> 421263 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 421337 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45749.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 421423 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45749.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 421423 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45749.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 421425 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939])
[n:127.0.0.1:45749_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001/node2/.
[junit4] 2> 424626 INFO
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testRestoreState
[junit4] 2> 424799 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testTrigger
[junit4] 2> 424810 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 424921 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 424921 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 424921 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 424934 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@839ebc0{/solr,null,AVAILABLE}
[junit4] 2> 424934 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7f8d2741{SSL,[ssl,
http/1.1]}{127.0.0.1:35565}
[junit4] 2> 424934 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server Started @425250ms
[junit4] 2> 424934 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=35565}
[junit4] 2> 424935 ERROR
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 424935 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 424935 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 424935 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 424935 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 424935 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T10:56:56.391Z
[junit4] 2> 424988 INFO (zkConnectionManagerCallback-340-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 425006 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 425660 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46000/solr
[junit4] 2> 425752 INFO (zkConnectionManagerCallback-344-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 425849 INFO (zkConnectionManagerCallback-346-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 425877 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 425973 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 425973 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35565_solr
[junit4] 2> 426008 INFO (zkCallback-306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 426008 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 426015 INFO (zkCallback-321-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 426019 INFO (zkCallback-313-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 426081 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 426228 INFO (zkCallback-336-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 426328 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 426430 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 426463 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46000/solr ready
[junit4] 2> 426479 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 426552 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35565.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 426591 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35565.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 426591 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35565.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 426625 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001/node3/.
[junit4] 2> 427006 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 428467 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 428467 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 428467 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 428483 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@53efa74f{/solr,null,AVAILABLE}
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2e2b40d7{SSL,[ssl,
http/1.1]}{127.0.0.1:37594}
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server Started @428799ms
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37594}
[junit4] 2> 428484 ERROR
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 428484 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T10:56:59.940Z
[junit4] 2> 428547 INFO (zkConnectionManagerCallback-356-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 428655 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 429332 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46000/solr
[junit4] 2> 429361 INFO (zkConnectionManagerCallback-360-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 429528 INFO (zkConnectionManagerCallback-362-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 429656 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 429687 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 429687 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37594_solr
[junit4] 2> 429758 INFO (zkCallback-306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429758 INFO (zkCallback-336-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429759 INFO (zkCallback-321-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429799 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429799 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429800 INFO (zkCallback-313-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429834 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 429836 INFO (zkCallback-361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 430216 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 430253 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 430254 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46000/solr ready
[junit4] 2> 430255 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 430582 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37594.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 430672 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37594.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 430707 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37594.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 430709 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001/node4/.
[junit4] 2> 436687 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 436866 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 436866 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 436866 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 436902 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2e376f6c{/solr,null,AVAILABLE}
[junit4] 2> 436903 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@58c2b29e{SSL,[ssl,
http/1.1]}{127.0.0.1:40541}
[junit4] 2> 436903 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.Server Started @437219ms
[junit4] 2> 436903 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40541}
[junit4] 2> 436904 ERROR
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 436904 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 436904 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 436904 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 436904 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 436904 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T10:57:08.360Z
[junit4] 2> 436971 INFO (zkConnectionManagerCallback-372-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 437006 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 437114 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd430013, likely client has closed socket
[junit4] 2> 441067 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46000/solr
[junit4] 2> 441084 INFO (zkConnectionManagerCallback-376-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 441176 INFO (zkConnectionManagerCallback-378-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 441230 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 441282 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 441282 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40541_solr
[junit4] 2> 441316 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441316 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441317 INFO (zkCallback-361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441318 INFO (zkCallback-352-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441441 INFO (zkCallback-377-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441446 INFO (zkCallback-306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441446 INFO (zkCallback-336-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441446 INFO (zkCallback-321-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441448 INFO (zkCallback-313-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441567 INFO (zkCallback-368-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 441913 INFO (zkConnectionManagerCallback-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 441915 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 441916 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46000/solr ready
[junit4] 2> 441930 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 442078 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40541.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 442220 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40541.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 442220 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40541.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 442254 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001/node5/.
[junit4] 2> 442622 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@58c2b29e{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 451384 WARN
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 9468ms for sessionid 0x105da2cdd430016
[junit4] 2> 451385 WARN
(jetty-launcher-296-thread-1-SendThread(127.0.0.1:46000)) [ ]
o.a.z.ClientCnxn Client session timed out, have not heard from server in 9761ms
for sessionid 0x105da2cdd430004
[junit4] 2> 451385 WARN
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 9937ms for sessionid 0x105da2cdd430012
[junit4] 2> 451385 WARN
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 10067ms for sessionid 0x105da2cdd43000e
[junit4] 2> 451385 WARN
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 10065ms for sessionid 0x105da2cdd43000a
[junit4] 2> 451385 WARN
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 10066ms for sessionid 0x105da2cdd430006
[junit4] 2> 451386 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd430016, likely client has closed socket
[junit4] 2> 451405 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=625618460
[junit4] 2> 451406 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 451406 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1979f5e3: rootName =
solr_40541, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@1c70b7ca
[junit4] 2> 451431 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd430004, likely client has closed socket
[junit4] 2> 451431 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd43000e, likely client has closed socket
[junit4] 2> 451432 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd430012, likely client has closed socket
[junit4] 2> 451432 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd43000a, likely client has closed socket
[junit4] 2> 451432 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x105da2cdd430006, likely client has closed socket
[junit4] 2> 451512 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 451513 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@39c6d44a: rootName =
solr_40541, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6dd13744
[junit4] 2> 451520 WARN (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7094207c name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 451520 WARN (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 451530 WARN (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7426e5b7 name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 451530 WARN (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 451539 WARN (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@72c6bef name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 451539 WARN (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 451546 WARN (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@383a698a name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 451546 WARN (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 451550 WARN (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1a08c6ec name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 451550 WARN (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 451554 WARN (zkConnectionManagerCallback-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7d558e02 name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 451554 WARN (zkConnectionManagerCallback-385-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 451585 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 451585 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@327ac09b: rootName =
solr_40541, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@10e320a8
[junit4] 2> 451611 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:40541_solr
[junit4] 2> 451613 INFO (zkCallback-361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 451613 INFO (zkCallback-306-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 451614 INFO (zkCallback-377-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 451614 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 451620 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 451620 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 452587 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2e376f6c{/solr,null,UNAVAILABLE}
[junit4] 2> 452587 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 452920 WARN
(TEST-NodeAddedTriggerTest.testRestoreState-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x105da2cdd43000a has expired
[junit4] 2> 452923 WARN (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7426e5b7 name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 452923 WARN (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 452924 WARN (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 452998 WARN
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x105da2cdd430012 has expired
[junit4] 2> 452998 WARN (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@72c6bef name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 452998 WARN (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 452998 WARN (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 453012 WARN
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x105da2cdd43000e has expired
[junit4] 2> 453053 INFO
(zkConnectionManagerCallback-337-thread-1-EventThread) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 453053 INFO (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
[junit4] 2> 453094 INFO
(zkConnectionManagerCallback-369-thread-1-EventThread) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 453094 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
[junit4] 2> 453097 WARN (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7094207c name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 453097 WARN (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 453097 WARN (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 453119 WARN
(jetty-launcher-296-thread-1-SendThread(127.0.0.1:46000)) [ ]
o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x105da2cdd430004 has expired
[junit4] 2> 453136 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 453136 INFO (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 453156 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
[junit4] 2> 453156 INFO (zkConnectionManagerCallback-369-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient Connected:true
[junit4] 2> 453156 INFO (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
[junit4] 2> 453156 INFO (zkConnectionManagerCallback-337-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient Connected:true
[junit4] 2> 453174 WARN (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1a08c6ec name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 453195 INFO
(zkConnectionManagerCallback-353-thread-1-EventThread) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 453229 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
[junit4] 2> 453259 WARN (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 453259 WARN (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 453315 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 453316 INFO
(zkConnectionManagerCallback-314-thread-1-EventThread) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 453316 INFO (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
[junit4] 2> 453331 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
[junit4] 2> 453331 INFO (zkConnectionManagerCallback-353-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient Connected:true
[junit4] 2> 453350 INFO (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 453353 INFO (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
[junit4] 2> 453353 INFO (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient Connected:true
[junit4] 2> 453513 WARN
(SUITE-NodeAddedTriggerTest-seed#[5C9E384BEBCFF939]-worker-SendThread(127.0.0.1:46000))
[ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x105da2cdd430006 has expired
[junit4] 2> 453516 WARN (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@383a698a name:
ZooKeeperConnection Watcher:127.0.0.1:46000/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 453552 WARN (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 453552 WARN (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 453570 INFO
(zkConnectionManagerCallback-322-thread-1-EventThread) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 453570 INFO (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
[junit4] 2> 453589 INFO (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 453591 INFO (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
[junit4] 2> 453591 INFO (zkConnectionManagerCallback-322-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient Connected:true
[junit4] 2> 458294 INFO
(TEST-NodeAddedTriggerTest.testTrigger-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testTrigger
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=NodeAddedTriggerTest -Dtests.method=testTrigger
-Dtests.seed=5C9E384BEBCFF939 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=it-IT -Dtests.timezone=America/Shiprock -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 33.7s J2 | NodeAddedTriggerTest.testTrigger <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([5C9E384BEBCFF939:3F550EC972008A14]:0)
[junit4] > at
org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testTrigger(NodeAddedTriggerTest.java:154)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 458789 INFO
(TEST-NodeAddedTriggerTest.testActionLifecycle-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testActionLifecycle
[junit4] 2> 458808 INFO
(TEST-NodeAddedTriggerTest.testActionLifecycle-seed#[5C9E384BEBCFF939]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testActionLifecycle
[junit4] 2> 459135 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.SolrTestCaseJ4 ###Starting testListenerAcceptance
[junit4] 2> 459137 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
[junit4] 2> 459151 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 459151 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 459151 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 459173 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72890c67{/solr,null,AVAILABLE}
[junit4] 2> 459173 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.AbstractConnector Started ServerConnector@7ad3a1a6{SSL,[ssl,
http/1.1]}{127.0.0.1:46434}
[junit4] 2> 459173 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.e.j.s.Server Started @459489ms
[junit4] 2> 459174 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46434}
[junit4] 2> 459174 ERROR
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 459174 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 459174 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 459174 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port
null
[junit4] 2> 459174 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 459174 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-11-21T10:57:30.630Z
[junit4] 2> 459305 INFO (zkConnectionManagerCallback-388-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 459342 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 460700 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46000/solr
[junit4] 2> 460793 INFO (zkConnectionManagerCallback-392-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 460987 INFO (zkConnectionManagerCallback-394-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 461040 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 461062 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 461062 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46434_solr
[junit4] 2> 461109 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461109 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461110 INFO (zkCallback-313-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461110 INFO (zkCallback-361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461111 INFO (zkCallback-306-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461117 INFO (zkCallback-321-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461118 INFO (zkCallback-352-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461145 INFO (zkCallback-368-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461174 INFO (zkCallback-393-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461181 INFO (zkCallback-336-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 461326 INFO (zkConnectionManagerCallback-401-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 461328 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
[junit4] 2> 461329 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46000/solr ready
[junit4] 2> 461329 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 461481 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46434.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 461588 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46434.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 461589 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46434.solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6e5f61c7
[junit4] 2> 461590 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_5C9E384BEBCFF939-001/tempDir-001/node6/.
[junit4] 2> 462396 INFO
(TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[5C9E384BEBCFF939]) [
] o.a.s.SolrTestCaseJ4 ###Ending testListenerAcceptance
[junit4] 2> 462458 INFO (jetty-closer-297-thread-6) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@7ad3a1a6{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 462460 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=974493258
[junit4] 2> 462463 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 462473 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7fd87900: rootName =
solr_46434, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@3d5d437
[junit4] 2> 462473 INFO (jetty-closer-297-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1d2aa932{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 462489 INFO (jetty-closer-297-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@7f8d2741{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 462511 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1889744353
[junit4] 2> 462512 INFO (jetty-closer-297-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@75e973f7{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 462512 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 462512 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@79771f3: rootName =
solr_46434, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6dd13744
[junit4] 2> 462526 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 462586 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=228774123
[junit4] 2> 462586 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1006441589
[junit4] 2> 462596 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 462597 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@411501c4: rootName =
solr_46434, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@10e320a8
[junit4] 2> 462599 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@69148cc: rootName =
solr_39039, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@6edac52f
[junit4] 2> 462602 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:46434_solr
[junit4] 2> 462620 INFO (jetty-closer-297-thread-4) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@2e2b40d7{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 462709 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 462710 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 462710 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@b760b1a: rootName =
solr_39039, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6dd13744
[junit4] 2> 462742 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 462742 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1080760584
[junit4] 2> 462744 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 462744 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d27f4ae: rootName =
solr_39039, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@10e320a8
[junit4] 2> 462744 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@301752b4: rootName =
solr_45749, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@4f61b7d4
[junit4] 2> 462772 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 462782 INFO (jetty-closer-297-thread-6) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 462785 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@41cc1fe5: rootName =
solr_35565, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@31ed2640
[junit4] 2> 462838 INFO (zkCallback-313-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 462846 INFO (zkCallback-368-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 462846 INFO (zkCallback-336-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 462846 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 462868 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 462868 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3be9009e: rootName =
solr_35565, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6dd13744
[junit4] 2> 462922 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 462922 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@62f0e389: rootName =
solr_45749, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6dd13744
[junit4] 2> 462942 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 462942 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@311bdcf8: rootName =
solr_45749, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@10e320a8
[junit4] 2> 462956 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@391cc055: rootName =
solr_37594, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@a25faf6
[junit4] 2> 463079 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 463079 INFO (zkCallback-306-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 463079 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c5c6dba: rootName =
solr_35565, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@10e320a8
[junit4] 2> 463098 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 463099 INFO (zkCallback-352-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 463099 INFO (zkCallback-393-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 463099 INFO (zkCallback-361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 463101 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:35565_solr
[junit4] 2> 463157 INFO (zkCallback-400-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
[junit4] 2> 463198 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 463198 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@38cef391: rootName =
solr_37594, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6dd13744
[junit4] 2> 463249 INFO (zkCallback-345-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 463249 INFO (zkCallback-336-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 463249 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:45749_solr
[junit4] 2> 463250 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 463251 INFO (zkCallback-313-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 463252 INFO (zkCallback-336-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 463252 INFO (jetty-closer-297-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 463270 INFO (zkCallback-313-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 463272 INFO (jetty-closer-297-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 463362 INFO (zkCallback-361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
[junit4] 2> 463383 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:39039_solr
[junit4] 2> 463383 INFO (zkCallback-368-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
[junit4] 2> 463383 INFO (zkCallback-306-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
[junit4] 2> 463384 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 463384 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 463384 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 463384 INFO (jetty-closer-297-thread-4) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@237af2e6: rootName =
solr_37594, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@10e320a8
[junit4] 2> 463384 INFO (jetty-closer-297-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=73704855147053059-127.0.0.1:39039_solr-n_0000000000) closing
[junit4] 2> 463385 WARN
(OverseerAutoScalingTriggerThread-73704855147053059-127.0.0.1:39039_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 463385 INFO
(OverseerStateUpdate-73704855147053059-127.0.0.1:39039_solr-n_0000000000)
[n:127.0.0.1:39039_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:39039_solr
[junit4] 2> 463385 INFO (zkCallback-352-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
[junit4] 2> 463385 INFO (zkCallback-345-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 463385 INFO (zkCallback-313-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 463385 INFO (zkCallback-368-thread-4) [ ]
o.a.s.c.c.ZkStateR
[...truncated too long message...]
gs.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null278028983
[copy] Copying 241 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null278028983
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null278028983
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 160ms :: artifacts dl 17ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 465 minutes 13 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]