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

netutil: add url comparison without resolver to URLStringsEqual #13224

Merged
merged 3 commits into from
Oct 7, 2021
Merged

netutil: add url comparison without resolver to URLStringsEqual #13224

merged 3 commits into from
Oct 7, 2021

Commits on Jul 18, 2021

  1. netutil: add url comparison without resolver to URLStringsEqual

    If one of the nodes in the cluster has lost a dns record,
    restarting the second node will break it.
    This PR makes an attempt to add a comparison without using a resolver,
    which allows to protect cluster from dns errors and does not break
    the current logic of comparing urls in the URLStringsEqual function.
    You can read more in the issue #7798
    
    Fixes #7798
    sakateka committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    b922a28 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Apply suggestions from code review

    Co-authored-by: Lili Cosic <cosiclili@gmail.com>
    sakateka and lilic authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    eac75c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    b272b98 View commit details
    Browse the repository at this point in the history