yyqdbngt opened a new pull request, #1074: URL: https://github.com/apache/rocketmq-dashboard/pull/1074
The CLI agent drained the child stdout with a blocking readLine loop before waitFor, so a hung child could block forever and the 300s timeout never fired; stderr was also left on a separate pipe that could deadlock. The merged output is now drained on a background thread and waitFor enforces the timeout. -- 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]
