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
Is it possible to get this bugfix backported to 1.20? It is affecting users of Prometheus monitoring as we default GOMAXPROCS=1 for the node_exporter to reduce problems with data races in the Linux kernel.
On closer look, I think that this issue is new in 1.20. Specifically, the issue was due to a critical section in injectglist where we allocate a P, unlock sched.lock (allowing checkdead to run), and then later in startm lock sched.lock again to actually start the M to use the P.
@prattmic requested issue #59600 to be considered for backport to the next 1.19 minor release.
The text was updated successfully, but these errors were encountered: