[SERVER-1843] getParameter() and setParameter() commands (WAS: syncdelay configurable at runtime) Created: 23/Sep/10  Updated: 12/Jul/16  Resolved: 22/Nov/10

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 1.7.4

Type: Improvement Priority: Minor - P4
Reporter: Travis Whitton Assignee: Eliot Horowitz (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to SERVER-6978 getParameter should know all setParam... Closed
Participants:

 Description   

Things controllable now:
syncdelay
logLevel
notablescan
quiet



 Comments   
Comment by auto [ 23/Nov/10 ]

Author:

{'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}

Message: get/set -> (get|set)Parameter and a test SERVER-1843
/mongodb/mongo/commit/6d745c7834558a030ebcc9e3ea9fc604f744987d

Comment by auto [ 22/Nov/10 ]

Author:

{'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}

Message: syncdelay in CmdLine and controllable via get/set SERVER-1843
/mongodb/mongo/commit/a47cae76249e2a2f679a853782d6988d99793471

Comment by Eliot Horowitz (Inactive) [ 22/Nov/10 ]

Example

> db.runCommand(

{ "get" : "*" }

)

{ "quiet" : false, "notablescan" : false, "logLevel" : 0, "ok" : 1 }

> db.runCommand(

{ "set" : 1 , "logLevel" : 2 }

)

{ "was" : 0, "ok" : 1 }

> db.runCommand(

{ "get" : "*" }

)

{ "quiet" : false, "notablescan" : false, "logLevel" : 2, "ok" : 1 }
Comment by auto [ 22/Nov/10 ]

Author:

{'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}

Message: get/set work for logLevel and quiet SERVER-1843
/mongodb/mongo/commit/c3c7a22e6370a6099196df87c1a96ab9c00a7068

Generated at Thu Feb 08 02:58:12 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.