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
[#93] Component health occasionally wouldnt be set to available after installation.
This was due to a race condition between two processes setting available and unavailable at the same time.
If the health had first been set to available, the other process would reset it to unavailable without reevaluating the actual health state.
Changed
[#93] When setting component health, reevaluate health state on conflict.
[#93] Regularly sync component health to avoid inconsistent states, e.g. when reconciliation fails.