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
Fix panic when Hearbeat monitor initialization fails twice (#25073)
Initialization was only tried once. Second time a nil object and a nil
error are returned, producing nil pointer dereferences later.
(cherry picked from commit 1d858bd)
0 commit comments