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

fix skip label check #309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. fix skip label check

    Memberlist allows having label and to check them on receiving a message
    to ensure rings don't collide unexpectedly. The option to skip that
    checks currently doesn't work and will fail the message unless the
    labels are exactly the same.
    
    This PR change that behaviour to ensure that the option to skip the
    label check does that.
    
    Signed-off-by: Loic Reyreaud <loic@weaviate.io>
    reyreaud-l committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6abd7fd View commit details
    Browse the repository at this point in the history