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

[draft](tablet scheduler) fix higher priority tablet add failed due to pending queue full #41076

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yujun777
Copy link
Collaborator

When tablet checker search for unhealth tablets, it will search table one by one. If the pending queue is full, then the later search tablets couldn't add into the pending queue, even if they are higher priorty. So we use a minmax queue to holding the tablets. If a tablet is higher priority and the pending queue is full, it will envit the lowest priority tablet in the queue, then add this tablet into queue;

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@yujun777
Copy link
Collaborator Author

run buildall

@yujun777 yujun777 marked this pull request as ready for review September 20, 2024 11:04
@yujun777 yujun777 marked this pull request as draft September 20, 2024 11:04
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.

2 participants