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
load: fail proactively in NodeCapacityProvider.Run when CPU usage can't be read
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
0 commit comments