-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Block Manager
-
None
-
Storage Engines
-
68.273
-
SE Persistence backlog
-
None
An diagnostic-only check was added in WT-18036. Once ready, we should enable the check in production. Something along these lines:
WT_ASSERT_ALWAYS(session, orig >= size,
"disaggregated block size underflow: decrementing %" PRIu64 " from %" PRIu64, size, orig);