Retry aborted transaction when the deadlock is detected. #166
No reviewers
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#166
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "retry-on-deadlock"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes:https://github.com/vulcanize/go-ethereum/issues/136
LGTM! Some additional comments here: https://github.com/vulcanize/go-ethereum/issues/136#issuecomment-992704987
This is more of a fix for a symptom rather than an underlying issue but I suspect the changes made on the
postgres_refactor
branch will prevent intra-process deadlocks from occurring and these changes will be great to have as a fall back and as a way of recovering from inter-process deadlocks.