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
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.
url: apache#20822
Motivation
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
Verifying this change
See the
ModularLoadManagerImplTest#testAvoidAssignBundleToPreviousUnloadedBrokerunit test.Documentation
docdoc-requireddoc-not-neededdoc-complete