Update the known_gaps
table for Deadlocks in the Statediffing application
#215
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
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#215
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
There are might be many cases where
vulcanize-geth
skips over a block or block range while the application is running and connected to the database. But to start, we will implement the feature of updating theknown_gaps
table when a deadlock occurs in thewriteStateDiffWithRetry
function.x
number of times (due to a deadlock).x
retries, the block hasn't been written to the database, write it to theknown_gaps
table.In the future, we can extend this capability to other features within the
statediff
service.