-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Block Cache
-
None
-
Storage Engines - Transactions
-
1,463.805
-
SE Transactions - 2026-08-14, SE Transactions - 2026-08-28, SE Transactions - 2026-09-11
-
2
The same issue as cross checkpoint caching, see details in WT-18168.
Proposed fix
On put path, we should check if a page is named checkpoint via WT_DHANDLE_IS_CHECKPOINT((btree)->dhandle).
On read path, we need to check the same, and add a flag like WT_PAGE_LOG_CACHE_BYPASS in the read request so block cache can be aware of that and consider that as a miss.
We need to add a test case to validate this is true before proceeding, and also to verify the fix is working.
- is related to
-
SERVER-134798 Don't read from disagg block cache when WT_PAGE_LOG_CACHE_BYPASS is set
-
- Closed
-
-
WT-18168 Exclude checkpoint cursor btrees from shared disk image cache
-
- Closed
-