Uh oh!
There was an error while loading. Please reload this page.
[enhancement](cloud) fix TTL cache size negative overflow - #41987
Conversation
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
doris-robot
commented
Oct 16, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
freemandealer
commented
Oct 16, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Oct 16, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 16, 2024
TPC-H: Total hot run time: 41289 ms |
doris-robot
commented
Oct 16, 2024
TPC-DS: Total hot run time: 192047 ms |
doris-robot
commented
Oct 16, 2024
ClickBench: Total hot run time: 32.57 s |
Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
freemandealer
commented
Oct 17, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 17, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 17, 2024
TPC-H: Total hot run time: 41273 ms |
doris-robot
commented
Oct 17, 2024
TPC-DS: Total hot run time: 192383 ms |
doris-robot
commented
Oct 17, 2024
ClickBench: Total hot run time: 32.68 s |
PR approved by at least one committer and no changes requested. |
reset_range enlarges the size if the download size is larger than the original size. TTL LRU queue missed that while still subtracting the larger size when entries were removed from the queue, causing the size metric negative overflow. Pick #41987 Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
reset_range enlarges the size if the download size is larger than the original size. TTL LRU queue missed that while still subtracting the larger size when entries were removed from the queue, causing the size metric negative overflow.
reset_range enlarges the size if the download size is larger than the original size. TTL LRU queue missed that while still subtracting the larger size when entries were removed from the queue, causing the size metric negative overflow.