From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | tamanna madaan <tamanna(dot)madan(at)globallogic(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, Tapin Agarwal <tapin(dot)agarwal(at)globallogic(dot)com> |
Subject: | Re: "attempted to lock invisible tuple" error while update |
Date: | 2010-07-09 16:04:33 |
Message-ID: | AANLkTinM2M3CHzP3ti1kdv2p3z0ECBQfV-z0HrxiYsIu@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Jul 8, 2010 at 10:56 PM, tamanna madaan
<tamanna(dot)madan(at)globallogic(dot)com> wrote:
> Hi All
>
> I am using a cluster setup with two nodes in it. Replication between two
> nodes is being done through slony.
>
> Postgres version is 8.1.2 and slony version is 1.1.5 .
>
> I am running an operation that does thousands of update/inserts/delete on
> some tables. While running update query on a
>
> particular table let say <abc> , it gives error “attempted to lock invisible
> tuple” and fails. This update query is supposed to update
>
> hundreds of record. Sometimes it gives the error while running this update
> query and sometimes not. I have seen postgres logs of two
>
> instances when it fails due to “attempted to lock invisible tuple” error ,
> in these two instances while it was doing an update on <abc> table,
>
> another query was going on the same table which was updating a particular
> record. Can this (two updates at the same time on the same table) be the
> reason for
>
> this error in some way ( just a guess) . If not, then what can be the
> reason of this error ??
Not sure what the cause is but have you tried updating to the latest
8.1.x version?
From | Date | Subject | |
---|---|---|---|
Next Message | Alban Hertroys | 2010-07-09 18:15:35 | Re: problem with table structure |
Previous Message | Miguel Vaz | 2010-07-09 15:08:08 | Re: problem with table structure |