Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.2-alpha
-
None
-
Reviewed
Description
NNHAStatusHeartbeat.State is redundant and can be replaced with commonly used enum HAServiceState.
We should also consistently use HAServiceState to check if the state is ACTIVE or STANDBY rather than using instanceof.