Doris 4.1.0 存算分离-某个BE无法有效缓存最近查询数据

Viewed 11

单独一台BE IO很高,
image.png
可能跟
cached_remote_reader_self_heal_on_not_found : 20437
这个有关,因为其他节点很少

同样的查询,其他节点能走磁盘缓存,这个节点就是走不了,查询根本没缓存进来。
然后导致这一台CPU很高,拖慢了查询速度
image.png

提了Issue
https://github.com/apache/doris/issues/64657

0 Answers