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

Handle Receive query error #320

Open
chasers opened this issue Mar 8, 2024 · 1 comment
Open

Handle Receive query error #320

chasers opened this issue Mar 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chasers
Copy link
Contributor

chasers commented Mar 8, 2024

Based on: riverqueue/river#238 (comment)

I was able to reproduce locally with the linked repo: https://github.com/JanRuettinger/river_issue/tree/main

We are getting:

ClientHandler: Receive query error: {:error, {:invalid_msg, {:tls_alert, {:bad_record_mac, 'TLS server: In state connection at tls_record_1_3.erl:351 generated SERVER ALERT: Fatal - Bad Record MAC\n decryption_failed'}}}}

Which I suspect is leaving stray connections open which eventually eats up the connection pool?

@chasers chasers added the bug Something isn't working label Mar 8, 2024
@brycegoh
Copy link

Hello, can I check if there are any updates or temporary fixes for this issue?

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

No branches or pull requests

2 participants