-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
QE 2023-02-20, QE 2023-03-06, QE 2023-03-20, QE 2023-04-03, QE 2023-04-17
Currently, nodes can reach a "too many open files" state with a low number of connections and low wiredTiger data handle usage. Reporting file descriptors used by the aggregation framework will help close a diagnostic gap in file descriptor use.
Ideally, record this as two counters:
- file handles opened
- file handles closed
- related to
-
SERVER-64659 Report in serverStatus number of file descriptors used during index builds
- Closed