Uh oh!
There was an error while loading. Please reload this page.
[fix](memory) Fix adjust cache capacity - #45603
Conversation
Thearas
commented
Dec 18, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
xinyiZzz
commented
Dec 18, 2024
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Dec 18, 2024
TPC-H: Total hot run time: 39830 ms |
doris-robot
commented
Dec 18, 2024
TPC-DS: Total hot run time: 189778 ms |
doris-robot
commented
Dec 18, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Dec 18, 2024
ClickBench: Total hot run time: 32.79 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
### What problem does this PR solve? If the cache capacity adjustment is not completed within 500ms (conf::memory_gc_sleep_time_ms), the next adjustment will be skipped. In some scenarios, after Memory GC adjusts the cache capacity to 0, the next adjustment to restore the cache capacity is skipped, the cache capacity will remain at 0 for a long time.
### What problem does this PR solve? If the cache capacity adjustment is not completed within 500ms (conf::memory_gc_sleep_time_ms), the next adjustment will be skipped. In some scenarios, after Memory GC adjusts the cache capacity to 0, the next adjustment to restore the cache capacity is skipped, the cache capacity will remain at 0 for a long time.
What problem does this PR solve?
If the cache capacity adjustment is not completed within 500ms (conf::memory_gc_sleep_time_ms), the next adjustment will be skipped.
In some scenarios, after Memory GC adjusts the cache capacity to 0, the next adjustment to restore the cache capacity is skipped, the cache capacity will remain at 0 for a long time.
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)