]
Brian Stansberry reassigned WFCORE-305:
---------------------------------------
Assignee: (was: Emanuel Muckenhuber)
Future returned by ModelControllerClient executeAsync does not
provide reliable return value from "cancel"
----------------------------------------------------------------------------------------------------------
Key: WFCORE-305
URL:
https://issues.jboss.org/browse/WFCORE-305
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
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.