Re: PostgreSQL occasionally unable to rename WAL files (NTFS)

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: PostgreSQL occasionally unable to rename WAL files (NTFS)
Дата
Msg-id ff8ec583-b202-bebb-4c70-8b4b338f8304@gmx.net
обсуждение исходный текст
Ответ на Re: PostgreSQL occasionally unable to rename WAL files (NTFS)  (Guy Burgess <guy@burgess.co.nz>)
Ответы Re: PostgreSQL occasionally unable to rename WAL files (NTFS)  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-general
Guy Burgess schrieb am 15.02.2021 um 11:52:
> The mystery now is that the only process logged as touching the
> affected WAL files is postgres.exe (of which there are many separate
> processes). Could it be that one of the postgres.exe instances is
> holding the affected WAL files in use after another postgres.exe
> instance has flagged the file as deleted? (or to put it the other
> way, a postgres.exe instance is flagging the file as deleted while
> another instance still has an open handle to the file)? If it is some
> other process such as the indexer (disabled) or AV (excluded from
> pgdata) is obtaining a handle on the WAL files, it isn't being logged
> by ProcMon.

My first suspect is always the anti-virus on Windows when things like
that happen with Postgres.

Maybe the AV configuration was changed and pgdata is no longer excluded.

Thomas




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

Предыдущее
От: Guy Burgess
Дата:
Сообщение: Re: PostgreSQL occasionally unable to rename WAL files (NTFS)
Следующее
От: Paolo Saudin
Дата:
Сообщение: Re: Replication sequence