lvyanquan commented on PR #3237:
URL: https://github.com/apache/flink-cdc/pull/3237#issuecomment-2065637354

   The failure in current CI contains a error message of 
   ```
   (4185ef2c5087300d32f25ea842d3ec59_cbc357ccb763df2852fee8c4fc7d55f2_0_0) 
switched from RUNNING to FAILED with failure cause:
   java.lang.IllegalStateException: The "before" field of UPDATE/DELETE message 
is null, please check the Postgres table has been set REPLICA IDENTITY to FULL 
level. You can update the setting by running the command in Postgres 'ALTER 
TABLE inventory.products REPLICA IDENTITY FULL'. Please see more in Debezium 
documentation: 
https://debezium.io/documentation/reference/1.9/connectors/postgresql.html#postgresql-replica-identity
        at 
org.apache.flink.cdc.connectors.postgres.table.PostgresValueValidator.validate(PostgresValueValidator.java:44)
 ~[classes/:?]
   ```
   Which is unrelated with this pr.
   
   And CC @loserwang1024.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to