DBZ-8140 Revert "DBZ-8140 Validate log position method missing gtid info from SourceInfo"

This reverts commit 4f500b60e2.
This commit is contained in:
Jiri Pechanec 2024-08-23 11:35:59 +02:00
parent b127d12148
commit 114fe0b071

View File

@ -170,7 +170,6 @@ public void setBinlogStartPoint(String binlogFilename, long positionOfFirstEvent
* have been previously processed
*/
public void setCompletedGtidSet(String gtidSet) {
sourceInfo.startGtid(gtidSet);
if (gtidSet != null && !gtidSet.trim().isEmpty()) {
// Remove all the newline chars that exist in the GTID set string ...
String trimmedGtidSet = gtidSet.replace("\n", "").replace("\r", "");