airajena opened a new pull request, #6269: URL: https://github.com/apache/shenyu/pull/6269
## Description Fixes resource leak where OrderlyExecutor thread pool is never shut down, causing thread exhaustion on component restart. ## Changes - `DisruptorProvider.java`: Added ExecutorService field, updated constructor, shutdown executor in `shutdown()` method - `DisruptorProviderManage.java`: Pass executor to DisruptorProvider constructor - `DisruptorProviderTest.java`: Updated tests to verify executor shutdown ## Related Issue Fixes #6262 -- 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]
