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:32:16 UTC

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

kylixs edited a comment 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.1 -> run test method 
   -> running test 2 -> start application 1.2 -> run test method 
   -> running test 3 -> 
   -> destroy application 1.1 and 1.2 -> destroy framework  1
   -> load spring context -> start application 1.3 and use destroyed framework 1
   (at this moment, the framework model [1] 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