Euler Taveira

Results 167 comments of Euler Taveira

error code -4 means `EAI_FAIL` (see `/usr/include/netdb.h` and `man getaddrinfo`). The `evdns_getaddrinfo` [1] calls `got_result_gai` (that the `evdns_getaddrinfo_cb` callback) and the first argument is the `getaddrinfo` return. That's exactly where...

Do you check your DNS server log around the same timestamp? Unfortunately, libevent does not provide enough debug information.

@tarkhil same warning message? Could you reliably reproduce it or it is just a sporadic issue like the other reports?

You are not the first one that complains about it. This message can help users detect that your authentication service cannot keep up with the storm of authentication requests. On...

What's your PgBouncer version? What's your pgbouncer.ini? Did you reload the service after modifying the `admin_users` parameter?

Indeed. I asked Cirrus Labs about the FreeBSD image and it seems we are using an EOL image. I created ande merged the PR #1183 to fix it. Revert the...

Start providing the exact PgBouncer version: `pgbouncer -V`. The error message is not the exact message we have in the source code. _I'm assuming that you type it instead of...

Most of the items are cosmetic or false positives (like the sbuf). I already submitted a PR #1169 that handles 008. I will check some of these items when I...

I didn't review this PR yet but I noticed that you did lots of changes in the documentation that is not related to this feature. If you want to propose...