-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] ReactiveStorageIT testScaleWhileShrinking failing #122119
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
Comments
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
Marking this as medium because it's suggesting we have a resource leak. |
Updated to low, it appears to be a windows thing |
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Assigned to core-infra off the back of conversation on #121716 (comment) Please feel free to send back if you think this is not the same root cause |
Also includes
in the logs |
Actually @nicktindall I'm sending this back, as we think the cleanup failure is a red-herring, and the root cause is that the node can't close because of reference leaks, that in turn causes test cleanup to fail because the node is still running. |
Bumped this one back up to medium risk as it might indicate a resource leak |
This has been muted on branch main Mute Reasons:
Build Scans: |
…stScaleWhileShrinking #122119
See #121717 (comment) for the reason behind the reassignement |
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
Following the discussion on #121717 for propertly shutting down nodes |
When IndicesService is closed, the pending deletion may still be in progress due to indices removed before IndicesService gets closed. If the deletion stucks for some reason, it can stall the node shutdown. This PR aborts the pending deletion more promptly by not retry after IndicesService is closed. Resolves: elastic#121717, elastic#121716, elastic#122119
When IndicesService is closed, the pending deletion may still be in progress due to indices removed before IndicesService gets closed. If the deletion stucks for some reason, it can stall the node shutdown. This PR aborts the pending deletion more promptly by not retry after IndicesService is stopped. Resolves: elastic#121717 Resolves: elastic#121716 Resolves: elastic#122119 (cherry picked from commit c7e7dbe) # Conflicts: # muted-tests.yml
When IndicesService is closed, the pending deletion may still be in progress due to indices removed before IndicesService gets closed. If the deletion stucks for some reason, it can stall the node shutdown. This PR aborts the pending deletion more promptly by not retry after IndicesService is stopped. Resolves: elastic#121717 Resolves: elastic#121716 Resolves: elastic#122119 (cherry picked from commit c7e7dbe) # Conflicts: # muted-tests.yml
When IndicesService is closed, the pending deletion may still be in progress due to indices removed before IndicesService gets closed. If the deletion stucks for some reason, it can stall the node shutdown. This PR aborts the pending deletion more promptly by not retry after IndicesService is stopped. Resolves: #121717 Resolves: #121716 Resolves: #122119 (cherry picked from commit c7e7dbe) # Conflicts: # muted-tests.yml
When IndicesService is closed, the pending deletion may still be in progress due to indices removed before IndicesService gets closed. If the deletion stucks for some reason, it can stall the node shutdown. This PR aborts the pending deletion more promptly by not retry after IndicesService is stopped. Resolves: #121717 Resolves: #121716 Resolves: #122119 (cherry picked from commit c7e7dbe) # Conflicts: # muted-tests.yml
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: