Re: Proposal: Implement failover on libpq connect level.

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Proposal: Implement failover on libpq connect level.
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B50F93091@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Proposal: Implement failover on libpq connect level.  (PostgreSQL - Hans-Jürgen Schönig<postgres@cybertec.at>)
Ответы Re: Proposal: Implement failover on libpq connect level.  (PostgreSQL - Hans-Jürgen Schönig<postgres@cybertec.at>)
Список pgsql-hackers
Hans-Jürgen Schönig wrote:
> in addition to that you have the “problem” of transactions. if you failover in the middle
> of a transaction, strange things might happen from the application point of view.
> 
> the good thing, however, is that stupid middleware is sometimes not able to handle
> failed connections. however, overall i think it is more of a danger than a benefit.

Maybe I misunderstood the original proposal, but my impression was that the alternative
servers would be tried only at the time the connection is established, and there would be no
such problems as you describe.

Those could only happen if libpq automatically tried to reconnect upon failure without
the client noticing.

So the stupid middleware would get an error message, but the reconnect would actually work.

Yours,
Laurenz Albe

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

Предыдущее
От: PostgreSQL - Hans-Jürgen Schönig
Дата:
Сообщение: Re: Proposal: Implement failover on libpq connect level.
Следующее
От: PostgreSQL - Hans-Jürgen Schönig
Дата:
Сообщение: Re: Proposal: Implement failover on libpq connect level.