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

[Remote Store] Add support for refresh level durability #5253

Merged

Commits on Dec 15, 2022

  1. Add support for refresh level durability

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    834552e View commit details
    Browse the repository at this point in the history
  2. Cleanup of refresh level durability code

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6bf909c View commit details
    Browse the repository at this point in the history
  3. Spotless fixes

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a4c22be View commit details
    Browse the repository at this point in the history
  4. Add defensive check to not corrupt the restored data

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b7f0939 View commit details
    Browse the repository at this point in the history
  5. Add unit tests

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e66a36f View commit details
    Browse the repository at this point in the history
  6. Fix spotless check

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2dd797a View commit details
    Browse the repository at this point in the history
  7. Add refersh only test to IndexShardTests

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    74abcec View commit details
    Browse the repository at this point in the history
  8. Add changelog entry

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7628322 View commit details
    Browse the repository at this point in the history
  9. Address PR review comments

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    26b80de View commit details
    Browse the repository at this point in the history
  10. Fix tests

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3b88f2f View commit details
    Browse the repository at this point in the history
  11. Fix spotless check

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    97ecc22 View commit details
    Browse the repository at this point in the history
  12. Upload snapshot file at each refresh

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    25179b4 View commit details
    Browse the repository at this point in the history
  13. Fix spotless failures

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    bfb5d04 View commit details
    Browse the repository at this point in the history
  14. Remove silent handling of IOException in reading SegmentInfosSnapshot

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    499a425 View commit details
    Browse the repository at this point in the history
  15. Use lastRefreshedCheckpoint insteand of processedCheckpoint

    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Sachin Kale committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    9562461 View commit details
    Browse the repository at this point in the history