BUG #6393: cluster sometime fail under heavy concurrent write load

From: maxim(dot)boguk(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6393: cluster sometime fail under heavy concurrent write load
Date: 2012-01-11 02:00:59
Message-ID: E1RknUp-0000cl-ME@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6393
Logged by: Maxim Boguk
Email address: maxim(dot)boguk(at)gmail(dot)com
PostgreSQL version: 9.0.6
Operating system: Linux Ubuntu
Description:

I have heavy write-load table under PostgreSQL 9.0.6 and sometime (not
always but more then 50% chance) i'm getting the next error during cluster:

db=# cluster public.enqueued_mail;
ERROR: duplicate key value violates unique constraint
"pg_toast_119685646_index"
DETAIL: Key (chunk_id, chunk_seq)=(119685590, 0) already exists.

chunk_id different each time.

No uncommon datatypes exists in the table.

Currently I work on create reproducible test case (but it seems require 2-3
open write transaction on the table).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message naveen 2012-01-11 09:31:41 Postgres Backup and Restore
Previous Message vic 2012-01-11 00:24:35 BUG #6392: leak memory while restore/load dump