Uh oh!
There was an error while loading. Please reload this page.
[feature-wip] (memory tracker) (step6, End) Fix some details - #9301
Merged
morningman merged 6 commits intoMay 10, 2022
Conversation
xinyiZzzforce-pushed
the
switch_tls_tracker6_fix_datils
branch
2 times, most recently
from
April 29, 2022 10:39
a04f145 to
f2a8708CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xinyiZzzforce-pushed
the
switch_tls_tracker6_fix_datils
branch
2 times, most recently
from
May 6, 2022 03:13
22d4988 to
80f58dfCompareContributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
xinyiZzzforce-pushed
the
switch_tls_tracker6_fix_datils
branch
from
May 9, 2022 02:04
28e4be0 to
5b56690Comparemorningman
approved these changes
May 10, 2022
zhengshiJ pushed a commit
to zhengshiJ/incubator-doris
that referenced
this pull request
May 13, 2022
…9301) 1. Fix LoadTask, ChunkAllocator, TabletMeta, Brpc, the accuracy of memory track. 2. Modified some MemTracker names, deleted some unnecessary trackers, and improved readability. 3. More powerful MemTracker debugging capabilities. 4. Avoid creating TabletColumn temporary objects and improve BE startup time by 8%. 5. Fix some other details.
starocean999 pushed a commit
to starocean999/incubator-doris
that referenced
this pull request
May 19, 2022
…9301) 1. Fix LoadTask, ChunkAllocator, TabletMeta, Brpc, the accuracy of memory track. 2. Modified some MemTracker names, deleted some unnecessary trackers, and improved readability. 3. More powerful MemTracker debugging capabilities. 4. Avoid creating TabletColumn temporary objects and improve BE startup time by 8%. 5. Fix some other details.
englefly pushed a commit
to englefly/incubator-doris
that referenced
this pull request
May 23, 2022
…9301) 1. Fix LoadTask, ChunkAllocator, TabletMeta, Brpc, the accuracy of memory track. 2. Modified some MemTracker names, deleted some unnecessary trackers, and improved readability. 3. More powerful MemTracker debugging capabilities. 4. Avoid creating TabletColumn temporary objects and improve BE startup time by 8%. 5. Fix some other details.
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 freeto 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.
Proposed changes
Issue Number: close#7196
Problem Summary:
Checklist(Required)
Further comments
For related tests of impact and accuracy, can refer to the previous pr: #9145
In future: