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

Make the delayed time interval for cleanup job data in both scheduler and executor configurable #469

Closed
yahoNanJing opened this issue Oct 28, 2022 · 1 comment · Fixed by #472
Labels
enhancement New feature or request

Comments

@yahoNanJing
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Currently it's hard coded by 5 minutes. It's not flexible for different situations and environment. And it's better to distinguish the delayed time interval for shuffle data and job metadata in sled by different values. For example,

  • for the shuffle data, it's OK to delete them in a very short delayed time. 5 minutes is OK.
  • for the job metadata in sled, it's better to keep it longer. Maybe hours is better.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@yahoNanJing yahoNanJing added the enhancement New feature or request label Oct 28, 2022
@mingmwang
Copy link
Contributor

There are couple of hard coding configurations in Ballista now, it is better we resolve those in a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants