You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
158078: load: fail proactively in NodeCapacityProvider.Run when CPU usage can't be read r=angeladietz a=angeladietz
CPU Usage can fail to be read on rare, unique systems. In this situation, we should fail proactively before starting up the asynchronous node capacity provider since it relies on being able to read CPU utilization. This is achieved by introducing a call to `n.runtimeLoadMonitor.recordCPUUsage` prior to starting the asynchronous monitor, which is easier for orchestrators to handle.
Epic: CRDB-55052Fixes#156846
Release note: none
Co-authored-by: Angela Dietz <[email protected]>
0 commit comments