mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
If we discover that a current segment is corrupted there is nothing we can do about it. This patch does the following: 1) Drops the corrupted segment and moves to the next one. 2) Logs such events as ERRORs. 3) Introduces a new metrics that accounts such event. Fixes #4364 Signed-off-by: Vlad Zolotarov <vladz@scylladb.com>