postmaster freeze

From: Vladimir Drobny <vladimir(dot)drobny(at)vvexpert(dot)sk>
To: pgsql-general(at)postgresql(dot)org
Subject: postmaster freeze
Date: 2004-03-08 10:39:56
Message-ID: 299791489.20040308113956@vvexpert.sk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello pgsql-general,

I have problem with my postgres server. I am running postgres
7.3.4 on RedHat9 (shrike) on dual processor machine.
Sometimes (cca 3 times per day) postmaster service will freeze
with 100% CPU load with SELECT statement (statement is never
finished). If I try the same action again without restarting
server, it works (but freezed postmasted still consume 100% CPU).
It seems that something in postgres is locked, because
if I run command vacuum when this situation happens,
psql will freeze too. I defined also statement_timeout=600000
(10 minutes) in config, but It seem does not work.

Did somebody have the same problem?
Please, help, this db is productive...

--
Vladimir Drobny mailto:vladimir(dot)drobny(at)vvexpert(dot)sk

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2004-03-08 10:40:21 Re: faster SELECT
Previous Message Richard Huxton 2004-03-08 10:27:15 Re: faster SELECT