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 Nomad evaluation race condition #632

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

mpass99
Copy link
Contributor

@mpass99 mpass99 commented Jul 23, 2024

that was caused by Nomad sending similar evaluation information multiple times and Poseidon closing the response channel only asynchronously.

Closes #618

@mpass99 mpass99 requested a review from MrSerth July 23, 2024 10:53
@mpass99 mpass99 self-assigned this Jul 23, 2024
Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.92%. Comparing base (8f819de) to head (64ec09b).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #632   +/-   ##
=======================================
  Coverage   76.92%   76.92%           
=======================================
  Files          41       41           
  Lines        3498     3498           
=======================================
  Hits         2691     2691           
  Misses        592      592           
  Partials      215      215           

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

that was caused by Nomad sending similar evaluation information multiple times and Poseidon closing the response channel only asynchronously.
@MrSerth MrSerth force-pushed the fix/#618-racing-evaluations branch from 64ec09b to 2136eb8 Compare August 1, 2024 19:49
@MrSerth MrSerth enabled auto-merge (rebase) August 1, 2024 19:49
@MrSerth MrSerth merged commit 0cffdd5 into main Aug 1, 2024
10 checks passed
@MrSerth MrSerth deleted the fix/#618-racing-evaluations branch August 1, 2024 19:55
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.

Panic: Send on closed channel
2 participants