Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/571/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost
Error Message:
org.apache.solr.common.SolrException:
Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException:
at
__randomizedtesting.SeedInfo.seed([369A1C2DDF9782A6:898FD2D35C7DE720]:0)
at
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:111)
at
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:151)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException:
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:250)
at
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
... 39 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused
connection at: http://127.0.0.1:62829/solr
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:292)
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:227)
... 40 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to
127.0.0.1:62829 [/127.0.0.1] failed: Connection refused (Connection refused)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 45 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 55 more
FAILED: org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost
Error Message:
org.apache.solr.common.SolrException:
Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException:
at
__randomizedtesting.SeedInfo.seed([369A1C2DDF9782A6:898FD2D35C7DE720]:0)
at
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:111)
at
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:151)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException:
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:250)
at
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
... 39 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused
connection at: http://127.0.0.1:49725/solr
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:292)
at
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:227)
... 40 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to
127.0.0.1:49725 [/127.0.0.1] failed: Connection refused (Connection refused)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 45 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 55 more
Build Log:
[...truncated 14286 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[junit4] 2> 2922435 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001/init-core-data-001
[junit4] 2> 2922436 WARN
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
[junit4] 2> 2922436 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2922437 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2922438 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001/tempDir-001
[junit4] 2> 2922438 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2922438 INFO (Thread-6227) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2922438 INFO (Thread-6227) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2922442 ERROR (Thread-6227) [ ] 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> 2922538 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:46460
[junit4] 2> 2922544 INFO (zkConnectionManagerCallback-9625-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2922557 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2922558 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2922558 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2922558 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2922558 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@213e7fc2{/solr,null,AVAILABLE}
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@579916aa{HTTP/1.1,[http/1.1]}{127.0.0.1:64868}
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.e.j.s.Server Started @2924336ms
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=64868}
[junit4] 2> 2922559 ERROR (jetty-launcher-9622-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.4.0
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2922559 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-04-23T10:00:58.850Z
[junit4] 2> 2922561 INFO (zkConnectionManagerCallback-9627-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2922562 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2922571 INFO (jetty-launcher-9622-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46460/solr
[junit4] 2> 2922572 INFO (zkConnectionManagerCallback-9631-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2922575 INFO (zkConnectionManagerCallback-9633-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2922719 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2922720 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:64868_solr
[junit4] 2> 2922721 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.c.Overseer Overseer
(id=72284093715775491-127.0.0.1:64868_solr-n_0000000000) starting
[junit4] 2> 2922730 INFO (zkConnectionManagerCallback-9640-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2922733 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46460/solr ready
[junit4] 2> 2922734 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64868_solr
[junit4] 2> 2922734 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and
.scheduled_maintenance triggers
[junit4] 2> 2922734 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 2922735 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 1
[junit4] 2> 2922736 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion -1
[junit4] 2> 2922736 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 1
[junit4] 2> 2922737 INFO (zkCallback-9639-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2922740 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2922745 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:64868_solr]
[junit4] 2> 2922745 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 2922745 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1,
lastZnodeVersion 1
[junit4] 2> 2922746 DEBUG (ScheduledTrigger-8622-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 2923129 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64868.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2923134 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64868.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2923134 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_64868.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2923135 INFO (jetty-launcher-9622-thread-1)
[n:127.0.0.1:64868_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001/tempDir-001/node1/.
[junit4] 2> 2923147 INFO (zkConnectionManagerCallback-9642-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2923151 INFO (zkConnectionManagerCallback-9647-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2923153 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2923154 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46460/solr ready
[junit4] 2> 2923247 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNodeWithMultipleReplicasLost
[junit4] 2> 2923248 DEBUG (zkCallback-9639-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
2
[junit4] 2> 2923249 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 2
[junit4] 2> 2923252 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2923257 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 2923257 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 2923260 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2,
lastZnodeVersion 2
[junit4] 2> 2923263 INFO (qtp957312681-31279) [n:127.0.0.1:64868_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2923264 DEBUG (qtp957312681-31275) [n:127.0.0.1:64868_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 2923265 INFO (qtp957312681-31275) [n:127.0.0.1:64868_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=4
[junit4] 2> 2923265 DEBUG (zkCallback-9639-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 2923265 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 3
[junit4] 2> 2923265 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 2923266 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 2923266 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3,
lastZnodeVersion 3
[junit4] 2> 2923268 INFO (qtp957312681-31279) [n:127.0.0.1:64868_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2923269 DEBUG (qtp957312681-31277) [n:127.0.0.1:64868_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 2923269 INFO (qtp957312681-31277) [n:127.0.0.1:64868_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=3
[junit4] 2> 2923272 DEBUG (zkCallback-9639-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
4
[junit4] 2> 2923273 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 4
[junit4] 2> 2923273 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 2923273 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2923273 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 2923273 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4,
lastZnodeVersion 4
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d961b84{/solr,null,AVAILABLE}
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@5a2f423e{HTTP/1.1,[http/1.1]}{127.0.0.1:42967}
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.Server Started @2925053ms
[junit4] 2> 2923275 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42967}
[junit4] 2> 2923276 ERROR
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2923276 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2923276 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.4.0
[junit4] 2> 2923276 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2923276 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2923276 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-04-23T10:00:59.567Z
[junit4] 2> 2923278 INFO (zkConnectionManagerCallback-9651-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2923279 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2923327 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46460/solr
[junit4] 2> 2923329 INFO (zkConnectionManagerCallback-9655-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2923332 INFO (zkConnectionManagerCallback-9657-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2923343 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2923346 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2923349 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2923349 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42967_solr
[junit4] 2> 2923351 INFO (zkCallback-9646-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2923352 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2923352 INFO (zkCallback-9639-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2923352 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:42967_solr"} current state version: 0
[junit4] 2> 2923352 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42967_solr
[junit4] 2> 2923352 INFO (zkCallback-9656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2923352 INFO (zkCallback-9632-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2923963 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42967.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2923971 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42967.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2923971 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42967.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2923972 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001/tempDir-001/node2/.
[junit4] 2> 2923976 INFO (zkConnectionManagerCallback-9664-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2923979 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2923980 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:42967_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46460/solr ready
[junit4] 2> 2924001 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2924002 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2924002 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2924002 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 2924002 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4534e0ac{/solr,null,AVAILABLE}
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@26bbda4b{HTTP/1.1,[http/1.1]}{127.0.0.1:55527}
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.Server Started @2925780ms
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55527}
[junit4] 2> 2924003 ERROR
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.4.0
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2924003 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-04-23T10:01:00.294Z
[junit4] 2> 2924005 INFO (zkConnectionManagerCallback-9666-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924005 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2924012 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46460/solr
[junit4] 2> 2924014 INFO (zkConnectionManagerCallback-9670-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924016 INFO (zkConnectionManagerCallback-9672-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924027 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2924031 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2924034 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2924034 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55527_solr
[junit4] 2> 2924035 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:55527_solr"} current state version: 0
[junit4] 2> 2924035 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55527_solr
[junit4] 2> 2924036 INFO (zkCallback-9656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924036 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924036 INFO (zkCallback-9632-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924036 INFO (zkCallback-9639-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924036 INFO (zkCallback-9646-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924036 INFO (zkCallback-9671-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924037 INFO (zkCallback-9663-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 2924536 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55527.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2924543 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55527.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2924543 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_55527.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2924544 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001/tempDir-001/node3/.
[junit4] 2> 2924547 INFO (zkConnectionManagerCallback-9679-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924549 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2924551 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:55527_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46460/solr ready
[junit4] 2> 2924574 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 2924575 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2924575 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2924575 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 2924575 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5824d0a2{/solr,null,AVAILABLE}
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.AbstractConnector Started
ServerConnector@65149ccc{HTTP/1.1,[http/1.1]}{127.0.0.1:58202}
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.e.j.s.Server Started @2926353ms
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58202}
[junit4] 2> 2924576 ERROR
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.4.0
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2924576 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-04-23T10:01:00.867Z
[junit4] 2> 2924578 INFO (zkConnectionManagerCallback-9681-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924579 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2924586 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46460/solr
[junit4] 2> 2924588 INFO (zkConnectionManagerCallback-9685-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924590 INFO (zkConnectionManagerCallback-9687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924601 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2924605 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2924608 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2924608 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58202_solr
[junit4] 2> 2924608 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:58202_solr"} current state version: 0
[junit4] 2> 2924608 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:58202_solr
[junit4] 2> 2924609 INFO (zkCallback-9632-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924609 INFO (zkCallback-9639-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924609 INFO (zkCallback-9656-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924609 INFO (zkCallback-9646-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924610 INFO (zkCallback-9663-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924610 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924610 INFO (zkCallback-9671-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924610 INFO (zkCallback-9678-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924611 INFO (zkCallback-9686-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 2924963 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58202.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2924969 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58202.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2924969 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_58202.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3e8c840f
[junit4] 2> 2924970 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001/tempDir-001/node4/.
[junit4] 2> 2924973 INFO (zkConnectionManagerCallback-9694-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2924976 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 2924978 INFO
(TEST-ComputePlanActionTest.testNodeWithMultipleReplicasLost-seed#[369A1C2DDF9782A6])
[n:127.0.0.1:58202_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:46460/solr ready
[junit4] 2> 2925008 INFO (zkConnectionManagerCallback-9696-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2925016 INFO (qtp1565366213-31322) [n:127.0.0.1:42967_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925020 INFO (qtp1885467375-31347) [n:127.0.0.1:55527_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 2925024 INFO (qtp1113396628-31375) [n:127.0.0.1:58202_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925025 INFO (qtp957312681-31277) [n:127.0.0.1:64868_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925025 DEBUG (qtp1565366213-31318) [n:127.0.0.1:42967_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 2925026 INFO (qtp1565366213-31318) [n:127.0.0.1:42967_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=15
[junit4] 2> 2925027 DEBUG (zkCallback-9639-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
5
[junit4] 2> 2925029 INFO (qtp1565366213-31321) [n:127.0.0.1:42967_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&collection.configName=conf&name=testNodeWithMultipleReplicasLost&nrtReplicas=3&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2925029 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto
znodeVersion 5
[junit4] 2> 2925033 INFO (OverseerThreadFactory-8624-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection
testNodeWithMultipleReplicasLost
[junit4] 2> 2925034 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial
livenodes: [127.0.0.1:58202_solr, 127.0.0.1:55527_solr, 127.0.0.1:42967_solr,
127.0.0.1:64868_solr]
[junit4] 2> 2925034 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 2925035 DEBUG
(OverseerAutoScalingTriggerThread-72284093715775491-127.0.0.1:64868_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5,
lastZnodeVersion 5
[junit4] 2> 2925035 DEBUG (ScheduledTrigger-8622-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 4
[junit4] 2> 2925037 INFO (qtp1565366213-31323) [n:127.0.0.1:42967_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925038 INFO (qtp1885467375-31351) [n:127.0.0.1:55527_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925040 INFO (qtp1113396628-31379) [n:127.0.0.1:58202_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925040 INFO (qtp957312681-31280) [n:127.0.0.1:64868_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 2925042 INFO (OverseerThreadFactory-8624-thread-1) [ ]
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 3456113411
sessionWrapper.createTime 3456113409877611, this.sessionWrapper.createTime
3456113409877611
[junit4] 2> 2925048 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "name":"testNodeWithMultipleReplicasLost",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "collection.configName":"conf",
[junit4] 2> "numShards":"2",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 2925048 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ClusterStateMutator building a new cName:
testNodeWithMultipleReplicasLost
[junit4] 2> 2925048 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/testNodeWithMultipleReplicasLost/state.json
[junit4] 2> 2925153 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2925153 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2925155 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 2925155 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925157 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2925157 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2925159 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925159 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925161 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2925161 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2925162 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925162 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node7":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925164 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2925164 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2925165 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator Old Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 2925165 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator New Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925167 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 5, message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2925167 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2925169 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator Old Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925169 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator New Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node11":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925170 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 6, message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2925171 INFO
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2925172 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator Old Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node11":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925172 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator New Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node11":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node12":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2925273 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeWithMultipleReplicasLost/state.json version: 0
[junit4] 2> 2925374 INFO (qtp957312681-31280) [n:127.0.0.1:64868_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard1_replica_n1&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2925374 INFO (qtp957312681-31280) [n:127.0.0.1:64868_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2925375 INFO (qtp1565366213-31323) [n:127.0.0.1:42967_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard2_replica_n6&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2925375 INFO (qtp1885467375-31349) [n:127.0.0.1:55527_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard1_replica_n4&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2925375 INFO (qtp1113396628-31380) [n:127.0.0.1:58202_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard1_replica_n2&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2925377 INFO (qtp1885467375-31352) [n:127.0.0.1:55527_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard2_replica_n8&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2925378 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "node_name":"127.0.0.1:64868_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2925378 INFO (qtp1113396628-31379) [n:127.0.0.1:58202_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=testNodeWithMultipleReplicasLost_shard2_replica_n10&action=CREATE&numShards=2&collection=testNodeWithMultipleReplicasLost&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2925378 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "node_name":"127.0.0.1:64868_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"}
[junit4] 2> 2925378 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Will update state for replica:
core_node3:{"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1","base_url":"http://127.0.0.1:64868/solr","node_name":"127.0.0.1:64868_solr","state":"down","type":"NRT","force_set_state":"false"}
[junit4] 2> 2925378 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeWithMultipleReplicasLost//collections/testNodeWithMultipleReplicasLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{
[junit4] 2> "shard1":{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "node_name":"127.0.0.1:64868_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node7":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}},
[junit4] 2> "shard2":{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node11":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node12":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 2925379 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "core_node_name":"core_node9",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "node_name":"127.0.0.1:42967_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2925379 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "core_node_name":"core_node9",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "node_name":"127.0.0.1:42967_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"}
[junit4] 2> 2925379 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Will update state for replica:
core_node9:{"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6","base_url":"http://127.0.0.1:42967/solr","node_name":"127.0.0.1:42967_solr","state":"down","type":"NRT","force_set_state":"false"}
[junit4] 2> 2925379 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeWithMultipleReplicasLost//collections/testNodeWithMultipleReplicasLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{
[junit4] 2> "shard1":{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "node_name":"127.0.0.1:64868_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node7":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}},
[junit4] 2> "shard2":{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "node_name":"127.0.0.1:42967_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node11":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node12":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n10",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 2925382 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "core_node_name":"core_node7",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "node_name":"127.0.0.1:55527_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2925382 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
[junit4] 2> "core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "core_node_name":"core_node7",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "node_name":"127.0.0.1:55527_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeWithMultipleReplicasLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "operation":"state"}
[junit4] 2> 2925382 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Will update state for replica:
core_node7:{"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4","base_url":"http://127.0.0.1:55527/solr","node_name":"127.0.0.1:55527_solr","state":"down","type":"NRT","force_set_state":"false"}
[junit4] 2> 2925382 DEBUG
(OverseerStateUpdate-72284093715775491-127.0.0.1:64868_solr-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeWithMultipleReplicasLost//collections/testNodeWithMultipleReplicasLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{
[junit4] 2> "shard1":{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:64868/solr",
[junit4] 2> "node_name":"127.0.0.1:64868_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:58202/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node7":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard1_replica_n4",
[junit4] 2> "base_url":"http://127.0.0.1:55527/solr",
[junit4] 2> "node_name":"127.0.0.1:55527_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"}}},
[junit4] 2> "shard2":{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node9":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n6",
[junit4] 2> "base_url":"http://127.0.0.1:42967/solr",
[junit4] 2> "node_name":"127.0.0.1:42967_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"},
[junit4] 2> "core_node11":{
[junit4] 2>
"core":"testNodeWithMultipleReplicasLost_shard2_replica_n8",
[junit4] 2> "base_u
[...truncated too long message...]
OverseerStateUpdate-72284226803925009-127.0.0.1:58563_solr-n_0000000003) [ ]
o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 9
[junit4] 2> 68654 INFO (zkCallback-65-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 68655 INFO (zkCallback-65-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 68659 INFO (coreCloseExecutor-195-thread-1)
[n:127.0.0.1:58563_solr c:testNodeLost s:shard1 r:core_node3
x:testNodeLost_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testNodeLost.shard1.leader, tag=18d07a8d
[junit4] 2> 68668 INFO (jetty-closer-2-thread-1) [ ] o.a.s.c.Overseer
Overseer (id=72284226803925009-127.0.0.1:58563_solr-n_0000000003) closing
[junit4] 2> 68669 INFO
(OverseerStateUpdate-72284226803925009-127.0.0.1:58563_solr-n_0000000003) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58563_solr
[junit4] 2> 68671 DEBUG (jetty-closer-2-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
[junit4] 2> 68671 DEBUG (jetty-closer-2-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
[junit4] 2> 68671 DEBUG (jetty-closer-2-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
[junit4] 2> 68672 DEBUG (jetty-closer-2-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool
executor
[junit4] 2> 68672 WARN
(OverseerAutoScalingTriggerThread-72284226803925009-127.0.0.1:58563_solr-n_0000000003)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 68676 DEBUG (jetty-closer-2-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
[junit4] 2> 68676 DEBUG (jetty-closer-2-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 68683 INFO (jetty-closer-2-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6d00a3fe{/solr,null,UNAVAILABLE}
[junit4] 2> 68684 INFO (jetty-closer-2-thread-1) [ ] o.e.j.s.session
Stopped scavenging
[junit4] 2> 68687 ERROR
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 68689 INFO
(SUITE-ComputePlanActionTest-seed#[369A1C2DDF9782A6]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:52880 52880
[junit4] 2> 70245 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:52880 52880
[junit4] 2> 70247 WARN (Thread-1) [ ] o.a.s.c.ZkTestServer Watch limit
violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 25 /solr/aliases.json
[junit4] 2> 25 /solr/clusterprops.json
[junit4] 2> 11 /solr/configs/conf
[junit4] 2> 10
/solr/collections/testNodeWithMultipleReplicasLost/terms/shard2
[junit4] 2> 10
/solr/collections/testNodeWithMultipleReplicasLost/terms/shard1
[junit4] 2> 10 /solr/security.json
[junit4] 2> 5 /solr/collections/testNodeLost/terms/shard1
[junit4] 2> 5 /solr/collections/testNodeAdded/terms/shard1
[junit4] 2> 5 /solr/collections/testSelected1/terms/shard2
[junit4] 2> 5 /solr/collections/testSelected2/terms/shard1
[junit4] 2> 5 /solr/collections/testSelected1/terms/shard1
[junit4] 2> 5 /solr/collections/testSelected2/terms/shard2
[junit4] 2> 5 /solr/collections/testSelected3/terms/shard2
[junit4] 2> 5 /solr/collections/testSelected3/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 25 /solr/clusterstate.json
[junit4] 2> 7
/solr/collections/testNodeWithMultipleReplicasLost/state.json
[junit4] 2> 5
/solr/overseer_elect/election/72284226803925009-127.0.0.1:58563_solr-n_0000000003
[junit4] 2> 5 /solr/collections/testSelected1/state.json
[junit4] 2> 5 /solr/collections/testSelected2/state.json
[junit4] 2> 5 /solr/collections/testSelected3/state.json
[junit4] 2> 4 /solr/collections/testNodeAdded/state.json
[junit4] 2> 3 /solr/collections/testNodeLost/state.json
[junit4] 2> 3
/solr/overseer_elect/election/72284226803924995-127.0.0.1:35147_solr-n_0000000000
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2> 2
/solr/collections/testNodeWithMultipleReplicasLost/leader_elect/shard1/election/72284226803925009-core_node7-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 65 /solr/live_nodes
[junit4] 2> 54 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.ComputePlanActionTest_369A1C2DDF9782A6-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=true): {}, locale=sq, timezone=America/Panama
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162
(64-bit)/cpus=3,threads=1,free=39648416,total=156233728
[junit4] 2> NOTE: All tests run in this JVM: [ComputePlanActionTest]
[junit4] Completed [2/5 (1!)] on J1 in 68.68s, 4 tests, 1 error <<< FAILURES!
[junit4]
[junit4] Duplicate suite name used with XML reports:
org.apache.solr.cloud.autoscaling.ComputePlanActionTest. This may confuse tools
that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this
message.
[junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[junit4] OK 9.41s J0 |
ComputePlanActionTest.testNodeWithMultipleReplicasLost
[junit4] OK 18.2s J0 | ComputePlanActionTest.testSelectedCollections
[junit4] OK 9.25s J0 | ComputePlanActionTest.testNodeAdded
[junit4] OK 15.3s J0 | ComputePlanActionTest.testNodeLost
[junit4] Completed [3/5 (1!)] on J0 in 55.06s, 4 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[junit4] OK 8.01s J1 |
ComputePlanActionTest.testNodeWithMultipleReplicasLost
[junit4] OK 19.2s J1 | ComputePlanActionTest.testSelectedCollections
[junit4] OK 10.0s J1 | ComputePlanActionTest.testNodeAdded
[junit4] OK 15.0s J1 | ComputePlanActionTest.testNodeLost
[junit4] Completed [4/5 (1!)] on J1 in 54.96s, 4 tests
[junit4]
[junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[junit4] OK 7.05s J0 |
ComputePlanActionTest.testNodeWithMultipleReplicasLost
[junit4] OK 19.0s J0 | ComputePlanActionTest.testSelectedCollections
[junit4] OK 9.99s J0 | ComputePlanActionTest.testNodeAdded
[junit4] OK 13.5s J0 | ComputePlanActionTest.testNodeLost
[junit4] Completed [5/5 (1!)] on J0 in 52.87s, 4 tests
[junit4]
[junit4]
[junit4] Tests with failures [seed: 369A1C2DDF9782A6]:
[junit4] -
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost
[junit4]
[junit4]
[junit4] JVM J0: 1.33 .. 176.62 = 175.29s
[junit4] JVM J1: 1.34 .. 127.11 = 125.77s
[junit4] Execution time total: 2 minutes 56 seconds
[junit4] Tests summary: 5 suites, 20 tests, 1 error
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1568:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1092:
There were test failures: 5 suites, 20 tests, 1 error [seed: 369A1C2DDF9782A6]
Total time: 3 minutes 0 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 1/5 failed: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=1bf56037d17bc4addd63dcca4a931647130168c6,
workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #570
Recording test results
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]