-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
None
-
False
-
-
Core connectors except for SqlServer are not caching instance of error handler which results in retry counter being lost and infinite retry loop.
For the non-core connectors I can confirm that this is also likely the case for
db2: https://github.com/debezium/debezium-connector-db2/blob/main/src/main/java/io/debezium/connector/db2/Db2ConnectorTask.java#L106
spanner: https://github.com/debezium/debezium-connector-spanner/blob/main/src/main/java/io/debezium/connector/spanner/SpannerConnectorTask.java#L107
vitess: https://github.com/debezium/debezium-connector-vitess/blob/main/src/main/java/io/debezium/connector/vitess/VitessConnectorTask.java#L87
I'm not sure about Cassandra and JBC sink.
- causes
-
DBZ-6643 When Debezium Mongodb connector encounter authentication or under privilege errors, the connection between debezium and mongodb keeps going up.
- Closed
- incorporates
-
DBZ-6643 When Debezium Mongodb connector encounter authentication or under privilege errors, the connection between debezium and mongodb keeps going up.
- Closed
- relates to
-
DBZ-4488 Failed retriable operations are retried infinitely
- Closed
- links to
-
RHEA-2023:120698 Red Hat build of Debezium 2.3.4 release