[Router] Honor KV-event storage tiers in the cache-aware tree (1/4) (#39108)

Co-authored-by: Kangyan Zhou <kangyan.zhou@radixark.ai>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-09-14 21:18:15 -07:00
committed by GitHub
co-authored by Kangyan Zhou Claude Opus 5
parent 4b186cfea5
commit 45b511b2ef
5 changed files with 708 additions and 105 deletions
@@ -155,9 +155,9 @@ fn match_prefix_is_consistent_with_concurrent_clear() {
// consistent.
if m.matched_blocks == chain.len() {
assert!(
m.workers.contains(&w),
m.workers().contains(&w),
"full match must include worker; got {:?}",
m.workers,
m.workers(),
);
}
}