[bugfix] Fix 2 minor bugs in the hicache storage layer (#8404)

This commit is contained in:
yi wang
2025-07-31 13:47:14 +08:00
committed by GitHub
parent 43118f5f2a
commit 5963e50503
2 changed files with 6 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ class HiRadixCache(RadixCache):
)
if host_indices is not None:
node.host_value = host_indices
assert len(node.host_value) > 0
self.ongoing_write_through[node.id] = node
if not write_back:
# no need to lock nodes if write back