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

Cannot retrieve internal schema history using JDBC

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 3.3.0.Alpha1
    • debezium-core
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Important

      I try to run a source MySQL connector on a database with large tables with many columns,

      I use debezium-server with the JDBC Internal schema history store. 

      There are history_data values larger than 65,000 chars, so it is split into several lines in the debezium_database_history table with column history_data_seq giving the position of each 65,000 char chunk.

      So far so good, but debezium is unable to read complete history_data values: back:com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input in field name

      It looks like JdbcSchemaHistory.recoverRecords() does not use history_data_seq to concatenate history_data chunks.

              Unassigned Unassigned
              ochedru Olivier Chédru
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: