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

AOF Replay using a Background Task at the Replica #783

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. remove unused code

    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0099a85 View commit details
    Browse the repository at this point in the history
  2. nit

    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    621fb4a View commit details
    Browse the repository at this point in the history
  3. cleanup replication tests

    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3ebe842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e839b78 View commit details
    Browse the repository at this point in the history
  5. add guarded initialization API for TsavoriteLog to avoid disrupting i…

    …terator consumer operations when skipping addresses at replica
    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    528a2e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b60fc70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9774fb4 View commit details
    Browse the repository at this point in the history
  8. update aof stream checks

    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e86585f View commit details
    Browse the repository at this point in the history
  9. fix LRANGE bug

    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f9f2f22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7046070 View commit details
    Browse the repository at this point in the history
  11. add async replay tests

    vazois committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b12ad03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d4c6de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dbce3b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5fe06ca View commit details
    Browse the repository at this point in the history