Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
-
Storage 2017-08-21
Description
Currently, when we hit the WT session limit, we log the following message:
WT_CONNECTION.open_session: only configured to support 20020 sessions (including 20 additional internal sessions): Cannot allocate memory
|
However, this is misleading since we can hit the WT session limits when there is plenty of available memory.
We should log instead:
WT_CONNECTION.open_session: only configured to support 20020 sessions (including 20 additional internal sessions): Cannot allocate *resource*
|