]
Emanuel Muckenhuber reassigned WFLY-3363:
-----------------------------------------
Assignee: Emanuel Muckenhuber
Future returned by ModelControllerClient executeAsync does not
provide reliable return value from "cancel"
----------------------------------------------------------------------------------------------------------
Key: WFLY-3363
URL:
https://issues.jboss.org/browse/WFLY-3363
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 8.1.0.CR2
Reporter: Brian Stansberry
Assignee: Emanuel Muckenhuber
Fix For: 9.0.0.CR1
DelegatingCancellableAsyncFuture.asyncCancel does not block waiting for the response to
the cancel request. As result it is a race whether the status is not reliably set to
CANCELLED before that value is tested to determine whether to return true/false.