Skip to content

Commit

Permalink
DBZ-6271 add throwing of stack trace and a warn log
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysbemark committed Apr 4, 2023
1 parent 565e848 commit 61474a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -289,7 +289,7 @@ protected void determineSnapshotOffset(RelationalSnapshotContext<MySqlPartition,
}
}
else if (!connectorConfig.getSnapshotMode().shouldStream()) {
LOGGER.info("Failed retrieving binlog position, continuing as streaming CDC wasn't requested");
LOGGER.warn("Failed retrieving binlog position, continuing as streaming CDC wasn't requested");
}
else {
throw new DebeziumException("Cannot read the binlog filename and position via '" + showMasterStmt
Expand Down

0 comments on commit 61474a7

Please sign in to comment.