Re: Wait free LW_SHARED acquisition

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Wait free LW_SHARED acquisition
Дата
Msg-id CAM3SWZQh8Cpmc36RSwKyhDzw9Hks_vxyWANYwmCE7kq6KQMaDw@mail.gmail.com
обсуждение исходный текст
Ответ на Wait free LW_SHARED acquisition  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: Wait free LW_SHARED acquisition  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On Thu, Sep 26, 2013 at 3:55 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> We have had several customers running postgres on bigger machines report
> problems on busy systems. Most recently one where a fully cached
> workload completely stalled in s_lock()s due to the *shared* lwlock
> acquisition in BufferAlloc() around the buffer partition lock.

That's unfortunate. I saw someone complain about what sounds like
exactly the same issue on Twitter yesterday:

https://twitter.com/Roguelazer/status/382706273927446528

I tried to engage with him, but was unsuccessful.

-- 
Peter Geoghegan



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Wait free LW_SHARED acquisition
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Wait free LW_SHARED acquisition