tju-yxq commented on issue #3043: URL: https://github.com/apache/rocketmq-dashboard/issues/3043#issuecomment-5529245956
Implemented in #3044. The patch follows the detached-result and bounded-queue direction. It does not rely on checking the worker interrupt flag before mutation: the worker never receives an `InstanceVO` it can mutate, and a completion timestamp prevents a result produced after the shared deadline from being applied even when the provider ignores interruption. Timeout and caller interruption also cancel and purge outstanding queued tasks. The latch regression that reproduced the late mutation now passes, and the full server suite passes 1,968 tests. -- 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]
