Hangs with 7.1.2 and vacuum

Started by Stephen Robert Norrisover 24 years ago3 messagesgeneral
Jump to latest
#1Stephen Robert Norris
srn@commsecure.com.au

Has anyone else noticed hangs with 7.1.2 and the vacuum statement?

I often get this happening when the vacuum starts and there are other
queries going on. Closing the other connections seems to fix it,
although they all claim to be idle.

This looks like a real problem - is it new to 7.1.2 or has it been
around for a while?

Any help greatly appreciated.

Stephen

#2Hiroshi Inoue
Inoue@tpf.co.jp
In reply to: Stephen Robert Norris (#1)
Re: Hangs with 7.1.2 and vacuum

Stephen Robert Norris wrote:

Has anyone else noticed hangs with 7.1.2 and the vacuum statement?

I often get this happening when the vacuum starts and there are other
queries going on. Closing the other connections seems to fix it,
although they all claim to be idle.

Are those idle connections out of transactions ?

regards,
Hiroshi Inoue

#3Stephen Robert Norris
srn@commsecure.com.au
In reply to: Hiroshi Inoue (#2)
Re: Hangs with 7.1.2 and vacuum

On Mon, Jul 23, 2001 at 05:55:27PM +0900, Hiroshi Inoue wrote:

Stephen Robert Norris wrote:

Has anyone else noticed hangs with 7.1.2 and the vacuum statement?

I often get this happening when the vacuum starts and there are other
queries going on. Closing the other connections seems to fix it,
although they all claim to be idle.

Are those idle connections out of transactions ?

regards,
Hiroshi Inoue

Well spotted - I just worked that out :) We are using python, and we've
locally modified the pgdb.py module to not open a transaction; sadly the
person installing one of the client machines missed that step...

Thanks,
Stephen