Re: [HACKERS] Improvement in log message of logical replicationworker

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Improvement in log message of logical replicationworker
Дата
Msg-id 15ab93f0-e869-7fa4-da13-2d7269d1a684@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] Improvement in log message of logical replication worker  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: [HACKERS] Improvement in log message of logical replication worker  (Masahiko Sawada <sawada.mshk@gmail.com>)
Re: [HACKERS] Improvement in log message of logical replicationworker  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 5/12/17 00:30, Masahiko Sawada wrote:
> I got same log messages 'starting logical replication worker for
> subscription' total 5 times but actually 4 of them mean to launch
> table sync worker and another one means apply worker. We cannot
> distinguish them. Also, I got same log messages 'logical replication
> synchronization worker finished processing' total 4 times but I think
> it's better to show the table name in finish log message as well. Any
> thoughts?

Yeah, that's quite a lot of messages for normal operation.  I've been
playing around with it a little bit and came up with the attached patch
that produced a slightly reduced log volume and more consistent messages.

I think we don't need a message from the launcher that it will launch a
worker and then the worker also reporting that it started, so I
downgraded the former to DEBUG1.  A more radical solution would be to
downgrade all these messages to DEBUG1.

We want to avoid showing OIDs in user-facing messages, but it's not
always easy to look up the names.  See the patch for one solution.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Race conditions with WAL sender PID lookups
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] Server Crashes if try to provide slot_name='none' atthe time of creating subscription.