RockteMQ-AI commented on issue #1519: URL: https://github.com/apache/rocketmq-dashboard/issues/1519#issuecomment-5246622295
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The resource leak in `AliyunClientFactory.call` when handling `InterruptedException` is a valid concern. Canceling the in-flight future before restoring the interrupt flag is the correct approach to prevent abandoned SDK calls from consuming HTTP connections and executor resources. **Root Cause:** Missing future cancellation in the InterruptedException path **Impact:** Resource exhaustion during shutdown/cancellation scenarios **Severity:** medium An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager-bot* -- 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]
