-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BugFix] Fix automatic partition hang when open timeout is too long exhausted automatic partition rpc thread pool #47838
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Jul 4, 2024
…xhausted automatic partition rpc thread pool Signed-off-by: meegoo <[email protected]>
meegoo
force-pushed
the
fix_automatic_partition
branch
from
July 9, 2024 07:54
481d826
to
1b5a7a8
Compare
jaogoy
previously approved these changes
Jul 9, 2024
wyb
previously approved these changes
Jul 9, 2024
mark this PR as behavior changed in two places
|
kevincai
approved these changes
Jul 9, 2024
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 2 / 2 (100.00%) file detail
|
wyb
approved these changes
Jul 10, 2024
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Jul 10, 2024
…xhausted automatic partition rpc thread pool (#47838) Signed-off-by: meegoo <[email protected]> (cherry picked from commit 3fadc53)
42 tasks
mergify bot
pushed a commit
that referenced
this pull request
Jul 10, 2024
…xhausted automatic partition rpc thread pool (#47838) Signed-off-by: meegoo <[email protected]> (cherry picked from commit 3fadc53) # Conflicts: # be/src/exec/tablet_sink_index_channel.cpp
24 tasks
mergify bot
pushed a commit
that referenced
this pull request
Jul 10, 2024
…xhausted automatic partition rpc thread pool (#47838) Signed-off-by: meegoo <[email protected]> (cherry picked from commit 3fadc53) # Conflicts: # be/src/exec/tablet_sink_index_channel.cpp
42 tasks
wanpengfei-git
pushed a commit
that referenced
this pull request
Jul 10, 2024
…xhausted automatic partition rpc thread pool (backport #47838) (#48099) Co-authored-by: meegoo <[email protected]>
meegoo
added a commit
that referenced
this pull request
Jul 10, 2024
…xhausted automatic partition rpc thread pool (backport #47838) (#48101) Co-authored-by: meegoo <[email protected]>
meegoo
added a commit
that referenced
this pull request
Aug 5, 2024
…xhausted automatic partition rpc thread pool (backport #47838) (#48100) Signed-off-by: meegoo <[email protected]> Co-authored-by: meegoo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.1-merged
3.2-merged
3.3-merged
behavior_changed
documentation
Improvements or additions to documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why I'm doing:
Currently, the open operation uses half of the total ingestion timeout as the RPC timeout, which in exceptional cases may lead to the depletion of the automatic partition’s thread pool. Therefore, on one hand, the thread pool for automatic partition needs to be increased, and on the other hand, the maximum timeout for the open operation needs to be controlled.
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: