import annotations locks db and causes errors for other writes #2356

Closed
opened 2014-03-12 20:32:41 +00:00 by j · 1 comment
Owner

(DatabaseError): deadlock detected
DETAIL: Process 29307 waits for on transaction 19116708; blocked by process 29205.
Process 29205 waits for on transaction 19116782; blocked by process 29307.
HINT: See server log for query details.

(DatabaseError): deadlock detected DETAIL: Process 29307 waits for <ShareLock> on transaction 19116708; blocked by process 29205. Process 29205 waits for <ShareLock> on transaction 19116782; blocked by process 29307. HINT: See server log for query details.
j added the
backend
label 2014-03-12 20:32:41 +00:00
j added this to the 14.01 milestone 2014-03-12 20:32:41 +00:00
j self-assigned this 2014-03-12 20:32:41 +00:00
j added the
major
defect
labels 2014-03-12 20:32:41 +00:00
Author
Owner

In []changeset:pandora,4197:

#!CommitTicketReference repository="" revision="pandora,4197"
dont use transaction for annotation import, fixes #2356
In []changeset:pandora,4197: ``` #!CommitTicketReference repository="" revision="pandora,4197" dont use transaction for annotation import, fixes #2356 ```
j added the
fixed
label 2014-03-13 09:25:33 +00:00
j closed this issue 2014-03-13 09:25:33 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2356
No description provided.