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

schema_only_recovery mode not working for FileDatabaseHistory

    XMLWordPrintable

Details

    • False
    • False
    • Hide

      1) Set history settings something like the below:

      debezium.source.database.history.file.filename=data/file_database_history
      debezium.source.database.history=io.debezium.relational.history.FileDatabaseHistory

      2) Run initial snapshot

      3) Stop debezium server

      4)  Change snapshot.mode to schema_only_recovery

      5)  Start up Debezium server.   Schema recovery doesn't run

       

      Show
      1) Set history settings something like the below: debezium.source.database.history.file.filename=data/file_database_history debezium.source.database.history=io.debezium.relational.history.FileDatabaseHistory 2) Run initial snapshot 3) Stop debezium server 4)  Change snapshot.mode to schema_only_recovery 5)  Start up Debezium server.   Schema recovery doesn't run  

    Description

      Hi there,

      I'm currently running Debezium Server 1.8 with the Oracle Connector.  I was trying to implement a workaround to do incremental snapshots on new tables using schema_only_recovery and believe I've come across a bug when using io.debezium.relational.history.FileDatabaseHistory to do a schema_only_recovery.

       

      When I ran a schema_only_recovery, I noticed that nothing was happening.  I was not able to reproduce when using a Kafka topic for the history.  I've tried logging out messages at various points in the code, and I believe that schema.historyExists in OracleConnectorTask.java will always return true when FileDatabaseHistory is used.

      It seems that when the OracleDatabaseSchema object is instantiated, there is a check to see if the file specified exists and if not it creates the file.  When historyExists is executed later, it's checking for the file and finds it as it was created in the earlier process

      Attachments

        Activity

          People

            Unassigned Unassigned
            nathan-smit-1 Nathan Smit
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: