Skip to content

Fix race condition#4378

Open
OisinKyne wants to merge 1 commit intomain-v1.9from
fix/qbft-compare-timer-race
Open

Fix race condition#4378
OisinKyne wants to merge 1 commit intomain-v1.9from
fix/qbft-compare-timer-race

Conversation

@OisinKyne
Copy link
Contributor

category: bug
feature_flag: ?

@sonarqubecloud
Copy link

case err := <-compareErr:
if err != nil {
log.Warn(ctx, errCompare.Error(), err)
return inputValueSource, errCompare
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe to preserve errors chain: return inputValueSource, errors.Wrap(err, errCompare.Error()).

@pinebit pinebit self-requested a review March 11, 2026 19:33
@pinebit
Copy link
Collaborator

pinebit commented Mar 12, 2026

I suggest to convert this into a task, then we will plan for this test/fix in another planning meeting.

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.

2 participants