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
As #21031 revealed, several of our Lifecycle implementations enforce overly strong locks, in particular in their isRunning() implementations. As we do in a many places already, running should be a volatile flag that can be checked outside of any lifecycle monitor.