You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
When unload happens, the bundle ownership assignment logic doesn't know the previous unloaded broker. It might assign the bundle to the same broker. In this case, it might cause an infinite bundle unloading loop.
Modifications
Avoid assigning bundle to the previous unloaded broker
Verifying this change
See the ModularLoadManagerImplTest#testAvoidAssignBundleToPreviousUnloadedBroker unit test.