-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Data Management/StatsStatistics tracking and retrieval APIsStatistics tracking and retrieval APIs>test-failureTriaged test failures from CITriaged test failures from CI
Description
01:43:58 org.elasticsearch.indices.stats.IndexStatsIT > testConcurrentIndexingAndStatsRequests FAILED
01:43:58 java.lang.AssertionError:
01:43:58 Expected: an empty collection
01:43:58 but: <[[test][7] failed, reason [FailedNodeException[Failed node [QSoO4D6ZQ56SM8kqibBAkg]]; nested: RemoteTransportException[[node_s1][127.0.0.1:37625][indices:monitor/stats[n]]]; nested: IllegalStateException[Negative longs unsupported, use writeLong or writeZLong for negative numbers [-1]]; ], [test][5] failed, reason [FailedNodeException[Failed node [QSoO4D6ZQ56SM8kqibBAkg]]; nested: RemoteTransportException[[node_s1][127.0.0.1:37625][indices:monitor/stats[n]]]; nested: IllegalStateException[Negative longs unsupported, use writeLong or writeZLong for negative numbers [-1]]; ], [test][9] failed, reason [FailedNodeException[Failed node [QSoO4D6ZQ56SM8kqibBAkg]]; nested: RemoteTransportException[[node_s1][127.0.0.1:37625][indices:monitor/stats[n]]]; nested: IllegalStateException[Negative longs unsupported, use writeLong or writeZLong for negative numbers [-1]]; ], [test][3] failed, reason [FailedNodeException[Failed node [QSoO4D6ZQ56SM8kqibBAkg]]; nested: RemoteTransportException[[node_s1][127.0.0.1:37625][indices:monitor/stats[n]]]; nested: IllegalStateException[Negative longs unsupported, use writeLong or writeZLong for negative numbers [-1]]; ], [test][1] failed, reason [FailedNodeException[Failed node [QSoO4D6ZQ56SM8kqibBAkg]]; nested: RemoteTransportException[[node_s1][127.0.0.1:37625][indices:monitor/stats[n]]]; nested: IllegalStateException[Negative longs unsupported, use writeLong or writeZLong for negative numbers [-1]]; ]]>
01:43:58 at __randomizedtesting.SeedInfo.seed([72478EA70ABABFF9:C5D6E56E887CA8C7]:0)
01:43:58 at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
01:43:58 at org.junit.Assert.assertThat(Assert.java:956)
01:43:58 at org.junit.Assert.assertThat(Assert.java:923)
01:43:58 at org.elasticsearch.indices.stats.IndexStatsIT.testConcurrentIndexingAndStatsRequests(IndexStatsIT.java:1206)
01:43:58 REPRODUCE WITH: ./gradlew ':server:integTest' --tests "org.elasticsearch.indices.stats.IndexStatsIT.testConcurrentIndexingAndStatsRequests" -Dtests.seed=72478EA70ABABFF9 -Dtests.security.manager=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=BET -Dcompiler.java=13
I am not 100% sure this is a true failure, since in the test that ran after this one there is a failing node, but at the same time the error itself in the testConcurrentIndexingAndStatsRequests test doesn't have a root exception related to the node failure:
01:43:58 1> [2020-02-16T19:43:57,992][INFO ][o.e.c.c.Coordinator ] [node_s1] master node [{node_s0}{lf2hdgwfShOQpBcXhvQ8mQ}{EkQzmawFRDeKE7Na-uro4Q}{127.0.0.1}{127.0.0.1:40999}{dim}] failed, restarting discovery
01:43:58 1> org.elasticsearch.transport.NodeDisconnectedException: [node_s0][127.0.0.1:40999][disconnected] disconnected
01:43:58 1> [2020-02-16T19:43:57,993][INFO ][o.e.c.s.ClusterApplierService] [node_s1] master node changed {previous [{node_s0}{lf2hdgwfShOQpBcXhvQ8mQ}{EkQzmawFRDeKE7Na-uro4Q}{127.0.0.1}{127.0.0.1:40999}{dim}], current []}, term: 1, version: 164, reason: becoming candidate: onLeaderFailure
01:43:58 1> [2020-02-16T19:43:57,996][WARN ][o.e.c.NodeConnectionsService] [node_s1] failed to connect to {node_s0}{lf2hdgwfShOQpBcXhvQ8mQ}{EkQzmawFRDeKE7Na-uro4Q}{127.0.0.1}{127.0.0.1:40999}{dim} (tried [1] times)
01:43:58 1> org.elasticsearch.transport.ConnectTransportException: [node_s0][127.0.0.1:40999] connect_exception
Metadata
Metadata
Assignees
Labels
:Data Management/StatsStatistics tracking and retrieval APIsStatistics tracking and retrieval APIs>test-failureTriaged test failures from CITriaged test failures from CI