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
ENTER_EXECUTOR doesn't check if an executor is invalid. We currently get away with this because only instrumentation invalidates executors, and it cleans up the ENTER_EXECUTORs.
It would be safer if ENTER_EXECUTOR check for invalid executors, and it would reduce the coupling between executors and instrumentation.