DanielLeens commented on issue #10992: URL: https://github.com/apache/seatunnel/issues/10992#issuecomment-4774585839
There is now a concrete fix in progress for this path: PR #11166. After the latest code check and reproduction notes, the problem no longer looks like an `initial`-mode logic bug by itself. The failing path is that Postgres CDC currently treats the duplicate-slot case too narrowly when PostgreSQL returns a localized server message, even though the SQLSTATE is still the same duplicate-object code (`42710`). The open PR changes that detection to rely on SQLSTATE first, with the old English-text match kept only as a fallback. That is the right direction because it makes the behavior independent from the database server locale. If you have time, please keep an eye on PR #11166 and verify against that patch once it is available in `dev`. If it still reproduces after that, please update this thread with the new logs and we can continue from there. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
