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
{container="trace-store"} |= "database error" != "affected rows are zero"
(we currently log quite a log of "affected rows are zero" but we can ignore them, in the future we won't have these logs).
These kind of errors are really bad. They mean we couldn't write to database so we have an inconsistent state, usually manifested as wrong balances for users. We should be notified early instead of waiting for users to complain.
To recover from this state we need a bulk import (and maybe to fix a bug in the Tracelistener).
DoD:
Add a new alert in Alert Manager for each of these errors, use slack as a notification channel
The text was updated successfully, but these errors were encountered:
Use this query as a base:
(we currently log quite a log of "affected rows are zero" but we can ignore them, in the future we won't have these logs).
These kind of errors are really bad. They mean we couldn't write to database so we have an inconsistent state, usually manifested as wrong balances for users. We should be notified early instead of waiting for users to complain.
To recover from this state we need a bulk import (and maybe to fix a bug in the Tracelistener).
DoD:
The text was updated successfully, but these errors were encountered: