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
A suspended WAL table is a serious issue, indicating something nasty happened.
It's also a common cause of user questions. As a QuestDB user, I would like the web console to highlight suspended tables. It should be very visible, attention screaming. One option could be a red exclamation mark next to a table:
I would not be afraid to introduce a brand new notification mechanism for critical issues like this (low disk space could be there too). But that would probably require a bigger design effort.
Whatever we do it should be actionable. It should inform users about:
What happened (error while applying a WAL, often happened during a power cut, etc.)
A suspended WAL table is a serious issue, indicating something nasty happened.
It's also a common cause of user questions. As a QuestDB user, I would like the web console to highlight suspended tables. It should be very visible, attention screaming. One option could be a red exclamation mark next to a table:
I would not be afraid to introduce a brand new notification mechanism for critical issues like this (low disk space could be there too). But that would probably require a bigger design effort.
Whatever we do it should be actionable. It should inform users about:
The text was updated successfully, but these errors were encountered: