btlqql opened a new pull request, #1107: URL: https://github.com/apache/rocketmq-dashboard/pull/1107
MqAdminExtFactory.execute checked the closed flag before the cache lookup, but a request that passed that check could still create a fresh admin connection while the factory was shutting down. The cache mapping function now re-checks closed under the lock, so no new connection is established after shutdown. Includes a unit test. -- 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]
