Re: Hung Postgres Processes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Hung Postgres Processes
Date: 2002-11-23 05:09:44
Message-ID: 3372.1038028184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Josh Berkus" <josh(at)agliodbs(dot)com> writes:
> When I got to the machine in the morning, there were 3 processes, one
> query, one checkpoint process and the postmaster which were frozen.
> SIGHUP and SIGTERM were ignored by these; SIGKILL was able to kill
> the postmaster process, but the two other processes went to "D" status
> and were untouchable.

You've got hardware problems. It's not Postgres' fault if the disk
stops responding, which is what a process stuck in disk-wait state
implies.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Hill 2002-11-23 14:21:11 postgresql slow down
Previous Message Josh Berkus 2002-11-23 04:43:39 Hung Postgres Processes