-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tiered Storage
-
None
-
Storage Engines - Persistence
-
SE Persistence - 2026-03-27, SE Persistence - 2026-04-10
-
2
Remove all chunk cache statistics from WiredTiger.
Changes needed:
- dist/stat_data.py — remove all chunkcache_* stat entries
- Run dist/s_all to regenerate src/include/stat.h and src/support/stat.c
- Remove any remaining WT_STAT_CONN_INCR(session, chunkcache_*) calls missed by the implementation removal ticket
Acceptance criteria: no chunkcache stat names remain in stat.h. Build passes.