yuluo-yx opened a new issue, #2712: URL: https://github.com/apache/rocketmq-dashboard/issues/2712
## Problem The CLI provider availability probe returns `false` after its five-second timeout but leaves the spawned `command -v` process alive. The same leak can occur when the waiting thread is interrupted. ## Expected behavior Terminate an unfinished probe and preserve the caller's interrupt status. ## Proposed scope Add lifecycle cleanup to the availability probe and focused tests for timeout and interruption. -- 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]
