-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines - Server Integration
-
Fully Compatible
-
Storage Execution 2025-11-24, Storage Execution 2025-12-8, Storage Execution 2026-01-19
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The serverStatus section fetches storageSize and freeStorageSize from WiredTiger. Typically, the freeStorageSize is fetched through a fast path. However, it can stall trying to acquire the schema lock if the dbhandle has been swept. This can happen if a table, such as the table for the pre-images collection, is inactive.
Update: The current suggestion is to switch to using statistics=(fast) instead of statistics=(size) in these functions.