Re: pgpool log errors

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: postgresql(dot)org(at)seumas(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgpool log errors
Date: 2004-10-07 13:10:08
Message-ID: 20041007.221008.48401933.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I've started using pgpool and while everything appears to be working,
> I've been getting a lot of the following errors in my logs:
>
> ----
> ERROR: pid 14761: pool_read: EOF encountered
> ----
>
> This seems to be simple enough - the client/user probably just canceled
> the request and isn't anything to be concerned about? I get about a
> dozen of these per hour on a system that has about 25,000 connections/day.
>
>
> ----
> ERROR: pid 14761: ProcessFrontendResponse: failed to read kind
> ----
>
> I have no idea what this one means. I'm concerned because I get a lot of
> these Between one and two dozen per hour.
>
> I've googled. I've searched the postgres mailing list archives. Asked
> around in IRC. Can't really find anything to explain it. I would greatly
> appreciate clarification from anyone with insight to this.

I don't know what verison of pgpool you are using nor your pgpool.conf
but I guess your clients are just sloppy in that disconnect the
connection without using disconnect API (what kind of language are
using for the API, by the way?)

In this case you will get errors such as "unexpected EOF on
client connection" from PostgreSQL even if you don't use pgpool
anyway.
--
Tatsuo Ishii

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2004-10-07 14:34:46 Re: Random not so random
Previous Message Bo Lorentsen 2004-10-07 13:04:24 Re: interfaces for python