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

[R4R]fix: resolve the concurrent cache read and write issue for fast node #1009

Merged
merged 2 commits into from
Jul 22, 2022

Conversation

kyrie-yl
Copy link
Contributor

Signed-off-by: cryyl [email protected]

Description

When fast node insert a block, it will judge whether the 11 ahead of current block has been verified. While, if a block is an empty block, it must be verified. So if the 11 ahead block is an empty block, the AncestorVerified function will return true.

Rationale

Example

Changes

Notable changes:

  • In the AncestorVerified function, if the 11 ahead of current block is an empty block, return true.

@unclezoro unclezoro changed the title fix cache read and write concurrency issue of empty block [R4R]fix: resolve the concurrent cache read and write issue for fast node Jul 21, 2022
unclezoro
unclezoro previously approved these changes Jul 21, 2022
@unclezoro
Copy link
Collaborator

LGTM

@unclezoro unclezoro merged commit 015c527 into develop Jul 22, 2022
This was referenced Jul 28, 2022
@unclezoro unclezoro deleted the fix_cache_concurrency branch September 2, 2022 03:53
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

Successfully merging this pull request may close these issues.

None yet

5 participants