Client failure allows backed to continue

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Client failure allows backed to continue
Date: 2003-01-27 23:01:28
Message-ID: 200301272301.h0RN1S219465@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

As part of the training class I did, some people tested what happens
when the client allocates tons of memory to store a result and aborts.

What we found was that though elog was properly called:

elog(COMMERROR, "pq_recvbuf: recv() failed: %m");

(I think that was the message.) the backend did not exit and kept
eating CPU. I think the problem is that the elog code only exits on
ERROR, not COMMERROR. Is there some way to fix this?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2003-01-27 23:29:21 Re: Release Scheduales: 7.2.4 & 7.3.2
Previous Message Curt Sampson 2003-01-27 22:48:43 Re: Call for objections: put back OIDs in CREATE TABLE