Re: New kind of crash?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: New kind of crash?
Дата
Msg-id 513BCD25.40003@agliodbs.com
обсуждение исходный текст
Ответ на Re: New kind of crash?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: New kind of crash?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
On 03/08/2013 07:27 PM, Alvaro Herrera wrote:
> Josh Berkus wrote:
>> Folks,
>>
>> This is one I've never seen before:
>>
>> => select generate_master_tables();
>> WARNING:  AbortTransaction while in COMMIT state
>> PANIC:  cannot abort transaction 9387287, it was already committed
>
> Anything that causes an ERROR in the final stages of a transaction
> commit will look like this.  Maybe, for example, something tried to
> acquire more shared memory for something (serializable xact?) but that
> was already full because of lock objects.
>

Well, is it worth trying to reproduce and diagnose?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: New kind of crash?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: New kind of crash?