[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:
co-authored by
Kangyan Zhou
Claude Opus 5
parent
4b186cfea5
commit
45b511b2ef
@@ -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(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user