Open
Description
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.