[HiCache] Publish a host store event for storage-prefetch refills (#38486)

Co-authored-by: Shuwen Wang <47200617+alphabetc1@users.noreply.github.com>
This commit is contained in:
Jundong Liu
2026-09-13 10:29:14 +00:00
committed by GitHub
co-authored by Shuwen Wang
parent a7cf4a6fbc
commit 7078e5ffbc
4 changed files with 66 additions and 0 deletions
@@ -2116,6 +2116,7 @@ class UnifiedTreeCore(UnifiedTreeCoreInterface):
self._update_evictable_leaf_sets(new_node)
self._update_evictable_leaf_sets(node)
result.inserted_host_node = new_node.id
self.kv_events.record_store(new_node, medium=StorageMedium.CPU)
return result
def build_backup_spec(self, node_id: NodeId):