mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
fix: cachinglayer: avoid eviction during json handling (#44812)
issue: #44797 Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>
This commit is contained in:
parent
3140bd0ca6
commit
df6a4dc1a0
@ -241,7 +241,7 @@ class SegmentInternalInterface : public SegmentInterface {
|
|||||||
}
|
}
|
||||||
return PinWrapper<
|
return PinWrapper<
|
||||||
std::pair<std::vector<ViewType>, FixedVector<bool>>>(
|
std::pair<std::vector<ViewType>, FixedVector<bool>>>(
|
||||||
{std::move(res), std::move(valid_data)});
|
pw, {std::move(res), std::move(valid_data)});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user