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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Agreed. cluster_alias is only ever populated from aggregated database_instance rows. But lack of rows from database_instance doesn't erase data from cluster_alias. We should expire tablet_alias based on last_registered and based on UnseenInstanceForgetHours.
If I go to the webui of the cluster
foo
that never existed, I'll get the error message.If I got to the webui of the cluster
bar
that existed in the past but no longer has any hosts, I'll get an empty page.The logs do show:
Then a couple lines later, I see. The
<fqdn>
matches the information in thecluster_alias
table.I was able to test this on several "old" clusters, by finding them via:
My guess is the
forget
should also remove thecluster_alias
information or the webui should behave differently, I'm not sure which.The text was updated successfully, but these errors were encountered: