Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] GlobalCheckpointListenersTests.testFailingListenerAfterTimeout fails #33665

Closed
vladimirdolzhenko opened this issue Sep 13, 2018 · 2 comments
Assignees
Labels
:Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. >test-failure Triaged test failures from CI

Comments

@vladimirdolzhenko
Copy link
Contributor

vladimirdolzhenko commented Sep 13, 2018

Logs:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/7031/console

It is hardly to catch due to the raise condition nature:

GlobalCheckpointListeners.java:144

final TimeoutException e = new TimeoutException(timeout.getStringRep());
logger.trace("global checkpoint listener timed out", e);

is invoked always and countDownLatch in test could already pass further in the main thread while executor still did not handled exception

Refers to #33620

@vladimirdolzhenko vladimirdolzhenko added >test-failure Triaged test failures from CI :Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. labels Sep 13, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@jasontedor jasontedor self-assigned this Sep 13, 2018
@jasontedor
Copy link
Member

Closed by d806a0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants