-
Bug
-
Resolution: Done
-
Major
-
3.2.1.Final, 3.2.2.Final
-
None
We use standalone server - iceberg sink.
We also use Reselect Postprocessor.
The version of Debezium used is 3.2.1
We encountered a connector error, after which the connector reboots
"exceptionType": "java.sql.SQLException",
"message": "ORA-01555: snapshot too old: rollback segment number with name \"\" too small\nORA-22924: snapshot too old\n\nhttps://docs.oracle.com/error-help/db/ora-01555/",
exceptionType": "io.debezium.DebeziumException
"message": "Couldn't convert value for column USERATTRS",
"exceptionType": "org.apache.kafka.connect.errors.ConnectException",
"message": "Error while processing event at offset
",
*
USERATTRS - is a CLOB field.
In that moment we have a time lag between the source and sink with reselect postprocessor turned on
Our UNDO_RETENTION is not big and reselect took data from database (not from flashback)
ArchiveLogs are exist on that moment.