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

Evict WAL files from disk #8022

Merged
merged 32 commits into from
Jun 26, 2024
Merged

Evict WAL files from disk #8022

merged 32 commits into from
Jun 26, 2024

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    274fbc1 View commit details
    Browse the repository at this point in the history
  2. Implement ManagerCtl

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2a98f64 View commit details
    Browse the repository at this point in the history
  3. Add StateSK

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    619c96a View commit details
    Browse the repository at this point in the history
  4. Fix tests

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0abaf14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc394ae View commit details
    Browse the repository at this point in the history
  6. WIP: add test_s3_eviction

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    24227e3 View commit details
    Browse the repository at this point in the history
  7. Implement sk state switch

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    87c9a65 View commit details
    Browse the repository at this point in the history
  8. Enable offloading

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    97b5f78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a2fcab View commit details
    Browse the repository at this point in the history
  10. Make eviction mostly work

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5e5c397 View commit details
    Browse the repository at this point in the history
  11. Rebase

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d0e9049 View commit details
    Browse the repository at this point in the history
  12. Restructure code

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    17e61b2 View commit details
    Browse the repository at this point in the history
  13. Fix test

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    200b302 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e682738 View commit details
    Browse the repository at this point in the history
  15. Rebase

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    87bfd3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9cfef4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab8c74d View commit details
    Browse the repository at this point in the history
  18. Add atomic rename

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2e82866 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c29454a View commit details
    Browse the repository at this point in the history
  20. Fix clippy warnings

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a15f54f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    026868e View commit details
    Browse the repository at this point in the history
  22. Rename timeline_access.rs

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d226955 View commit details
    Browse the repository at this point in the history
  23. Fix test_s3_eviction

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6bef78a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e88a8c7 View commit details
    Browse the repository at this point in the history
  25. Add comments

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    02077ad View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    63af675 View commit details
    Browse the repository at this point in the history
  27. Fix misc

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a1fb21d View commit details
    Browse the repository at this point in the history
  28. Fix test flakiness

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1f0ed2e View commit details
    Browse the repository at this point in the history
  29. Revert testing conf

    petuhovskiy committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1864721 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Fix review comments

    petuhovskiy committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8be0efe View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Assert uneviction in test

    petuhovskiy committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4f6feb6 View commit details
    Browse the repository at this point in the history
  2. Fix review comments

    petuhovskiy committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9767942 View commit details
    Browse the repository at this point in the history