- 
    Type:Improvement 
- 
    Resolution: Fixed
- 
    Priority:Major - P3 
- 
    Affects Version/s: None
- 
    Component/s: Replication, Testing Infrastructure
- 
        Fully Compatible
- 
        v4.0, v3.6
- 
        STM 2018-10-08
- 
        0
- 
        3
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
Mongobridge assigns ports sequentially so you have to use modular arithmetic to figure out which bridges are associated with which mongods. If we assigned (bridge port) = (mongod port) + 10000, it would be very easy to map them to each other.