-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Minor Change
-
v5.2, v5.1, v5.0, v4.4, v4.2
-
Service Arch 2021-12-13, Service Arch 2022-1-10, Service Arch Test, Service Arch 2022-1-24, Service Arch 2022-2-07
-
4
Currently there's no way from outside of a running mongo process to tell whether a given server parameter controlled via get/setParameter is settable at runtime (vs. just at startup). Providing a mechanism to access that information (either by altering getParameter, or with a new command) would make it easier to write tools like the automation agent by making the requirements around altering a setParameter much more discoverable.
Acceptance Criteria
The goal here would be command that could be invoked to:
- Return a list of all available setParameters (a la getParameter: "*")
- For each parameter, return if the value was settable at startup, runtime or both
- is depended on by
-
TOOLS-3032 Investigate changes in SERVER-58506: Command to expose settability for Server Parameters
- Closed
- related to
-
SERVER-57609 Print additional log line during startup showing all non-default parameters and values
- Closed