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
There is an issue for monitoring applications registered via Simple Discovery Client using SBA cluster.
Only first node in cluster monitors health of application instances in the cluster. All remaining nodes doesn’t monitor health of instances and sends notifications. For all remaining nodes application instances registration status shows already registered. As a result, 2nd instance doesn’t start health monitoring automatically even after the 1st (first) instance goes down in the cluster as registration status doesn’t change and registration event doesn’t get fired.
After this even if the first instance starts again it won’t start monitoring health of applications as instance status is still already registered.
In this case, Only option is to bring down the entire SBA cluster (All nodes) and start all nodes again then one of the cluster nodes starts monitoring application health and starts sending notifications.