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

[dingo-store-mpu, dingo-net-netty] Use RocksDB checkpoint to implement backup mechanism and fix a FileReceiver bug. #449

Merged
merged 3 commits into from Nov 19, 2022

Commits on Nov 18, 2022

  1. [dingo-store-mpu] Use RocksDB checkpoint to support RocksDB backup.

    RocksDB checkpoint is very fast, it is mainly base on filesystem hardlink, so we disable all backup operation in RocksDB
    event listener callbacks. Now only execute checkpoint before full RocksDB transfer from leader node to follower node.
    
    Signed-off-by: Ketor <d.ketor@gmail.com>
    ketor committed Nov 18, 2022
    Copy the full SHA
    5779a86 View commit details
    Browse the repository at this point in the history
  2. [dingo-net-netty] Fix FileReceiver bug of unable to register tag mess…

    …age listener.
    
    Register FILE_TRANSFER tag message listener in static code of FileSender.
    
    Signed-off-by: Ketor <d.ketor@gmail.com>
    ketor committed Nov 18, 2022
    Copy the full SHA
    066e34a View commit details
    Browse the repository at this point in the history
  3. [dingo-net-netty, dingo-store-mpu] Fix checkstyle warnings.

    Signed-off-by: Ketor <d.ketor@gmail.com>
    ketor committed Nov 18, 2022
    Copy the full SHA
    ef38d5a View commit details
    Browse the repository at this point in the history