zrlw commented on issue #9079: URL: https://github.com/apache/dubbo/issues/9079#issuecomment-950360731
可能是spring通知ContextClosedEvent事件存在时延,收到迟到的通知之后GlobalResourcesRepository开始去释放全局资源时,另一个测试类已经开始启动了,这样搞到一起并行执行就会出各种问题。 虽然现实中这种场景可能不多,但基于事件通知搞全局资源管理还是存在并行风险。 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
