Part of the dbStats command is to collect index sizes, which attempts to open a statistics cursor on every index table. This can fail if an index table happens to be locked with a bulk-index-load cursor.
Note that we should probably audit all places that iterate through indexes like this and ensure all of them are prepared for such an error to be returned from a statistics cursor (simply skipping over such indexes sounds reasonable).
- is related to
-
SERVER-32876 Don't stall ftdc due to WT cache full
- Closed
-
SERVER-42037 Expose WiredTiger block-manager stats with scale support
- Closed