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

GC job failed when the execution time exceed 24 hours #16587

Closed
stonezdj opened this issue Mar 25, 2022 · 4 comments
Closed

GC job failed when the execution time exceed 24 hours #16587

stonezdj opened this issue Mar 25, 2022 · 4 comments

Comments

@stonezdj
Copy link
Contributor

GC job might take a long time(>24hours) to complete, the job service reaper will mark this job as failed when it exceeds 24 hours.
Current this setting is hardcode and result in the GC job in some env always failing.

maxUpdateDuration = 24 * time.Hour

@stonezdj stonezdj changed the title GC job failed when the execution time exceed 24 hour GC job failed when the execution time exceed 24 hours Mar 25, 2022
@github-actions
Copy link

This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.

@wy65701436
Copy link
Contributor

move out of v2.6 per discuss with @stonezdj , since we have introduced failure tolerance and process present, this issue is not a high priority task for GC. And, there is no specific recommendation for the maximum duration, as it could be 3 days, 4 days, depending on the use of the storage.

@github-actions
Copy link

This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.

@github-actions github-actions bot added the Stale label Aug 13, 2022
@github-actions
Copy link

This issue was closed because it has been stalled for 30 days with no activity. If this issue is still relevant, please re-open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants