-
Notifications
You must be signed in to change notification settings - Fork 25k
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
SimpleBlocksIT.testAddBlockWhileDeletingIndices failing #116071
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
low-risk
An open issue or test failure that is a low risk to future releases
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Comments
kingherc
added
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
>test-failure
Triaged test failures from CI
needs:triage
Requires assignment of a team area label
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
labels
Nov 1, 2024
elasticsearchmachine
added
the
needs:risk
Requires assignment of a risk label (low, medium, blocker)
label
Nov 1, 2024
Pinging @elastic/es-distributed (Team:Distributed) |
elasticsearchmachine
removed
the
needs:triage
Requires assignment of a team area label
label
Nov 1, 2024
I'm unsure whether this might mean the onFailure might be called twice and whether that has any meaningful negative repercussions, so assinging low risk for now, but will try to handle it now. |
kingherc
added
the
low-risk
An open issue or test failure that is a low risk to future releases
label
Nov 1, 2024
elasticsearchmachine
removed
the
needs:risk
Requires assignment of a risk label (low, medium, blocker)
label
Nov 1, 2024
Found exceptions from inside execute() can escape:
Will open a fix. |
kingherc
added a commit
to kingherc/elasticsearch
that referenced
this issue
Nov 1, 2024
We introduce ActionListener.run() in order to ensure the RefCountingListener introduced by PR elastic#115341 , is the single point that is failed upon exceptions, and no exception escapes through the ReplicationOperation.execute() method. Fixes elastic#116071
jfreden
pushed a commit
to jfreden/elasticsearch
that referenced
this issue
Nov 4, 2024
We introduce ActionListener.run() in order to ensure the RefCountingListener introduced by PR elastic#115341 , is the single point that is failed upon exceptions, and no exception escapes through the ReplicationOperation.execute() method. Fixes elastic#116071 Fixes elastic#116081 Fixes elastic#116073
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Indexing/CRUD
A catch all label for issues around indexing, updating and getting a doc by id. Not search.
low-risk
An open issue or test failure that is a low risk to future releases
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
CI Link
https://gradle-enterprise.elastic.co/s/uz5p3xwiwfsqq
Repro line
./gradlew ":server:internalClusterTest" --tests "org.elasticsearch.blocks.SimpleBlocksIT.testAddBlockWhileDeletingIndices" -Dtests.seed=18DD19966E2CF499 -Dtests.locale=dyo-SN -Dtests.timezone=Asia/Ust-Nera -Druntime.java=23
Does it reproduce?
Didn't try
Applicable branches
main
Failure history
No response
Failure excerpt
Likely introduced by PR #115341
The text was updated successfully, but these errors were encountered: