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

The engine stops and then restarts the application or the Oracle dies and then starts the Oracle loss event

XMLWordPrintable

    • Important

      In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.

      Bug report

       

      What Debezium connector do you use and what version?

      Oracle Connector 2.1.2.Final

      What is the connector configuration

      What is the captured database version and mode o depoyment?

      Oracle 11g  

      Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

      What behaviour do you expect?

      Insert data into Oracle using the following statement,
      BEGIN
      FOR i IN 1.. 10000 LOOP
      INSERT INTO t_test_point values(i,'t'||i);
      end LOOP;
      END;

      The insertion process stops the application or oracle and then restarts the application or oracle, losing a small part of the events received by the application,and I expect that there will be no missing events received by the application

      What behaviour do you see?

      When I stop the app

       

      When I stop Oracle

      Do you see the same behaviour using the latest relesead Debezium version?

      (Ideally, also verify with latest Alpha/Beta/CR version)

      <Your answer>

      Do you have the connector logs, ideally from start till finish?

      There are a lot of trace logs, so I divided the number of logs equally for easy upload

      logs1.ziplogs2.zip

      How to reproduce the issue using our tutorial deployment?

      <Your answer>

      Feature request or enhancement

      For feature requests or enhancements, provide this information, please:

      Which use case/requirement will be addressed by the proposed feature?

      <Your answer>

      Implementation ideas (optional)

      <Your answer>

        1. 微信图片_20230302174818.png
          31 kB
          Jay Jackson
        2. 微信图片_20230302174849.png
          660 kB
          Jay Jackson
        3. 微信图片_20230302174852.png
          119 kB
          Jay Jackson
        4. 微信图片_20230303095857.png
          233 kB
          Jay Jackson
        5. 微信图片_20230303095910.png
          444 kB
          Jay Jackson

              vjuranek@redhat.com Vojtech Juranek
              roger0917 Jay Jackson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: