Обсуждение: Should I worry?

Поиск
Список
Период
Сортировка

Should I worry?

От
"Josh Berkus"
Дата:
Folks:

Do I need to worry about this:

pq_flush: send() failed: Broken pipe  
... which appears in the log intermittently?


______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


Re: Should I worry?

От
Tom Lane
Дата:
"Josh Berkus" <josh@agliodbs.com> writes:
> Do I need to worry about this:
> pq_flush: send() failed: Broken pipe  
>  ... which appears in the log intermittently?

Looks like the trace of a client disconnecting ungracefully (mid-query).
If you're not aware of any client-side failures in your setup then you
should perhaps look more closely, but otherwise this is not something
to worry about.  The backend will roll back its transaction and close
up shop just fine.

I think we have a TODO item to suppress multiple occurrences of this
log message, but otherwise that stuff works fine AFAIK.
        regards, tom lane