You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix](filecache) reset_range dose not update shadow queue causing large cache size (#59314)
shadown queue is copying the actual LRU queue and provide lockless
acess. but the copying loses updating size when actual LRU queue is
reseting range (when load data, we first allocate 1MB block for the data
and reset the size to the real size when finalizing).
This commit does the following to fix this problem:
1. update the corresponding shadow queue element when resetting
2. calibrate size during initial loading into memory process
Signed-off-by: zhengyu <[email protected]>
0 commit comments