-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.5.2
-
Component/s: Replication
-
None
-
ALL
-
Sample bad response:
{ setName: "test-rs0", setVersion: 2, ismaster: true, secondary: false, hosts: [ "Randolphs-MacBook-Air.local:31100", "Randolphs-MacBook-Air.local:31101", "Randolphs-MacBook-Air.local:31101" ], primary: "Randolphs-MacBook-Air.local:31100", tags: { dc: "ny", tag: "one" }, me: "Randolphs-MacBook-Air.local:31100", maxBsonObjectSize: 16777216, maxMessageSizeBytes: 48000000, localTime: new Date(1380305413050), maxWireVersion: 1, minWireVersion: 0, ok: 1.0 }
The impact in mongos is that this would cause an assertion failure (and print a stacktrace) and make the nodes unusable (can't perform queries, insert, etc).
- is depended on by
-
SERVER-10383 read_pref_cmd.js failed on Windows 64-bit
- Closed
- related to
-
SERVER-10823 isMaster does not contain tags in some cases
- Closed