From: | Selim Tuvi <stuvi(at)ilm(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: ALTER statement hanging |
Date: | 2015-12-04 00:31:02 |
Message-ID: | D702486C6BC79C40A9C6FF4F0315ABC0359648@mailbox09.lucas.alllucas.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
And I tried running the same statement on another node, while one node was running it and I got the following:
ERROR: database is locked against ddl by another node
HINT: Node (6223770712502831127,1,16389) in the cluster is already performing DDL
Terminating the statement in one node and running it on another results in a hang as well.
-Selim
________________________________
From: Selim Tuvi
Sent: Thursday, December 03, 2015 4:03 PM
To: pgsql-general(at)postgresql(dot)org
Subject: BDR: ALTER statement hanging
Hi, I am running a three node BDR cluster. BDR version is 0.9.3. Postgres version is 9.4.5.
With 0.9.2, I used to be able to issue ALTER statements using psql and it would go through. This time it is just hanging. The statement is this:
alter table pts alter column shot drop not null;
I also tried to add a column but that hangs as well:
alter table pts add column shot_tmp text;
Thanks
-Selim
From | Date | Subject | |
---|---|---|---|
Next Message | Selim Tuvi | 2015-12-04 00:42:39 | Re: ALTER statement hanging |
Previous Message | Francisco Reyes | 2015-12-04 00:16:51 | How to audit non LDAP connections? |