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

services/horizon/internal: Improve horizon history reaper #5331

Merged
merged 21 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. Add metrics to reaper

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    95f5be8 View commit details
    Browse the repository at this point in the history
  2. fix tests

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    06ab406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b46638 View commit details
    Browse the repository at this point in the history
  4. Shutdown reaper db connection

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9ab50b9 View commit details
    Browse the repository at this point in the history
  5. Add logs for each batch

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    05b58ee View commit details
    Browse the repository at this point in the history
  6. fix log messages

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b13145b View commit details
    Browse the repository at this point in the history
  7. reverse order of reaping

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5d18eef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6460d6b View commit details
    Browse the repository at this point in the history
  9. Avoid using ledger state

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ad5afed View commit details
    Browse the repository at this point in the history
  10. fix httpt_test.go

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    104be64 View commit details
    Browse the repository at this point in the history
  11. reap in ingestion

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4e2339d View commit details
    Browse the repository at this point in the history
  12. fix reap db connection pool

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    56503e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f4dd53 View commit details
    Browse the repository at this point in the history
  14. change default to 1 hour

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    31cbdcb View commit details
    Browse the repository at this point in the history
  15. clean up code

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c91d3d0 View commit details
    Browse the repository at this point in the history
  16. fix failing integration test

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5b3838b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83d0f69 View commit details
    Browse the repository at this point in the history
  18. fix reap_test.go

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    208020f View commit details
    Browse the repository at this point in the history
  19. Add unit tests

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0b148ae View commit details
    Browse the repository at this point in the history
  20. Code review fixes

    tamirms committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    31329aa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    20ae45a View commit details
    Browse the repository at this point in the history