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

[server] Augment completion report with previous ready to serve state #1288

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

Commits on Nov 6, 2024

  1. [server] Augment completion report with previous ready to serve state

    This change persists into the offset record weather or not this partition originally marked itself as ready to serve.  This is then used on restart to determine if a node should report completion or not when coming online.
    
    The intention is that when a node is lagged under normal conditions (things like heavy load or some other bad condition), we can still restart the node or do deployments and have the node come up and serve traffic.  This is done under the notion that it's generally preferable to be online and serving and stale as opposed to caught up/catching up, but unavailable.
    
    This will not impact buffer replay on a version push because a replay won't pass a ready to serve check.
    ZacAttack committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e9edc16 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    5e7a083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf7dcb View commit details
    Browse the repository at this point in the history