Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online allocator switching #205

Merged
merged 4 commits into from
Oct 12, 2024
Merged

Online allocator switching #205

merged 4 commits into from
Oct 12, 2024

Conversation

chrisvest
Copy link
Owner

This PR will fix #88

@chrisvest chrisvest added this to the 4.0 milestone Oct 10, 2024
This way, cancelled subscribers do not pile up on Completions.

This is important for allocator switching, as their completions get bound to the shutdown completion, and they cancel their subscriptions when they complete.
If their nodes cannot be reused, they would pile up over the lifetime of the pool.
@chrisvest chrisvest marked this pull request as ready for review October 12, 2024 00:01
@chrisvest chrisvest merged commit c008d7e into main Oct 12, 2024
13 checks passed
@chrisvest chrisvest deleted the allocator-failover branch October 12, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 4.0
Development

Successfully merging this pull request may close these issues.

failOver API
1 participant