-
Bug
-
Resolution: Done
-
Minor
-
1.7.0.Alpha1
-
None
-
False
-
False
-
-
In case there are no binlog events from the start to the end of incremental snapshot the read-only implementation checks gtids of heartbeat events to hack if the chunk selection window can be closed.
Right now the gtid is always compared to the high watermark, which can be empty if there are no binlog events during the chunk selection.
Check heartbeat reaching low watermark in case the high watermark is empty(no binlog events between watermarks)