mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 12:36:58 +02:00
8006b58758
PinThreadToCPU left the goroutine locked to its OS thread even when sched_setaffinity failed. The lock only exists to make the affinity stick; without it the kernel migrates the thread anyway, so a failed pin kept a dedicated thread for zero benefit. Unwind on the error path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>