Skip to content

Conversation

@alvasw
Copy link
Contributor

@alvasw alvasw commented Jan 9, 2025

alvasw added 5 commits January 9, 2025 20:23
The persistingBlockInProgress field is read by the block parsing thread.
However, the block parsing thread and user thread write to the
persistingBlockInProgress field. The block parsing thread might see the
update too late and trigger another snapshot before the previous was
done.
Check if another snapshot creation is in progress before doing any
computation.
Copy link
Contributor

@alejandrogarcia83 alejandrogarcia83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@alejandrogarcia83 alejandrogarcia83 merged commit 3d86bbf into bisq-network:master Jan 15, 2025
0 of 3 checks passed
@alejandrogarcia83 alejandrogarcia83 added this to the v1.9.19 milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants