Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1189/
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for
collection=collection1
:DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node2":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:42633/solr",
"node_name":"127.0.0.1:42633_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:33537/solr",
"node_name":"127.0.0.1:33537_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:33537_solr, 127.0.0.1:42633_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node2":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:42633/solr",
"node_name":"127.0.0.1:42633_solr", "state":"active",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:33537/solr",
"node_name":"127.0.0.1:33537_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:42633/solr",
"node_name":"127.0.0.1:42633_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:33537/solr",
"node_name":"127.0.0.1:33537_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33537_solr, 127.0.0.1:42633_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/6)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:42633/solr",
"node_name":"127.0.0.1:42633_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:33537/solr",
"node_name":"127.0.0.1:33537_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([FD30940D5D1F256:8787369A7B2D9FAE]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:84)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14316 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/init-core-data-001
[junit4] 2> 1451627 WARN
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 1451627 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1451629 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1451629 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1451630 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001
[junit4] 2> 1451630 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1451630 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1451630 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1451730 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38480
[junit4] 2> 1451730 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38480
[junit4] 2> 1451730 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38480
[junit4] 2> 1451734 INFO (zkConnectionManagerCallback-6063-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451736 INFO (zkConnectionManagerCallback-6065-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451738 INFO (zkConnectionManagerCallback-6067-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451740 WARN (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1451740 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1451741 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1451741 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1451741 WARN (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1451742 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1451742 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1451742 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 1451744 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1451744 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1451744 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1451744 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d038ddd{/solr,null,AVAILABLE}
[junit4] 2> 1451745 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1451745 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1451746 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1451749 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@49bc733e{/solr,null,AVAILABLE}
[junit4] 2> 1451750 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@78712879{HTTP/1.1,[http/1.1]}{127.0.0.1:33537}
[junit4] 2> 1451750 INFO (jetty-launcher-6068-thread-1) [ ]
o.e.j.s.Server Started @1451804ms
[junit4] 2> 1451750 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33537}
[junit4] 2> 1451750 ERROR (jetty-launcher-6068-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1451750 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1451750 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1451751 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1451751 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1451751 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-05T17:29:12.156Z
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6b3c08ca{HTTP/1.1,[http/1.1]}{127.0.0.1:42633}
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.e.j.s.Server Started @1451806ms
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42633}
[junit4] 2> 1451753 ERROR (jetty-launcher-6068-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.7.0
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1451753 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-05T17:29:12.158Z
[junit4] 2> 1451755 INFO (zkConnectionManagerCallback-6070-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451755 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1451771 INFO (zkConnectionManagerCallback-6072-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451772 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1451983 INFO (jetty-launcher-6068-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38480/solr
[junit4] 2> 1451985 INFO (zkConnectionManagerCallback-6076-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451994 INFO (jetty-launcher-6068-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38480/solr
[junit4] 2> 1451997 INFO (zkConnectionManagerCallback-6080-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1451999 INFO (zkConnectionManagerCallback-6082-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1452000 INFO (zkConnectionManagerCallback-6084-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1452112 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42633_solr
[junit4] 2> 1452113 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.Overseer Overseer
(id=72571666768330759-127.0.0.1:42633_solr-n_0000000000) starting
[junit4] 2> 1452131 INFO (zkConnectionManagerCallback-6093-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1452174 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38480/solr ready
[junit4] 2> 1452176 INFO
(OverseerStateUpdate-72571666768330759-127.0.0.1:42633_solr-n_0000000000)
[n:127.0.0.1:42633_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:42633_solr
[junit4] 2> 1452193 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33537_solr
[junit4] 2> 1452196 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42633_solr as DOWN
[junit4] 2> 1452198 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1452198 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42633_solr
[junit4] 2> 1452212 INFO (zkCallback-6092-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1452221 INFO (zkCallback-6083-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1452225 INFO (zkCallback-6081-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1452271 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1452282 INFO (zkConnectionManagerCallback-6099-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1452284 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1452285 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38480/solr ready
[junit4] 2> 1452299 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1452318 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42633.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1452339 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33537.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1452344 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42633.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1452345 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42633.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1452346 INFO (jetty-launcher-6068-thread-2)
[n:127.0.0.1:42633_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001/node2/.
[junit4] 2> 1452360 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33537.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1452360 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33537.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1452361 INFO (jetty-launcher-6068-thread-1)
[n:127.0.0.1:33537_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001/node1/.
[junit4] 2> 1452435 INFO (zkConnectionManagerCallback-6105-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1452436 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1452437 INFO
(SUITE-LeaderTragicEventTest-seed#[FD30940D5D1F256]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38480/solr ready
[junit4] 2> 1452459 INFO
(TEST-LeaderTragicEventTest.test-seed#[FD30940D5D1F256]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1452461 INFO (qtp904346256-20187) [n:127.0.0.1:33537_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1452468 INFO
(OverseerThreadFactory-6953-thread-1-processing-n:127.0.0.1:42633_solr)
[n:127.0.0.1:42633_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1452578 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452579 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452580 INFO (qtp904346256-20186) [n:127.0.0.1:33537_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452584 INFO (qtp904346256-20188) [n:127.0.0.1:33537_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452585 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452587 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452588 INFO (qtp139120923-20197) [n:127.0.0.1:42633_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452589 INFO (qtp139120923-20198) [n:127.0.0.1:42633_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452590 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452591 INFO (qtp139120923-20195) [n:127.0.0.1:42633_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1452595 INFO
(OverseerStateUpdate-72571666768330759-127.0.0.1:42633_solr-n_0000000000)
[n:127.0.0.1:42633_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42633/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1452600 INFO
(OverseerStateUpdate-72571666768330759-127.0.0.1:42633_solr-n_0000000000)
[n:127.0.0.1:42633_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:33537/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1452802 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1452802 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n3&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1452803 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1453822 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1453822 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 1453847 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.IndexSchema [collection1_shard1_replica_n3] Schema name=minimal
[junit4] 2> 1453851 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1453851 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using
configuration from collection collection1, trusted=true
[junit4] 2> 1453852 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33537.solr.core.collection1.shard1.replica_n3' (registry
'solr.core.collection1.shard1.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1453852 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001/node1/collection1_shard1_replica_n3],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001/node1/./collection1_shard1_replica_n3/data/]
[junit4] 2> 1453857 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1453860 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1453860 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1453861 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42633.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3a899ad1
[junit4] 2> 1453861 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001/node2/collection1_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
[junit4] 2> 1454018 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1454018 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1454021 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1454022 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1454025 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6e8bcced[collection1_shard1_replica_n3] main]
[junit4] 2> 1454026 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1454027 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1454028 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1454028 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1621842308033937408
[junit4] 2> 1454032 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1454032 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1454035 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1454035 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1454038 INFO
(searcherExecutor-6962-thread-1-processing-n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:33537_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.c.SolrCore
[collection1_shard1_replica_n3] Registered new searcher
Searcher@6e8bcced[collection1_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1454041 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@59aa196a[collection1_shard1_replica_n1] main]
[junit4] 2> 1454042 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1454043 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1454044 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1454044 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1621842308050714624
[junit4] 2> 1454048 INFO
(searcherExecutor-6963-thread-1-processing-n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:42633_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@59aa196a[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1454048 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
[junit4] 2> 1454048 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 1454055 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node2=0,
core_node4=0}, version=1}
[junit4] 2> 1454056 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 1454056 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9998ms
[junit4] 2> 1454557 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1454557 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1454557 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33537/solr/collection1_shard1_replica_n3/
[junit4] 2> 1454558 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3
url=http://127.0.0.1:33537/solr START
replicas=[http://127.0.0.1:42633/solr/collection1_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 1454558 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3
url=http://127.0.0.1:33537/solr DONE. We have no versions. sync failed.
[junit4] 2> 1454560 INFO (qtp139120923-20198) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1454561 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1454561 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1454561 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1454561 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/72571666768330760-core_node4-n_0000000000
[junit4] 2> 1454563 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33537/solr/collection1_shard1_replica_n3/ shard1
[junit4] 2> 1454665 INFO (zkCallback-6083-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1454666 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1454670 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n3&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1867
[junit4] 2> 1454772 INFO (zkCallback-6083-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1454772 INFO (zkCallback-6083-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1455062 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2260
[junit4] 2> 1455065 INFO (qtp904346256-20187) [n:127.0.0.1:33537_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1455162 INFO (zkCallback-6081-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1455162 INFO (zkCallback-6081-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1455162 INFO (zkCallback-6083-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1455162 INFO (zkCallback-6083-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1455163 INFO (qtp904346256-20187) [n:127.0.0.1:33537_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2702
[junit4] 2> 1455165 INFO
(TEST-LeaderTragicEventTest.test-seed#[FD30940D5D1F256]) [ ]
o.a.s.c.LeaderTragicEventTest Corrupt leader :
core_node4:{"core":"collection1_shard1_replica_n3","base_url":"http://127.0.0.1:33537/solr","node_name":"127.0.0.1:33537_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 1455180 INFO (qtp904346256-20188) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node2=1,
core_node4=1}, version=2}
[junit4] 2> 1455192 INFO (qtp139120923-20195) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:33537/solr/collection1_shard1_replica_n3/&wt=javabin&version=2}{add=[0
(1621842309229314048)]} 0 11
[junit4] 2> 1455193 INFO (qtp904346256-20188) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n3]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0
(1621842309229314048)]} 0 24
[junit4] 2> 1455194 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1621842309256577024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1455194 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@53687d29
commitCommandVersion:1621842309256577024
[junit4] 2> 1455204 INFO (qtp139120923-20197) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1621842309267062784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1455204 INFO (qtp139120923-20197) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@72ef31e0
commitCommandVersion:1621842309267062784
[junit4] 2> 1455232 INFO (qtp139120923-20197) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@28ec0cd8[collection1_shard1_replica_n1] main]
[junit4] 2> 1455235 INFO
(searcherExecutor-6963-thread-1-processing-n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:42633_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@28ec0cd8[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.7.0):C1:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=7.7.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic,
timestamp=1546709355613}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1455243 INFO (qtp139120923-20197) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1455243 INFO (qtp139120923-20197) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33537/solr/collection1_shard1_replica_n3/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 39
[junit4] 2> 1455247 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5e2e2d62[collection1_shard1_replica_n3] main]
[junit4] 2> 1455249 INFO
(searcherExecutor-6962-thread-1-processing-n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:33537_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.c.SolrCore
[collection1_shard1_replica_n3] Registered new searcher
Searcher@5e2e2d62[collection1_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.7.0):C1:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=7.7.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic,
timestamp=1546709355606}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1455249 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1455249 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n3]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 56
[junit4] 2> 1455262 INFO (qtp139120923-20198) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:33537/solr/collection1_shard1_replica_n3/&wt=javabin&version=2}{add=[1
(1621842309318443008)]} 0 2
[junit4] 2> 1455262 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n3]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1
(1621842309318443008)]} 0 9
[junit4] 2> 1455263 INFO (qtp904346256-20187) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1621842309328928768,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1455263 INFO (qtp904346256-20187) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@53687d29
commitCommandVersion:1621842309328928768
[junit4] 2> 1455264 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1621842309329977344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1455264 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@72ef31e0
commitCommandVersion:1621842309329977344
[junit4] 2> 1455288 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6fc234eb[collection1_shard1_replica_n1] main]
[junit4] 2> 1455289 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1455290 INFO
(searcherExecutor-6963-thread-1-processing-n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:42633_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@6fc234eb[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.7.0):C1:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=7.7.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic,
timestamp=1546709355613}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(7.7.0):C1:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=7.7.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=4.4.0-137-generic,
timestamp=1546709355672}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1455291 INFO (qtp139120923-20196) [n:127.0.0.1:42633_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:33537/solr/collection1_shard1_replica_n3/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 27
[junit4] 2> 1455291 INFO (qtp904346256-20187) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n3]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{}
0 28
[junit4] 2> 1455292 ERROR (qtp904346256-20187) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.h.RequestHandlerBase java.nio.file.NoSuchFileException:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/index-MMapDirectory-001/_0.nvd
[junit4] 2> at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] 2> at
org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:45)
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
java.nio.channels.FileChannel.open(FileChannel.java:287)
[junit4] 2> at
java.nio.channels.FileChannel.open(FileChannel.java:335)
[junit4] 2> at
org.apache.lucene.util.IOUtils.fsync(IOUtils.java:460)
[junit4] 2> at
org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:332)
[junit4] 2> at
org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:287)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.sync(MockDirectoryWrapper.java:207)
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:68)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4824)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3297)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3465)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3430)
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:676)
[junit4] 2> at
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:93)
[junit4] 2> at
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:68)
[junit4] 2> at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:2040)
[junit4] 2> at
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:2024)
[junit4] 2> at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:160)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerUtils.handleCommit(RequestHandlerUtils.java:69)
[junit4] 2> at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:62)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2551)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1455292 ERROR (qtp904346256-20187) [n:127.0.0.1:33537_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.HttpSolrCall null:java.nio.file.NoSuchFileException:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/index-MMapDirectory-001/_0.nvd
[junit4] 2> at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] 2> at
org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:45)
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
[junit4] 2> at
java.nio.channels.FileChannel.open(FileChannel.java:287)
[junit4] 2> at
java.nio.channels.FileChannel.open(FileChannel.java:335)
[junit4] 2> at
org.apache.lucene.util.IOUtils.fsync(IOUtils.java:460)
[junit4] 2> at
org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:332)
[junit4] 2> at
org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:287)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.sync(MockDirectoryWrapper.java:207)
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:68)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4824)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3297)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3465)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3430)
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:676)
[junit4] 2> at
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:93)
[junit4] 2> at
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:68)
[junit4] 2> at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:2040)
[junit4] 2> at
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:2024)
[junit4] 2> at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:160)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerUtils.handleCommit(RequestHandlerUtils.java:69)
[junit4] 2> at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:62)
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
[junit4] 2> at
org.apache.solr.core.SolrCore.execute(SolrCore.java:2551)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 1455293 INFO
(TEST-LeaderTragicEventTest.test-seed#[FD30940D5D1F256]) [ ]
o.a.s.c.LeaderTragicEventTest Corrupt leader ex:
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:33537/solr/collection1_shard1_replica_n3:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/index-MMapDirectory-001/_0.nvd
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504) ~[java/:?]
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479) ~[java/:?]
[junit4] 2> at
org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:124)
[test/:?]
[junit4] 2> at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:82)
[test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_191]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_191]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_191]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_191]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 1456470 INFO
(OverseerCollectionConfigSetProcessor-72571666768330759-127.0.0.1:42633_solr-n_0000000000)
[n:127.0.0.1:42633_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1500301 INFO (qtp904346256-20189) [n:127.0.0.1:33537_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=collection1&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 1500305 INFO
(OverseerThreadFactory-6953-thread-2-processing-n:127.0.0.1:42633_solr)
[n:127.0.0.1:42633_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
asyncId=null
[junit4] 2> 1500308 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=null
[junit4] 2> 1500308 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1e55b352: rootName =
solr_42633, domain = solr.core.collection1.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@dbe6a60
[junit4] 2> 1500323 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n3, tag=null
[junit4] 2> 1500324 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@12bd7e7e: rootName =
solr_33537, domain = solr.core.collection1.shard1.replica_n3, service url =
null, agent id = null] for registry solr.core.collection1.shard1.replica_n3 /
com.codahale.metrics.MetricRegistry@42cbd445
[junit4] 2> 1500326 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4a3d2e2a
[junit4] 2> 1500326 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=4a3d2e2a
[junit4] 2> 1500326 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=4a3d2e2a
[junit4] 2> 1500330 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=1},
version=3}
[junit4] 2> 1500331 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase No
version found for ephemeral leader parent node, won't remove previous leader
registration.
[junit4] 2> 1500331 INFO (qtp139120923-20199) [n:127.0.0.1:42633_solr
x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=24
[junit4] 2> 1500333 INFO (zkCallback-6083-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1500333 INFO (zkCallback-6083-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1500333 INFO (zkCallback-6081-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1500334 INFO (zkCallback-6081-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1500348 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.c.SolrCore
[collection1_shard1_replica_n3] CLOSING SolrCore
org.apache.solr.core.SolrCore@c122b6e
[junit4] 2> 1500349 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n3, tag=c122b6e
[junit4] 2> 1500349 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=c122b6e
[junit4] 2> 1500354 ERROR (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.u.SolrIndexWriter Error closing
IndexWriter
[junit4] 2> java.nio.file.NoSuchFileException:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_FD30940D5D1F256-001/index-MMapDirectory-001/_0.nvd
[junit4] 2> at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
~[?:1.8.0_191]
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
~[?:1.8.0_191]
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
~[?:1.8.0_191]
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
~[?:1.8.0_191]
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
~[java/:?]
[junit4] 2> at
org.apache.lucene.mockfile.DisableFsyncFS.newFileChannel(DisableFsyncFS.java:45)
~[java/:?]
[junit4] 2> at
org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
~[java/:?]
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
~[java/:?]
[junit4] 2> at
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:166)
~[java/:?]
[junit4] 2> at
java.nio.channels.FileChannel.open(FileChannel.java:287) ~[?:1.8.0_191]
[junit4] 2> at
java.nio.channels.FileChannel.open(FileChannel.java:335) ~[?:1.8.0_191]
[junit4] 2> at
org.apache.lucene.util.IOUtils.fsync(IOUtils.java:460) ~[java/:?]
[junit4] 2> at
org.apache.lucene.store.FSDirectory.fsync(FSDirectory.java:332) ~[java/:?]
[junit4] 2> at
org.apache.lucene.store.FSDirectory.sync(FSDirectory.java:287) ~[java/:?]
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.sync(MockDirectoryWrapper.java:207)
~[java/:?]
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:68)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4824)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3297)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3465)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1038) ~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1079) ~[java/:?]
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:286)
~[java/:?]
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.closeWriter(DirectUpdateHandler2.java:901)
~[java/:?]
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.closeIndexWriter(DefaultSolrCoreState.java:105)
~[java/:?]
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:399)
~[java/:?]
[junit4] 2> at
org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:84)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.close(SolrCore.java:1583) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.closeAndWait(SolrCore.java:1363) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1566) ~[java/:?]
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:105)
~[java/:?]
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
[java/:?]
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:395)
[java/:?]
[junit4] 2> at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
[java/:?]
[junit4] 2> at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
[java/:?]
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
[java/:?]
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
[java/:?]
[junit4] 2> at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496) [java/:?]
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:395)
[java/:?]
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:341)
[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:158)
[java/:?]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:502)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[jetty-server-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[jetty-io-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 1500360 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to Terms{values={}, version=4}
[junit4] 2> 1500361 WARN (zkCallback-6081-thread-1) [ ]
o.a.s.c.LeaderElector Our node is no longer in line to be leader
[junit4] 2> 1500363 INFO (qtp904346256-20190) [n:127.0.0.1:33537_solr
x:collection1_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={deleteInstanceDir=true&deleteMetricsHistory=true&core=collection1_shard1_replica_n3&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=39
[junit4] 2> 1500466 INFO (zkCallback-6081-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted path:/collections/collection1/state.json]
for collection [collection1] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1500466 INFO (zkCallback-6081-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDeleted path:/collections/collection1/state.json]
for collection [collection1] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1500466 INFO (zkCallback-6081-t
[...truncated too long message...]
ed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null918941312
[copy] Copying 242 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null918941312
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null918941312
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 1ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 97 minutes 52 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]