forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[decoupled-execution] adjust the sync condition
This commit simplifies the sync condition to avoid race condition between sync and buffer manager. Before it's possible for a node with version X to trigger a sync to X+10 while buffer manager locally commits to X+15. After it's not possible to commit beyond the sync target since it's only triggered if the block is not in buffer manager yet. Closes: aptos-labs#9529
- Loading branch information
1 parent
5ff8e6c
commit d6c0749
Showing
1 changed file
with
4 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters