-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.0 Required
-
Component/s: Internal Code
-
Networking & Observability
-
ALL
-
-
(copied to CRM)
-
None
-
None
-
None
-
None
-
None
-
None
-
None
TaskExecutorPoolSize should not be modified in runtime, according to document: https://docs.mongodb.com/v4.0/reference/parameters/#param.taskExecutorPoolSize
But it is declared to be a MONGO_EXPORT_SERVER_PARAMETER which can be set at startup or at runtime.
So when I run the setParameter command, it returns OK. but pool size is not changed actually.
This may be misleading to developers.
I think this parameter should be declared as a MONGO_EXPORT_STARTUP_SERVER_PARAMETER which can only be set at startup
- duplicates
-
SERVER-102477 Revert change preventing tuning taskExecutorPoolSize on 7.0+
-
- Blocked
-
- related to
-
SERVER-102477 Revert change preventing tuning taskExecutorPoolSize on 7.0+
-
- Blocked
-
- links to