Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-26 | Increase the max delay between retry attempts | Erik Johnston | 1 | -1/+1 | |
Otherwise if you have many workers they can easily take out master with their connection attempts | |||||
2019-02-26 | Fix tightloop over connecting to replication server | Erik Johnston | 3 | -5/+42 | |
If the client failed to process incoming commands during the initial set up of the replication connection it would immediately disconnect and reconnect, resulting in a tightloop. This can |