Skip to content
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

Subscribe throws ERR_OUT_OF_RANGE #296

Closed
ghost opened this issue Mar 30, 2022 · 1 comment
Closed

Subscribe throws ERR_OUT_OF_RANGE #296

ghost opened this issue Mar 30, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 30, 2022

"The value of "offset" is out of range. It must be >= 0 and <= 305. Received 208928780"

This happens on a table with replica indetity set to full. (so that old values are sent on update)

The issue is with 'O' TupleData parsing, where the parser is not skipping the 2 byte column count after the 'O' tag.

Fix: https://megous.com/dl/tmp/0001-Fix-update-message-parsing-in-subscribe.patch

@porsager
Copy link
Owner

Very nice @Megous - Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant