Re: Two-phase commit

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Two-phase commit
Дата
Msg-id Pine.OSF.4.61.0410071417260.432862@kosh.hut.fi
обсуждение исходный текст
Ответ на Re: Two-phase commit  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-hackers
On Thu, 7 Oct 2004, Oliver Jowett wrote:

> Probably the next question is, do we want a database-side timeout on how long 
> prepared txns can stay alive before being summarily rolled back?

That sounds very dangerous to me. You could end up breaking global 
atomicity if some other resource in the global transaction committed.

The transaction monitor can do timeouts if necessary, and a super user has 
to resolve the in-doubt transactions if the TM crashes non-recoverably.

- Heikki


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

Предыдущее
От: Marcos A Vaz Salles
Дата:
Сообщение: Hypothetical Indexes
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1