[HiCache] Read the in-flight buffer backup's node id from its snapshot in sanity_check (#40013)

Co-authored-by: Pranjal Shankhdhar <pranjalssh@meta.com>
Co-authored-by: Jialin Ouyang <Jialin.Ouyang@gmail.com>
This commit is contained in:
metamergebot
2026-09-18 15:47:56 -07:00
committed by GitHub
co-authored by Pranjal Shankhdhar Jialin Ouyang
parent 0e5347db82
commit 81a199f56a
2 changed files with 77 additions and 1 deletions
@@ -3548,7 +3548,7 @@ class UnifiedRadixCache(BasePrefixCache):
# can resolve + validate them without reaching into Controller state.
if self.buffer_pipeline is not None:
ongoing_write_through = [
(nid, entry.intent.node_id)
(nid, entry.intent.snapshot.node_id)
for nid, entry in self.buffer_pipeline.ongoing_write_through.items()
]
else: