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
Address a data race setting seal wrapper health attributes (#27014)
* Address a data race setting seal wrapper health attributes
- When updating a seal wrapper's lastHealthCheck in a failure scenario
we would read the lastSeenHealthy value in order to not update it
outside of a locked context. This lead to the data race.
- Merge the SetHealthy and setHealthy functions into one, in order
to combine the logic and locking in a single function
* Add cl
0 commit comments