Details
-
New Feature
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Replication
Description
For diagnostic purposes it would be good to be able to get access to the slave map, and/or clear it. It might also be useful to manually add/update it.
I'm thinking something like:
db.adminCommand({replSetSlaveMap:1}) // dumps
|
{ rid: { _id:x, host:.., optime:OpTime},
|
rid2: { _id:x, host:.., optime:OpTime}}
|
db.adminCommand({replSetSlaveMap:1, reset:true}) // clears/resets
|
db.adminCommand({replSetSlaveMap:1, update:{rid:OpTime}}) // updates ember
|
Attachments
Issue Links
- is related to
-
SERVER-15425 Make new replication code resilient to members being removed from the replset config
-
- Closed
-
-
SERVER-15443 Provide mechanism for inspecting the slave tracking map
-
- Closed
-
-
SERVER-15444 Clean op old entries in the slave tracking map
-
- Closed
-
-
SERVER-6934 Make getLastError return servers that didn't get a write
-
- Closed
-