Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.4.3, 2.0.1
-
None
Description
When checksum is in use and there is an error in replication stream master connection the blr_terminate_master_replication has no effect.
The checksum detection calls blr_master_delayed_connect(router); and connection is scheduled.
The fix will break the main loop as soon as the error indicator byte is seen and no other computation will be done (such as checksum)
Task estimation includes the fix and tests.