Uh oh!
There was an error while loading. Please reload this page.
[fix](memory) Add cache manager check for exist - #35590
Conversation
doris-robot
commented
May 29, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
xinyiZzz
commented
May 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 29, 2024
TPC-H: Total hot run time: 41505 ms |
doris-robot
commented
May 29, 2024
TPC-DS: Total hot run time: 169884 ms |
doris-robot
commented
May 29, 2024
ClickBench: Total hot run time: 30.59 s |
doris-robot
commented
May 29, 2024
TeamCity be ut coverage result: |
f75e4e3 to
5ef418dComparexinyiZzz
commented
May 29, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
May 29, 2024
TPC-H: Total hot run time: 40436 ms |
doris-robot
commented
May 29, 2024
TPC-DS: Total hot run time: 168062 ms |
doris-robot
commented
May 29, 2024
ClickBench: Total hot run time: 30.42 s |
doris-robot
commented
May 29, 2024
TeamCity be ut coverage result: |
xinyiZzz
commented
Jun 3, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 3, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 3, 2024
TPC-H: Total hot run time: 41395 ms |
doris-robot
commented
Jun 3, 2024
TPC-DS: Total hot run time: 172755 ms |
doris-robot
commented
Jun 3, 2024
ClickBench: Total hot run time: 30.24 s |
xinyiZzz
commented
Jun 3, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 3, 2024
TPC-H: Total hot run time: 40627 ms |
doris-robot
commented
Jun 3, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 3, 2024
TPC-DS: Total hot run time: 169750 ms |
doris-robot
commented
Jun 3, 2024
ClickBench: Total hot run time: 30.58 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Debug CacheManager::_caches unordered_map multithreaded visibility.
Fix#35590, CacheManager get CachePolicy should be used lock. Add LRUCachePolicyTrackingAllocator and LRUCachePolicyTrackingManual. tracking memory in LRUCachePolicy::insert, LRUCacheValueBase not need init mem_tracker, so not need to get CachePolicy under lock.
Fix#35590, CacheManager get CachePolicy should be used lock. Add LRUCachePolicyTrackingAllocator and LRUCachePolicyTrackingManual. tracking memory in LRUCachePolicy::insert, LRUCacheValueBase not need init mem_tracker, so not need to get CachePolicy under lock.
Debug CacheManager::_caches unordered_map multithreaded visibility.
Fixapache#35590, CacheManager get CachePolicy should be used lock. Add LRUCachePolicyTrackingAllocator and LRUCachePolicyTrackingManual. tracking memory in LRUCachePolicy::insert, LRUCacheValueBase not need init mem_tracker, so not need to get CachePolicy under lock.
Debug CacheManager::_caches unordered_map multithreaded visibility.
Fixapache#35590, CacheManager get CachePolicy should be used lock. Add LRUCachePolicyTrackingAllocator and LRUCachePolicyTrackingManual. tracking memory in LRUCachePolicy::insert, LRUCacheValueBase not need init mem_tracker, so not need to get CachePolicy under lock.
Debug CacheManager::_caches unordered_map multithreaded visibility.
Fixapache#35590, CacheManager get CachePolicy should be used lock. Add LRUCachePolicyTrackingAllocator and LRUCachePolicyTrackingManual. tracking memory in LRUCachePolicy::insert, LRUCacheValueBase not need init mem_tracker, so not need to get CachePolicy under lock.
Proposed changes
Debug CacheManager::_caches unordered_map multithreaded visibility.