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

Non stop error #27

Merged
merged 2 commits into from
May 18, 2023
Merged

Non stop error #27

merged 2 commits into from
May 18, 2023

Conversation

mkindahl
Copy link
Collaborator

fix: remove duplicate table fetch

There were two lines that fetched the Oid of the metric table, probably a
result of a merge, so we remove it here.


fix: error should not stop worker

If there is a syntax error in the received packet the parser will generate an
error and the worker will exit. Instead, the error is captured, the packet
skipped, and processing continues with the next packet.

If there is a syntax error in the received packet the parser will generate an
error and the worker will exit. Instead, the error is captured, the packet
skipped, and processing continues with the next packet.
There were two lines that fetched the Oid of the metric table, probably a
result of a merge, so we remove it here.
@mkindahl mkindahl merged commit ccc84da into timescale:main May 18, 2023
@mkindahl mkindahl deleted the non-stop-error branch May 18, 2023 19:48
@mkindahl mkindahl added the bug Something isn't working label Jul 13, 2023
@mkindahl mkindahl self-assigned this Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant