Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle stale transactions on the backlog table #198

Closed
r-marques opened this issue Apr 20, 2016 · 1 comment
Closed

Handle stale transactions on the backlog table #198

r-marques opened this issue Apr 20, 2016 · 1 comment
Assignees

Comments

@r-marques
Copy link
Contributor

We need to handle the case in which a transactions in the backlog is assigned to nodeA and nodeA becomes unavailable (network connection, the node went down, couldn't handle the awesomeness of BigchainDB and caught on fire)

The solution would be a process that would check the backlog periodically for stale transactions and reassign them.

@ttmc
Copy link
Contributor

ttmc commented May 23, 2016

For reference, this is the routine reassignOldTransactions() in Listing 3 in the whitepaper (around page 23, although the page number may change as we edit the whitepaper).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants