Skip to content

Conversation

@yujun777
Copy link
Contributor

cherry pick from #41076

… due to pending queue full (apache#41076)

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;

other:
1. increase mow version incomplete task sched priority;
@yujun777
Copy link
Contributor Author

run buildall

@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.

@dataroaring dataroaring merged commit d89e5de into apache:branch-2.1 Sep 26, 2024
yujun777 added a commit to yujun777/doris that referenced this pull request Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants