[SERVER-11702] setParameter command results not complete Created: 14/Nov/13  Updated: 10/Dec/14  Resolved: 14/Nov/13

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

Type: Bug Priority: Minor - P4
Reporter: Kay Kim (Inactive) Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates SERVER-8552 setParameter command has confusing be... Backlog
Operating System: ALL
Participants:

 Description   

when I run setParameter to set two parameters, the result only shows previous value for one of the parameters.

7> db.getSiblingDB('admin').runCommand( { setParameter: 1, sslMode: "preferSSL", clusterAuthMode: "sendX509" } )
{ "was" : "allowSSL", "ok" : 1 }

However, both are actually set as verified by getParameter command:

8> db.getSiblingDB('admin').runCommand( { getParameter: 1, sslMode: 1, clusterAuthMode:1} )
{ "clusterAuthMode" : "sendX509", "sslMode" : "preferSSL", "ok" : 1 }



 Comments   
Comment by Eric Milkie [ 14/Nov/13 ]

SERVER-8552

Generated at Thu Feb 08 03:26:32 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.