Skip to content

DDL locking issue #90

@bdrouvotAWS

Description

@bdrouvotAWS

Description

Locked session hanging for ever.

Steps to reproduce

Node 1:

abba=# begin;
BEGIN
abba=*# drop table foo;
DROP TABLE

Node 2:

abba=# insert into foo values (1);

Hanging as expected, but then:

Node 1:

abba=*# commit;
COMMIT

Insert on Node 2 still hanging and never ends.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions