Re: Buildfarm failure from overly noisy warning message

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Buildfarm failure from overly noisy warning message
Дата
Msg-id 20150726150011.GA12755@awork2.anarazel.de
обсуждение исходный текст
Ответ на Buildfarm failure from overly noisy warning message  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Buildfarm failure from overly noisy warning message  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

On 2015-07-26 10:56:05 -0400, Tom Lane wrote:
>   CREATE INDEX tenk2_unique1 ON tenk2 USING btree(unique1 int4_ops);
> + WARNING:  could not send signal to process 30123: No such process

> What's evidently happened here is that our session tried to boot an
> autovacuum process off a table lock, only that process was gone by the
> time we issued the kill() call.  No problem really ... but aside from
> causing buildfarm noise, I could see somebody getting really panicky
> if this message appeared on a production server.

Oops.

> I'm inclined to reduce the WARNING to LOG

Hm, that doesn't seem like a very nice solution, given that LOG is even
more likely to end up in the server log.

> and/or skip it altogether if the error is ESRCH.

Combined with a comment why we're ignoring that case that'd work for me.


- Andres



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: A little RLS oversight?
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: checkpointer continuous flushing