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

[stable19] Return the fileid from copyFromCache and use it instead of doing an extra query #26148

Merged
merged 4 commits into from
Mar 19, 2021

Commits on Mar 16, 2021

  1. add ICopyFromCache trait to expose existing implementation

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    603ec9b View commit details
    Browse the repository at this point in the history
  2. use returned file id for object store copy

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cc1a5d5 View commit details
    Browse the repository at this point in the history
  3. also implement for FailedCache and NullCache

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    53dcc7b View commit details
    Browse the repository at this point in the history
  4. verify that cache entry is valid

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 authored and backportbot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    300c4dd View commit details
    Browse the repository at this point in the history