[BugFix] correct host leaf status check from evicted to backuped (#23537)
This commit is contained in:
@@ -846,7 +846,7 @@ class HiRadixCache(RadixCache):
|
||||
return
|
||||
|
||||
for child in node.children.values():
|
||||
if child.evicted:
|
||||
if child.backuped:
|
||||
if node in self.evictable_host_leaves:
|
||||
self.evictable_host_leaves.remove(node)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user