supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

Handle `Receive query error`

Open chasers opened this issue 1 year ago • 1 comments

Based on: https://github.com/riverqueue/river/issues/238#issuecomment-1970260899

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 avatar Mar 08 '24 21:03 chasers

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

brycegoh avatar Aug 17 '24 02:08 brycegoh