Gateway.fm post-mortem exposes failover gaps

Gateway.fm post-mortem exposes failover gaps

Gateway.fm has documented two August validator incidents involving missing signing-key shares and an unavailable upstream endpoint, exposing failures in reconciliation, deployment checks, failover, and operational monitoring.

Gateway.fm post-mortem exposes failover gaps
Summary
  • A recovery misconfiguration affected about 7,300 validators for 75 minutes, although Gateway.fm reported no slashing.
  • A separate endpoint failure delayed four validator exits by as much as 14 hours and 15 minutes.
  • Remediation includes key reconciliation, deployment gates, redundant endpoints, automatic failover, and positive liveness monitoring.

Gateway.fm has published a detailed post-mortem covering two separate August infrastructure incidents, setting out failures in key provisioning, recovery validation, endpoint redundancy, and monitoring.

The first incident began when eight validators became active without the signing-key shares needed by the operator’s remote signer. Those validators remained offline for between 7.5 and 13.1 hours.

During recovery, a separate configuration problem caused signatures to be rejected, affecting approximately 7,300 validators for 75 minutes. Gateway.fm said there was no slashing or stake at risk.

The operator traced the underlying provisioning problem to the absence of a reconciliation process between keys registered on-chain and the keys its signer could actually serve. Internal checks were populated from the same provisioning process, meaning they could not independently detect what was missing.

Gateway.fm has now added reconciliation against the registered key set, automated share provisioning, a mandatory verification gate before signer deployment, and a post-deployment signing test.

Redundancy failed elsewhere

The second incident on 21–22 August involved four validator exit requests that were not processed promptly. The longest delay between the request and submission of the corresponding voluntary exit was 14 hours and 15 minutes.

The cause was the loss of an upstream endpoint with no fallback configured. More significantly from an operational perspective, the component continued to report itself as healthy while the processing function had effectively stalled.

Gateway.fm has responded by adding redundant upstream endpoints with automatic failover, routing alerts into the on-call paging system, and introducing positive liveness monitoring of the exit-processing cycle.

The incident is technically specific to blockchain validator infrastructure, but its operational lessons are familiar across critical data centre systems.

Redundancy is not simply the presence of two components. It depends on whether the second path is independent, available, correctly configured, and capable of taking over when the first fails. A nominally healthy status signal is similarly weak if it only proves that a process is running rather than that the service is completing its intended function.

Monitoring the outcome, not the component

That distinction appears repeatedly in resilient infrastructure. A pump motor can be energised while flow is inadequate; a server can respond to a health probe while an application is unavailable; a network interface can remain up while its upstream route is broken.

Outcome-based monitoring checks whether the service is performing its actual duty. Gateway.fm’s move towards positive liveness monitoring follows that principle.

The post-mortem also demonstrates the risk of checks that share the same source of truth as the process they are supposed to validate. If a provisioning system says which keys should exist and monitoring simply checks against the provisioning system’s own record, an upstream omission can remain invisible.

Independent reconciliation is more powerful because it compares two different states: what the external system says is registered and what the operator can genuinely serve.

No physical data centre outage caused the August events, and the failure should not be recast as one. The infrastructure relevance lies in operations engineering — failover, control-plane dependencies, deployment gates, validation, and monitoring.

As digital services become more distributed, physical facility resilience and application-level resilience increasingly overlap. Multiple power feeds do little for availability if a single software endpoint can silently stall an operational process, just as redundant software cannot keep running through a site-wide electrical failure without resilient facilities underneath it.


Stay updated with the latest insights and trends in the data centre industry by subscribing to our newsletter.

← Back

Thank you for your response. ✨