Sergey Prokhorov

Results 208 comments of Sergey Prokhorov

I believe your problem is too specific for your application. Why don't you put this "name" to "hostname" conversion here https://github.com/imboy-pub/imboy/blob/5dd150a3c4b8a64ebbfb2a2f7834ddd38cf0f902/src/imboy_sup.erl#L14-L15 ?

Hi, are you running the latest version of epgsql? i.e. 4.7.1

Hi, sorry, it's unlikely that I'll have time to debug it myself, but I'll gladly accept any PR that fixes this issue! Do you run plain TCP connection or you...

Hey, may you please attach the examples of error logs before and after this change?

I am slightly opposed to this change because - in epgsql we don't really do much to avoid crashes in the connection process if something is not going according to...

But if there will be no logs, how do we notice (from the Erlang app logs) that the database went down? I just feel that by silently hiding errors like...

Hey, sorry for delay. I have a proposal: can we make this behavior configurable? i.e. if there is a connect option, say, `silent_crash` (or whatever better describes this behavior), then...

I think `epgsql` CI fell victim of this issue. As you see, it succeeds on each OTP version from OTP-21 to OTP-27, but fails with timeout on OTP-26.2.5.4 https://github.com/epgsql/epgsql/actions/runs/11610405553

I tried to reproduce it on 26.2.5.3 and it does not reproduce. So only affects 26.2.5.4. Stes to reroduce: ``` # while on OTP-26.2.5.4 git clone https://github.com/epgsql/epgsql.git cd epgsql make...

What is interesting is that if I add ` --sname epgtest --setcookie epgtest` to the `rebar3 ct` command and then at the same time start the remote shell `r 'epgtest@laptop'`...