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
Before this change there were two log statements: `WRN Resetting WAL
state` and `DBG Resetting WAL`. Whenever a WAL needs to be reset, when
looking at the WRN log, it means something went wrong and we can't
properly replicate (which could result in desync). The DBG log however
looks just as scary but actually is harmless. You'd see that log message
when truncating the WAL back to applied/snapshot, which is normal and
can happen.
Updating the wording in the DBG log to clearly differentiate between a
(bad) reset and clearing/truncating the WAL which is normal in this
case.
Signed-off-by: Maurice van Veen <[email protected]>
0 commit comments