Re: Protecting against multiple instances per cluster

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Protecting against multiple instances per cluster
Дата
Msg-id CAM-w4HNG-fV6aDO6wC9h9vLTjV-UZdohrLOMpfSVOSTGnxO8+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Protecting against multiple instances per cluster  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Thu, Sep 8, 2011 at 10:03 PM, Magnus Hagander <magnus@hagander.net> wrote:
>> Would there be a way to prevent this abhorrent scenario from coming
>> into existence?

> There are plenty of clustering products out there that are really
> designed for one thing pimarily, and that's dealing with this kind of
> fencing.

Wouldn't those products exist to *allow* you to set up an environment
like this safely?

I think what Thom is saying is it would be nice if we could notice the
situation looks bad and *stop* the user from doing this at all.

We could do that easily if we were willing to trade off some
convenience for users who don't have shared storage by just removing
the code for determining if there's a stale lock file.

Also if the shared filesystem happened to have a working locking
server and we use the right file locking api then we would be able to
notice an apparently stale lock file that is nonetheless locked by
another postgres instance. There was some talk about using one of the
locking apis a while back.


-- 
greg


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

Предыдущее
От: Daniel Farina
Дата:
Сообщение: Re: Should I implement DROP INDEX CONCURRENTLY?
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Large C files