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: add SnapshotPolicy::Never #854

Merged
merged 1 commit into from
May 24, 2023

Commits on May 24, 2023

  1. Feature: add SnapshotPolicy::Never

    With `SnapshotPolicy::Never`, Openraft will not build snapshots
    automatically based on a policy. Instead, the application has full
    control over when snapshots are built. In this scenario, the application
    can call the `Raft::trigger_snapshot()` API at the desired times to
    manually trigger Openraft to build a snapshot.
    
    Rename integration tests:
    - `log_compaction -> snapshot_building`
    - `snapshto -> snapshot_streaming`
    
    -  Fix: databendlabs#851
    drmingdrmer committed May 24, 2023
    Configuration menu
    Copy the full SHA
    269d221 View commit details
    Browse the repository at this point in the history