Add ETIMEDOUT to ALL_CONNECTION_FAILURE_ERRNOS

Поиск
Список
Период
Сортировка
От Jelte Fennema
Тема Add ETIMEDOUT to ALL_CONNECTION_FAILURE_ERRNOS
Дата
Msg-id AM5PR83MB01782BFF2978505F6D6C559AF7AA9@AM5PR83MB0178.EURPRD83.prod.outlook.com
обсуждение исходный текст
Ответы Re: Add ETIMEDOUT to ALL_CONNECTION_FAILURE_ERRNOS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Previously successfully opened TCP connections can still fail on reads
with ETIMEDOUT. This should be considered a connection failure, so that
the connection in libpq is marked as CONNECTION_BAD. The reason I got an
ETIMEDOUT was, because I had set a low tcp_user_timeout in the
connection string. However, it can probably also happen due to
keepalive limits being reached.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: [BUG] failed assertion in EnsurePortalSnapshotExists()
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: non-superusers are allowed to drop the replication user, but are not allowed to alter or even create them, is that ok?