You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/25 10:21:55 UTC

[GitHub] [dubbo] kylixs commented on issue #9079: [3.0] 新增的GlobalResourcesRepository全局资源管理功能可能和github构建的并行策略有冲突

kylixs commented on issue #9079:
URL: https://github.com/apache/dubbo/issues/9079#issuecomment-950767563


   ![image](https://user-images.githubusercontent.com/5483385/138674770-8c380e6e-a050-47d2-b203-b6a6a789dead.png)
   It seems something wrong,  destroy application 1 and 2 and framework when starting application 3, lead to incomplete resources.
   running test 1 -> start application 1 -> run test method 
   -> running test 2 -> start application 2 -> run test method 
   -> running test 3 -> new application 3 
   -> destroy application 1 and 2 -> destroy framework 
   -> start application 3 (at this moment, the framework model is destroyed, so get every thing of framework is destroyed)


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org