-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some specific tables in RDS Aurora postgresql 16.2 - ERROR: invalid snapshot identifier #1750
Comments
It's happening with large tables |
Sometimes it also throws - failed to set transaction snapshot: failed to set transaction snapshot: ERROR: invalid snapshot identifier: "0000000E-0002EEB6-1" (SQLSTATE 22023) |
I've seen this happen when the initial copy gets interrupted. In that scenario we should get a new snapshot Is peerdb running out of memory on your setup? |
Hi @debugger22 ! |
We are seeing similar error while replicating from Postgres to Snowflake, we did the inital sync and it been running in CDC mode. The replication stopped about a week ago with this error message failed to pull records: [pg_query_executor] failed to set snapshot: ERROR: invalid snapshot identifier: "0000000E-00128E0A-1" (SQLSTATE 22023) |
that error can only occur in initial load, we'd need logs in the surrounding context |
Hi All, Did we get any workaround to solve this problem? I'm also getting below same error failed to pull records: [pg_query_executor] failed to set snapshot: ERROR: invalid snapshot identifier: "000000E3-000062E4-1" (SQLSTATE 22023) |
Hi @serprex , |
That PR addresses this issue. It's held up being merged because there's worry about getting stuck in an error loop with initial load causing too much load or something |
[pg_query_executor] failed to set snapshot: ERROR: invalid snapshot identifier: "0000002F-00040D68-1" (SQLSTATE 22023)
The text was updated successfully, but these errors were encountered: