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

Fix batch2 intermittent failure #6583

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

jamesagnew
Copy link
Collaborator

When processing a batch2 job under heavy load, a race condition meant that the final reducer step would occasionally fail if it started immediately following a batch2 maintenance task.

Copy link

github-actions bot commented Jan 3, 2025

Formatting check succeeded!

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.47%. Comparing base (406db33) to head (e20cf87).
Report is 145 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6583      +/-   ##
============================================
- Coverage     83.54%   83.47%   -0.07%     
- Complexity    27432    28521    +1089     
============================================
  Files          1707     1795      +88     
  Lines        106185   111059    +4874     
  Branches      13397    13953     +556     
============================================
+ Hits          88710    92712    +4002     
- Misses        11750    12367     +617     
- Partials       5725     5980     +255     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@jmarchionatto jmarchionatto left a comment

Choose a reason for hiding this comment

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

Looks good. Approved

@jamesagnew jamesagnew merged commit cf9a901 into master Jan 3, 2025
66 of 67 checks passed
@jamesagnew jamesagnew deleted the ja_20250103_fix_batch2_intermittent branch January 3, 2025 18:14
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