Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
4.0 Required
-
Service Arch
-
ALL
-
-
(copied to CRM)
Description
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
Attachments
Issue Links
- links to