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
[release-1.11] fix GC race bug in pool sweep (#55485)
We have parallel sweeping on 1.11, so we should use atomics here.
This issue has already been fixed on master due to
#54961.
We can also backport #54961 to
release-1.11, but I have some preference to land this one since it's
considerably less disruptive and we're already on RC2.
0 commit comments