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
It appears that once nodeHealth == false, it is impossible for nodeHealth == true again because the only place that nodeHealth is set after the initial value of true is in the evalChecks func (where it's only ever set to false).
It's unclear if this was intended or not, so I'm opening this issue.
The text was updated successfully, but these errors were encountered:
It appears that once
nodeHealth == false
, it is impossible fornodeHealth == true
again because the only place thatnodeHealth
is set after the initial value oftrue
is in theevalChecks
func (where it's only ever set tofalse
).It's unclear if this was intended or not, so I'm opening this issue.
The text was updated successfully, but these errors were encountered: