Abhishek Chauhan
unread,Jul 28, 2026, 11:16:31 AM (6 days ago) Jul 28Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
Hi,
In debezium 3.2.6 we are are facing this error, will it restart the connector/task? If not then the log inconsistent state, how we can maintain or handle this ??
This specific error can often mean that the redo state is changing faster than Debezium can consume it, and this means that the log state in LogMiner has become outdated.
How we can handle this scenario??
Error:
{"time":"2026-07-28T14:40:30.518820806Z","stream":"stdout","_p":"F","log":"Caused by: java.sql.SQLException: ORA-00310: archived log contains sequence 291845; sequence 291841 required",pod_ip":"1.240.29.207","container_name":"generic{"time":"2026-07-28T14:40:30.51897671Z","stream":"stdout","_p":"P","log":"Caused by: Error : 310, Position : 0, Sql = SELECT SCN, SQL_REDO, OPERATION_CODE, TIMESTAMP, XID, CSF, TABLE_NAME, SEG_OWNER, OPERATION, USERNAME, ROW_ID, ROLLBACK, RS_ID, STATUS, INFO, SSN, THREAD#, DATA_OBJ#, DATA_OBJV#, DATA_OBJD#, CLIENT_ID, START_SCN, COMMIT_SCN, START_TIMESTAMP, COMMIT_TIMESTAMP, SEQUENCE# FROM V$LOGMNR_CONTENTS WHERE SCN > :1 AND SCN <= :2 AND (OPERATION_CODE IN (1,2,3,6,7,27,34,36,255) OR (OPERATION_CODE = 5 AND INFO NOT LIKE 'INTERNAL DDL%')) AND (SEG_OWNER IS NULL OR UPPER(SEG_OWNER) IN ('UNKNOWN','CUSTOMER_I','OPUS_CORE','CUSTOMER')) AND (TABLE_NAME IS NULL OR UPPER(SEG_OWNER || '.' || TABLE_NAME) IN (), Error Msg = ORA-00310: archived log contains sequence 291845; sequence 291841