Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Don't recovery non-executed txs on startup #197

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

tuommaki
Copy link
Contributor

It has turned out in practice that nodes are unable to re-execute old non-executed transactions on startup. It often happens that nodes are running long time without restart and when they do, they start to re-execute transactions from several days / weeks behind, which doesn't make any sense.

Therefore drop the pickup of non-executed transactions on startup and continue from the latest "HEAD".

It has turned out in practice that nodes are unable to re-execute old
non-executed transactions on startup. It often happens that nodes are
running long time without restart and when they do, they start to
re-execute transactions from several days / weeks behind, which doesn't
make any sense.

Therefore drop the pickup of non-executed transactions on startup and
continue from the latest "HEAD".
@tuommaki tuommaki self-assigned this Jun 10, 2024
@tuommaki
Copy link
Contributor Author

YOLO; CI green. Going.

@tuommaki tuommaki merged commit 82bff11 into main Jun 10, 2024
4 checks passed
@tuommaki tuommaki deleted the no_unexecuted_tx_recovery_on_startup branch June 10, 2024 06:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant