[fix](cloud) Fix the issue where it takes a long time to come alive on first boot#58152
Merged
gavinchou merged 2 commits intoapache:masterfrom Nov 20, 2025
Merged
[fix](cloud) Fix the issue where it takes a long time to come alive on first boot#58152gavinchou merged 2 commits intoapache:masterfrom
gavinchou merged 2 commits intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
Contributor
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
gavinchou
reviewed
Nov 19, 2025
yujun777
reviewed
Nov 19, 2025
fe/fe-core/src/main/java/org/apache/doris/system/HeartbeatMgr.java
Outdated
Show resolved
Hide resolved
Contributor
Author
|
run buildall |
Contributor
|
PR approved by anyone and no changes requested. |
gavinchou
approved these changes
Nov 20, 2025
Contributor
|
PR approved by at least one committer and no changes requested. |
TPC-H: Total hot run time: 35887 ms |
TPC-DS: Total hot run time: 188429 ms |
ClickBench: Total hot run time: 27.46 s |
github-actions bot
pushed a commit
that referenced
this pull request
Nov 20, 2025
…n first boot (#58152) fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 20, 2025
…n first boot (#58152) fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive.
Contributor
FE Regression Coverage ReportIncrement line coverage |
nagisa-kunhah
pushed a commit
to nagisa-kunhah/doris
that referenced
this pull request
Dec 14, 2025
…n first boot (apache#58152) fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive.
w41ter
pushed a commit
to w41ter/incubator-doris
that referenced
this pull request
Dec 26, 2025
…n first boot (apache#58152) (apache#5857) pick from apache#58152 fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive.
yiguolei
pushed a commit
to yiguolei/incubator-doris
that referenced
this pull request
Dec 30, 2025
…n first boot (apache#58152) (apache#5858) …n first boot (apache#58152) pick from apache#58152 fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive.
seawinde
pushed a commit
to seawinde/doris
that referenced
this pull request
Jan 30, 2026
…n first boot (apache#58152) (apache#5859) fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive. pick from apache#58152
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fix heartbeat abort txn too slow,This caused the first startup to take a very long time to come alive.