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 deletion mark files together with meta files. #2457

Closed
wants to merge 14 commits into from
Closed

Cache deletion mark files together with meta files. #2457

wants to merge 14 commits into from

Commits on Apr 17, 2020

  1. Cache deletion mark files together with meta files.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3a2276a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Recheck deletion mark files after hour of usage.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ad09efe View commit details
    Browse the repository at this point in the history
  2. Randomize recheck times

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    448ff1d View commit details
    Browse the repository at this point in the history
  3. Unit tests for deletion markers.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6e41704 View commit details
    Browse the repository at this point in the history
  4. Added unit test for caching of deletion markers.

    Added caching for non-existant markers as well.
    
    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0c31a32 View commit details
    Browse the repository at this point in the history
  5. Fixes spelling

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    24b0e13 View commit details
    Browse the repository at this point in the history
  6. Fix sentences. Here we go again, Thanos Lint rules driving me crazy. …

    …Aaaarrrrggggghhh. 😱
    
    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0381494 View commit details
    Browse the repository at this point in the history
  7. Fix more lint warning. 🧘‍♂️ 🧘‍♂️ 🧘‍♂️ 🤯

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    d54b377 View commit details
    Browse the repository at this point in the history
  8. Simplify loadDeletionMark to return only real errors.

    Fix unit test by flushing the cache.
    
    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    49065ff View commit details
    Browse the repository at this point in the history
  9. Lint. 🐸 🐨 🐴 🐒 🐻 🐜 🐋

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    78d886c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Removed caching of non-existent deletion mark files.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    977e1d9 View commit details
    Browse the repository at this point in the history
  2. Fixed comment.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    47f2a98 View commit details
    Browse the repository at this point in the history
  3. No need to flush negative results anymore.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9bcb1dc View commit details
    Browse the repository at this point in the history
  4. Address review feedback.

    Signed-off-by: Peter Štibraný <[email protected]>
    pstibrany committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    95b6dff View commit details
    Browse the repository at this point in the history