Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: 2.4.4
-
Fix Version/s: 2.5.1
-
Component/s: None
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Steps To Reproduce:
- Connect to the Primary
- rs.stepDown()
- Connect to the new Primary
- rs.stepDown()
- connect to another secondary
- rs.status() will show the old Primary with a syncingTo field
Description
If the current Primary of a replica set has been a Secondary in the past, then a rs.status() when issued from a current Secondary will show that Primary with a syncingTo field.