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

feat(compactor): Improve PullTask strategy and reduce meta operations #14741

Open
Li0k opened this issue Jan 23, 2024 · 1 comment
Open

feat(compactor): Improve PullTask strategy and reduce meta operations #14741

Li0k opened this issue Jan 23, 2024 · 1 comment

Comments

@Li0k
Copy link
Contributor

Li0k commented Jan 23, 2024

Background

When the task fails to execute on the compactor side or is rejected, the task will be canceled by reporting the task.
Since we introduced resource control to avoid compactor overload, Tasks may encounter frequent cancels and reissue tasks through PullTask, which will result in a large number of meta operations.

Improve

  1. On the compactor side, after observing a high task failure rate, reduce the frequency of PullTask. (Prioritize implementation)
  2. On the Meta side, collect compactor status information and actively reject PullTask.
@github-actions github-actions bot added this to the release-1.7 milestone Jan 23, 2024
@Li0k Li0k modified the milestones: release-1.7, release-1.8 Mar 6, 2024
@Li0k Li0k removed this from the release-1.8 milestone Apr 8, 2024
Copy link
Contributor

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.

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

1 participant