-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
Storage NYC 2019-04-08
-
(copied to CRM)
The current default wired tiger session_max limit is 20k. Unfortunately, this can often put session creation as the first terminal failure when adding many live connections.
Since we currently use a thread per connection, and the vast majority of users don't alter pid_max, pushing the limit up to 33k is likely to make thread exhaustion the first limit users hit, instead of the wt session limit. Thread exhaustion has slightly nicer semantics in that failure to create threads for ingress connection handling is non-terminal.
- is related to
-
SERVER-40161 Make failure of conn->open_session in WiredTigerSession ctor non-fatal
- Closed
- related to
-
SERVER-30462 Coordinate connection and WT session limits
- Closed