Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-599

Incorrect offset may be committed despite unparseable DDL statements

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 0.10.0.Beta3
    • None
    • mysql-connector
    • None

    Description

      If there's an unparseable DDL statement and the schema changes topic is enabled, it may happen that the offset of that DDL event gets committed by Kafka Connect (the reason being that poll() may emit the corresponding SourceRecord before the failure property is set which will stop the connector eventually. This should not happen, i.e. such unparseable DDL event should not be propagated.

      Attachments

        Activity

          People

            jpechane Jiri Pechanec
            gunnar.morling Gunnar Morling
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: