Downgrade checkpoint fallback log from error to warn#205
Conversation
Signed-off-by: Andrea Luzzardi <andrea@luzzardi.com>
|
There was a problem hiding this comment.
LGTM
Change is correct — falling back to async response is a recoverable path, so Warn is the appropriate severity. No security, correctness, or data loss concerns.
Tag @mendral-app with feedback or questions. View session
Downgrade checkpoint fallback log from error to warn
Note
Downgrades the log level for checkpoint fallback from
ErrortoWarninAppendOp, reflecting that falling back to async response is a handled/expected degradation path rather than an unrecoverable error.Written by Mendral for commit a4602ee.