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
Depending on timing, it is currently possible we'd register a single alt IP for multiple probes, or we'd register the same IP once as primary and once as alt. It seems like a good idea to add trigger checks for these:
changing primary IP - it doesn't exist in altIps yet
changing altIps - it doesn't exist in either primary IPs or altIps
Additionally, we should add a check here that if it fails to update, it's as if the probe wasn't found at all.
The text was updated successfully, but these errors were encountered:
Depending on timing, it is currently possible we'd register a single alt IP for multiple probes, or we'd register the same IP once as primary and once as alt. It seems like a good idea to add trigger checks for these:
Additionally, we should add a check here that if it fails to update, it's as if the probe wasn't found at all.
The text was updated successfully, but these errors were encountered: