Re: BUG #8225: logging options don't change after reload

Поиск
Список
Период
Сортировка
От Jeff Frost
Тема Re: BUG #8225: logging options don't change after reload
Дата
Msg-id 51B7A4E7.2070905@pgexperts.com
обсуждение исходный текст
Ответ на BUG #8225: logging options don't change after reload  (jeff@pgexperts.com)
Список pgsql-bugs
On 06/11/13 15:27, jeff@pgexperts.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      8225
> Logged by:          Jeff Frost
> Email address:      jeff@pgexperts.com
> PostgreSQL version: 9.1.8
> Operating system:   various
> Description:
>
> I've seen this a few times on client servers but still can't seem to boil it
> down to a nice reproducible test case.
>
> What happens is that we change various logging options in postgresql.conf,
> then reload, and every so often, the settings don't seem to take effect even
> though they are logged as being changed.
>
> Here's an example from a recent logging run:
>
> grep -hi checkpoint *.csv
> 2013-05-31 12:58:33.051 MDT,,,5398,,5189c940.1516,8,,2013-05-07 21:40:48
> MDT,,0,LOG,00000,"parameter ""log_checkpoints"" changed to
> ""on""",,,,,,,,,""
> 2013-05-31 15:18:36.131 MDT,,,5398,,5189c940.1516,22,,2013-05-07 21:40:48
> MDT,,0,LOG,00000,"parameter ""log_checkpoints"" removed from configuration
> file, reset to default",,,,,,,,,""
>
> So, note that log_checkpoints was logged as being changed, then 2hrs 20mins
> later it's logged as being set back to default, but there's not a single
> checkpoint logged in that time period.  I checked and checkpoint_timeout is
> indeed set to 300s.
>
> Also, in addition, we change the log_filename to datacollection-%H and while
> that also shows up in the log during the reload:
>
> 2013-05-31 12:58:33.051 MDT,,,5398,,5189c940.1516,9,,2013-05-07 21:40:48
> MDT,,0,LOG,00000,"parameter ""log_filename"" changed to
> ""datacollection-%H""",,,,,,,,,""
>
> and the logfile is created, postgresql continues to log to the old filename
> for the duration of the logging run.
>
> I've seen this on recent 9.0, 9.1 and 9.2 versions.  This particular run was
> on 9.1.8.
>
>
>

Oh sorry, that should specify "Various linux version" meaning: Ubuntu 12.04,
Ubuntu 10.04, CentOS 5/6, Scientific Linux 6.

--
Jeff Frost <jeff@pgexperts.com>
CTO, PostgreSQL Experts, Inc.
Phone: 1-888-PG-EXPRT x506
FAX: 415-762-5122
http://www.pgexperts.com/

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

Предыдущее
От: jeff@pgexperts.com
Дата:
Сообщение: BUG #8225: logging options don't change after reload
Следующее
От: ddebernardy@yahoo.com
Дата:
Сообщение: BUG #8226: Inconsistent unnesting of arrays