Re: [PERFORM] pgsql connection timeone - Mailing list pgsql-performance

From Vucomir Ianculov
Subject Re: [PERFORM] pgsql connection timeone
Date
Msg-id 1533063486.1591.1485597833654.JavaMail.vukomir@DESKTOP-9I7P6HN
Whole thread Raw
In response to Re: [PERFORM] pgsql connection timeone  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PERFORM] pgsql connection timeone  (Vucomir Ianculov <vukomir@os-ux.com>)
List pgsql-performance
Hi Tom,

this is the entry from pg_hba.conf
host all             all             0.0.0.0/0               md5

i needed to restart postgres service to be able to accept new connection, witch it strange becouse there was no load on the server and it head a lot of free ram.





From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Vucomir Ianculov" <vukomir@os-ux.com>
Cc: pgsql-performance@postgresql.org
Sent: Wednesday, January 25, 2017 3:15:28 PM
Subject: Re: [PERFORM] pgsql connection timeone

Vucomir Ianculov <vukomir@os-ux.com> writes:
> i'm seeing a lot of connection time out in postgresql log

> 2017-01-25 11:09:47 EET [6897-1] XXX@YYY FATAL: canceling authentication due to timeout
> 2017-01-25 11:10:15 EET [6901-1] XXX@YYY FATAL: canceling authentication due to timeout
> 2017-01-25 11:10:17 EET [6902-1] xxx@YYY FATAL: canceling authentication due to timeout

So ... what authentication method are you using?

                        regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PERFORM] pgsql connection timeone
Next
From: Philippe Ivaldi
Date:
Subject: Re: [PERFORM] Chaotic query planning ?