Re: Deleted WAL files held open by backends in Linux

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Deleted WAL files held open by backends in Linux
Дата
Msg-id 4B13E3C5020000250002CDFD@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Deleted WAL files held open by backends in Linux  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Deleted WAL files held open by backends in Linux
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: 
> There has to be something causing those sessions to touch WAL, and
> the dirty-buffer scenario doesn't seem reliable enough.
This is seeming fairly likely to be the cause, though.  It may be a
combination of the nightly VACUUM FREEZE ANALYZE we typically do on
every database and the monitoring software, which would directly run
a couple queries each five seconds or so, and would also exercise
the software publishers on a similar schedule.  My "smoking gun" is
that the monitoring software was restarted last night after the time
that the nightly vacuums would have completed, and its connections
are not showing as having a deleted WAL file open today.
I was unable to directly cause the a backend to open a WAL file by
connecting through JDBC and running the same kind of queries used by
the software publisher, which does tend to point to some indirect
mechanism, like the dirty buffer flushing.
-Kevin


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: OpenSSL key renegotiation with patched openssl
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Application name patch - v4