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

[da-vinci] Disabled status reporting when the DaVinci app is still bootstrapping #1203

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

Commits on Sep 27, 2024

  1. [da-vinci] Disabled status reporting when the DaVinci app is still bo…

    …otstrapping
    
    In Prod, we are seeing the bootstrapping nodes are blocking the
    new push, and this PR disables the status reporting if the app
    is still bootstrapping.
    This feature is especially important for DaVinci apps, which are
    using multiple large stores and bootstrapping from an empty state
    can take a long time and it can delay the new push significantly.
    gaojieliu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ee066f2 View commit details
    Browse the repository at this point in the history
  2. Added the following enhancements:

    1. Subscription won't return if there are still active current version bootstrapping
       to avoid serving stale current version.
    2. Delete the heartbeat entry for the current instance if the instance is bootstrapping
       to avoid Controller mark the bootstrapping node as crashed, which can fail the
       new push jobs.
    gaojieliu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    379f2bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce8041 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Emit a speical heartbeat timestamp for bootstrapping instances, so th…

    …at Controller can ignore the report
    gaojieliu committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dcb0a6a View commit details
    Browse the repository at this point in the history
  2. Fixed bug

    gaojieliu committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    31a1df5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. tests

    gaojieliu committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d99a2a6 View commit details
    Browse the repository at this point in the history
  2. fixed test failure

    gaojieliu committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    70dd36d View commit details
    Browse the repository at this point in the history
  3. Updated ordering

    gaojieliu committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e5c7449 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269912a View commit details
    Browse the repository at this point in the history