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

Sanity check / retry for redo logs does not work per Oracle RAC thread

XMLWordPrintable

      In LogMinerHelper#setLogFilesForMining, there is a retry mechanism for when we may fetch no logs from the table due to certain race conditions.

      Unfortunately, the check is not Oracle RAC friendly as it does not impose a per-thread check, but rather, all threads provide at least 1 log, which isn't accurate.

      The method should treat each thread separately.

            ccranfor@redhat.com Chris Cranford
            ccranfor@redhat.com Chris Cranford
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: