-
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] With a high streamload frequency and too many tablets involved, TabletCommitInfos will take up too much memory. #53329
Conversation
d744b1b
to
37e768e
Compare
fe/fe-core/src/main/java/com/starrocks/transaction/DatabaseTransactionMgr.java
Outdated
Show resolved
Hide resolved
0b8627a
to
07ca645
Compare
❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚. |
@Mergifyio rebase |
…ed, TabletCommitInfos will take up too much memory. Signed-off-by: edwinhzhang <[email protected]>
Signed-off-by: edwinhzhang <[email protected]>
Signed-off-by: edwinhzhang <[email protected]>
✅ Branch has been successfully rebased |
07ca645
to
dcf2f0c
Compare
Quality Gate passedIssues Measures |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 8 / 8 (100.00%) file detail
|
@Mergifyio backport branch-3.4 |
@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
|
✅ Backports have been created
|
…ed, TabletCommitInfos will take up too much memory. (#53329) Signed-off-by: edwinhzhang <[email protected]> (cherry picked from commit 86476df)
…ed, TabletCommitInfos will take up too much memory. (#53329) Signed-off-by: edwinhzhang <[email protected]> (cherry picked from commit 86476df)
…ed, TabletCommitInfos will take up too much memory. (#53329) Signed-off-by: edwinhzhang <[email protected]> (cherry picked from commit 86476df) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/transaction/DatabaseTransactionMgr.java
…ed, TabletCommitInfos will take up too much memory. (#53329) Signed-off-by: edwinhzhang <[email protected]> (cherry picked from commit 86476df) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/transaction/DatabaseTransactionMgr.java
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
…ed, TabletCommitInfos will take up too much memory. (StarRocks#53329) Signed-off-by: edwinhzhang <[email protected]>
Why I'm doing:
Upgrading from 3.1.2 to 3.1.15, the memory grows too fast.
Version 3.1.2 memory didn't grow too fast because of 35115 refactoring here.
dump info:
What I'm doing:
Fixes #53330
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: