Skip to content

Add hqakm and i55je API boundary nodes to mainnet rollout plan - #226

Merged
pietrodimarco-dfinity merged 1 commit into
mainfrom
pmarco/add-2-api-bns-to-rollout
Jun 9, 2026
Merged

Add hqakm and i55je API boundary nodes to mainnet rollout plan#226
pietrodimarco-dfinity merged 1 commit into
mainfrom
pmarco/add-2-api-bns-to-rollout

Conversation

@pietrodimarco-dfinity

Copy link
Copy Markdown
Contributor

What

Add the two API boundary nodes to the mainnet DEFAULT_API_BOUNDARY_NODES_ROLLOUT_PLANS list in dags/defaults.py (kept in sorted order, between ek6px… and jlifv…):

  • hqakm-buvkm-5onrb-4ja5j-pne2h-mnlgv-ei4sf-nqn7l-3ir4g-z6xq5-zqe
  • i55je-j5vzn-z4odr-yhmrb-nlf46-gbgfg-6uk5e-gssxu-b7hmf-ntlay-pqe

List goes from 20 → 22 nodes (matching the live registry's API boundary node count).

Why

These two nodes were added as API boundary nodes on 2026-05-04 but were never in the auto-compute rollout list, so auto_compute_rollout_to_mainnet never updated them. They were only bumped by one-off 2-node proposals on an irregular cadence (DeployGuestosToSomeApiBoundaryNodes: 141781 on 2026-05-18 → 62e841d…, then nothing until 142146 on 2026-06-09 → a47e5434…).

That ~3-week gap left them on 62e841d… (rc--2026-05-07) long enough for it to age out of the release controller's active window while still in use. The release controller's unelect logic doesn't account for API-boundary-node versions, so it tried to retire 62e841d… while these nodes still ran it — failing the GuestOS election twice (NNS proposals 142125 and 142145, registry replica_version invariant).

Folding them into the weekly rollout keeps them current so this can't recur.

Test plan

  • DEFAULT_API_BOUNDARY_NODES_ROLLOUT_PLANS["mainnet"] parses as valid YAML with 22 unique, sorted node IDs (verified locally).
  • Next auto_compute_rollout_to_mainnet run includes both nodes in the API boundary nodes rollout.

Note

Reminder per dags/defaults.py docstring: changing defaults may require hitting the reload button on the Airflow DAGs screen for the new defaults to take effect.

These two API boundary nodes (added 2026-05-04) were never in the mainnet
DEFAULT_API_BOUNDARY_NODES_ROLLOUT_PLANS list, so the weekly auto-compute
rollout never updated them. They were only bumped via one-off 2-node
proposals on an irregular cadence, and lagged ~3 weeks on 62e841d27ea1...,
long enough for that version to age out of the release controller's active
window while still in use — which broke the GuestOS election (failed
proposals 142125 and 142145, registry replica_version invariant).

Adding them to the list so they roll forward weekly with the rest.
@pietrodimarco-dfinity
pietrodimarco-dfinity requested a review from a team as a code owner June 9, 2026 07:59
@pietrodimarco-dfinity
pietrodimarco-dfinity merged commit 6f140fa into main Jun 9, 2026
6 checks passed
@pietrodimarco-dfinity
pietrodimarco-dfinity deleted the pmarco/add-2-api-bns-to-rollout branch June 9, 2026 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants