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

reef: mon/ConnectionTracker.cc: disregard connection scores from mon_rank = -1 #55167

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 13, 2024

  1. mon/ConnectionTracker.cc: disregard connection scores from mon_rank = -1

    There are certain situations where we would
    come across rank -1 in our MON connection scores;
    
    - New MON sends probe message to existing MON,
    existing MON handle probe message by adding -1
    to existing peer_scores.
    
    This is not good because we want to implement
    a connection scores check mechanism where we
    should not have to take into account the possibility
    of having rank -1 in our score.
    
    Fixes: https://tracker.ceph.com/issues/59564
    
    Signed-off-by: Kamoltat <ksirivad@redhat.com>
    (cherry picked from commit 6ffc70a)
    kamoltat committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3196aae View commit details
    Browse the repository at this point in the history