Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

PR-20822: [fix][broker] Avoid infinite bundle unloading #5838

Open
1 of 4 tasks
streamnativebot opened this issue Jul 19, 2023 · 0 comments
Open
1 of 4 tasks

PR-20822: [fix][broker] Avoid infinite bundle unloading #5838

streamnativebot opened this issue Jul 19, 2023 · 0 comments
Assignees

Comments

@streamnativebot
Copy link

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

  • 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants