[GENERAL] "Canceling authentication due to timeout" with idle transaction andreindex - Mailing list pgsql-general

From s19n
Subject [GENERAL] "Canceling authentication due to timeout" with idle transaction andreindex
Date
Msg-id 20170915102558.3auk2bav5tyca5zn@hekla
Whole thread Raw
Responses Re: [GENERAL] "Canceling authentication due to timeout" with idletransaction and reindex  (Michael Paquier <michael.paquier@gmail.com>)
Re: [GENERAL] "Canceling authentication due to timeout" with idletransaction and reindex  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-general
Hello,
I am experiencing the following while using PostgreSQL 
9.6.3-1.pgdg16.04+1 (deb package from official repository):

1. with "\set AUTOCOMMIT off" in my psqlrc, issue a
"SELECT * FROM pg_stat_activity;" and leave it there

2. in a different connection, issue a database REINDEX (of any database 
different from 'postgres')

* Any further attempt to create new connections to the server, to any 
database, does not succeed and leads to a "FATAL: canceling authentication 
due to timeout" in the server logs.

* The REINDEX doesn't actually complete unless I end the transaction 
started at point 1.

Is this expected? I am failing to see the relation between an idle 
transaction in the 'postgres' database, a reindex operation and 
subsequent logins.

Thank you very much for your attention,
Best regards

-- 
https://s19n.net


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Rafal Pietrak
Date:
Subject: Re: [GENERAL] looking for a globally unique row ID
Next
From: Michael Paquier
Date:
Subject: Re: [GENERAL] "Canceling authentication due to timeout" with idletransaction and reindex