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

Improve replica revision counter #1097

Merged
merged 4 commits into from
May 31, 2024
Merged

Improve replica revision counter #1097

merged 4 commits into from
May 31, 2024

Commits on May 8, 2024

  1. replica: Remove unused HTTP server

    This replica HTTP service was used when the replica gRPC service had not been
    introduced. Now we neither rely on it for the engine-replica communication, nor
    use it for debugging. There is no need to retain these code.
    
    Signed-off-by: Shuo Wu <[email protected]>
    shuo-wu committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d33504b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. replica: Improve revision counter by introducing channels

    Longhorn 8436
    
    Signed-off-by: Shuo Wu <[email protected]>
    shuo-wu committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f8a8deb View commit details
    Browse the repository at this point in the history
  2. replica: Sending rc increment request with a separate goroutine

    Longhorn 8436
    
    Signed-off-by: Shuo Wu <[email protected]>
    shuo-wu committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f4a121f View commit details
    Browse the repository at this point in the history
  3. replica: Add context for revision counter goroutine

    Longhorn 8436
    
    Signed-off-by: Shuo Wu <[email protected]>
    shuo-wu committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d52ab67 View commit details
    Browse the repository at this point in the history