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

[FIXED] LeafNode: queue sub interest not properly sent to new LN #2901

Merged
merged 1 commit into from Mar 5, 2022

Commits on Mar 5, 2022

  1. [FIXED] LeafNode: queue sub interest not properly sent to new LN

    In complex situations, queue members count across various servers
    may not be properly accounted for when sent to a new leafnode
    connection.
    
    The new test TestLeafNodeQueueGroupWithLateLNJoin has a drawing
    of such setup, when after LN1 joined, and then queue members
    were removed with 1 left, LN1 was told that there was no
    more interest, so message published to LN1 would not reach
    the remaining queue sub connected to LN2.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1e53d81 View commit details
    Browse the repository at this point in the history