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

Feature/auto compactor #401

Merged
merged 9 commits into from
Aug 4, 2023

Commits on Aug 4, 2023

  1. refactor: break down the dependency between CurpServer and CurpClient

    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    26b9e06 View commit details
    Browse the repository at this point in the history
  2. feat(compactor): implement the revision compactor

    Refs: 188
    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    897eb96 View commit details
    Browse the repository at this point in the history
  3. feat(compactor): implement auto periodic compactor

    Refs: 188
    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    39334d0 View commit details
    Browse the repository at this point in the history
  4. feat(compactor): make auto compactor configurable

    Refs: 188
    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    145264e View commit details
    Browse the repository at this point in the history
  5. refactor: improve the compatibility with etcdctl

    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    856dcfe View commit details
    Browse the repository at this point in the history
  6. test: add validation test for compaction feature

    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2e5fcf7 View commit details
    Browse the repository at this point in the history
  7. test: refactor auto compactor implementation and add unit tests to cover

    Refs: 188
    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    21983e9 View commit details
    Browse the repository at this point in the history
  8. refactor: refactor auto compactor implementation

    * using static generic instead of dynamic trait object
    * improve revision window's implementation
    
    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a737614 View commit details
    Browse the repository at this point in the history
  9. refactor: refactor the error handling logic in compact

    Closes: 188
    Signed-off-by: Phoeniix Zhao <Phoenix500526@163.com>
    Phoenix500526 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    39478eb View commit details
    Browse the repository at this point in the history