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

cache: add timeout for groupcache's fetch operation #5206

Merged
merged 5 commits into from Mar 3, 2022

Commits on Mar 3, 2022

  1. cache: add timeout for groupcache's fetch operation

    Add a timeout for groupcache's fetch operation. It is useful when there
    are network errors - if loading from a peer fails then we still might
    have a chance to be able to load data from remote object storage
    ourselves.
    
    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Mar 3, 2022
    Copy the full SHA
    80aff74 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: add entry

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Mar 3, 2022
    Copy the full SHA
    1049381 View commit details
    Browse the repository at this point in the history
  3. cache: add yaml tag for new field

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Mar 3, 2022
    Copy the full SHA
    3e428f8 View commit details
    Browse the repository at this point in the history
  4. cache: bump default timeout, improve docs

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Mar 3, 2022
    Copy the full SHA
    d0493c7 View commit details
    Browse the repository at this point in the history
  5. docs: make changes according to Matej's suggestions

    Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
    GiedriusS committed Mar 3, 2022
    Copy the full SHA
    7b0558e View commit details
    Browse the repository at this point in the history