-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Fix RemoteClusterSecurityFcActionAuthorizationIT testIndicesPrivilegesAreEnforcedForCcrRestoreSessionActions to wait for references to be cleared #127888
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
Conversation
…sAreEnforcedForCcrRestoreSessionActions to wait for references to be cleared (fixes elastic#127782)
Pinging @elastic/es-core-infra (Team:Core/Infra) |
@original-brownbear could you give this a sanity check, this started to fail randomly with #127058. I suspect due to deserialisation happening on a separate thread pool, but honestly also didn't look to closely. |
btw, wondering why this was automatically tagged core/infra. Is it? |
Hmm @mosche were you able to reproduce that this actually fixes the failure? I think we could have a race here indeed where we close on the thread that resolves the future (and after we resolve the future). Mainly asking to rule out any other issues :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, LGTM :) verified this myself :D
@elasticmachine update branch |
There are no new commits on the base branch. |
…sAreEnforcedForCcrRestoreSessionActions to wait for references to be cleared (fixes elastic#127782) (elastic#127888)
…sAreEnforcedForCcrRestoreSessionActions to wait for references to be cleared (fixes elastic#127782) (elastic#127888)
Fix RemoteClusterSecurityFcActionAuthorizationIT testIndicesPrivilegesAreEnforcedForCcrRestoreSessionActions to wait for references to be cleared.
(fixes #127782)