You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was working on something unrelated, I spotted a suspicious pattern within ReactiveDeleteCoordinator : it declares a field of type CompletableFuture.
This looks suspiciously similar to the pattern we have recently fixed for updates in #1687 - I am not sure if this could manifest with a similar problem, but opening this to not forget to investigate.