ELSEIF
Your brief EB
409 stories from 119 feeds 461 clusters Refreshed 1 minute ago next pull 21:52

DEV TOOLS Signal 503

GitHub outage autoscaling policy missed Istio sidecar limits, illustrating component substitution fallacy

A GitHub outage was partly caused by an autoscaling policy that monitored host service metrics but not Istio sidecar concurrency limits, highlighting what David Woods calls the component substitution fallacy, the mistaken focus on fixing individual defective components rather than examining system interactions.

WHY IT MATTERS

Engineers configuring autoscaling need to account for all components in the request path, including sidecars, not just the primary service. The deeper lesson is that incident analysis should examine interactions between multiple factors rather than fixating on a single misconfigured component, since systems contain many latent defects that only cause failures in combination.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

GitHub's autoscaling policy only monitored host service metrics, not Istio sidecar concurrency limits, causing the sidecar to saturate without triggering scale-up.

02

The component substitution fallacy describes the tendency to fixate on individual defective components rather than treating system interactions as first-class concerns.

03

The GitHub outage involved interactions between changing traffic patterns, autoscaling policy, sidecar saturation, retry logic, HAProxy saturation, and authentication traffic.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
surfingcomplexity.blog via Hacker News GitHub, autoscaling, and the component substitution fallacy Open ↗