Zach BrownandZach Brown 07c9edb58f scoutfs: warn on compaction stale seg reads
It's possible to trigger stale segment reads during compaction.  This
shouldn't be possible during regular operation because the server
protects the input segments while the compaction is pending.  Stale
segment reads can only happen to client reads which aren't serialized
with segment allocation and writes.

Warn if we see a stale segment read during compaction.  It means that we
either have a bug in the server or someone armed a stale segment read
trigger that hit compaction.

Signed-off-by: Zach Brown <zab@versity.com>
2019-08-20 15:52:13 -07:00
S
Description
No description provided
7.7 MiB
Languages
C 86.4%
Shell 10%
Roff 2.5%
TeX 0.8%
Makefile 0.3%