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

Handle submitted worker failure #726

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Conversation

Andyz26
Copy link
Collaborator

@Andyz26 Andyz26 commented Nov 13, 2024

Context

In some edge cases, where the node fails after accepting worker submission, the submitted request's handling failure is currently ignored, thus leaving the failed worker in a stuck state if the job is not fully launched yet (still in the initial batch scheduling state).

fix:
trigger scheduling failure to retry.

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable

Copy link

github-actions bot commented Nov 13, 2024

Test Results

615 tests  ±0   605 ✅ ±0   8m 10s ⏱️ ±0s
142 suites ±0    10 💤 ±0 
142 files   ±0     0 ❌ ±0 

Results for commit 9f50786. ± Comparison against base commit 4da2e05.

♻️ This comment has been updated with latest results.

@Andyz26 Andyz26 requested a deployment to Integrate Pull Request November 14, 2024 00:10 — with GitHub Actions Waiting
@Andyz26 Andyz26 merged commit 325d23d into master Nov 14, 2024
4 of 5 checks passed
@Andyz26 Andyz26 deleted the andyz/fixFailureOnSumittedNode branch November 14, 2024 17:33
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.

3 participants