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

discovery: preserve results from other resolve calls #7886

Merged
merged 1 commit into from
Nov 6, 2024

Commits on Nov 5, 2024

  1. discovery: preserve results from other resolve calls

    Properly preserve results from other resolve calls. There is an
    assumption that resolve() is always called with the same addresses but
    that is not true with gRPC and `--endpoint-group`. Without this fix,
    multiple resolves could happen at the same time but some of the callers
    will not be able to retrieve the results leading to random errors.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6fa0067 View commit details
    Browse the repository at this point in the history