snazy opened a new pull request, #4437: URL: https://github.com/apache/polaris/pull/4437
Once the task is already running, cancelling the wrapper future should not try to interrupt the Vert.x worker thread. That was turning a best-effort cancellation into a cross-thread side effect and could kill work that had already legitimately started. The added test covers the running-task case explicitly. In other words: this change aligns the implementation to the documented and intended contract. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
