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 has been 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.
Documentation
doc
doc-required
doc-not-needed
doc-complete
The text was updated successfully, but these errors were encountered:
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#testAvoidAssignBundleToPreviousUnloadedBroker
unit test.Documentation
doc
doc-required
doc-not-needed
doc-complete
The text was updated successfully, but these errors were encountered: