Search before asking
Version
Doris 4.1.0-rc03 (cloud mode, storage-compute separated)
What's Wrong?
A specific BE node exhibits the following symptoms:
- High disk IO utilization — consistently above 90%, while other nodes are normal.
cached_remote_reader_self_heal_on_not_found counter is 19,388 — 5-20x higher than other nodes in the same cluster.
- Data fetched from S3 cannot be effectively cached — each query triggers remote reads (~2.5s for 300KB), and
BytesWriteIntoCache is 49-70MB per query, yet subsequent queries still miss cache and fall back to S3.
某个BE IO Util 很高 (90%以上),cached_remote_reader_self_heal_on_not_found 很高,S3查询后的数据无法有效被缓存
IO 这么高。应该不是不均衡导致,5个BE,查了tablet分布和compaction都是比较均匀的。
同样的查询,其他节点能走磁盘缓存,这个节点就是走不了,查询根本没缓存进来。
然后导致这一台CPU很高,拖慢了查询速度
What You Expected?
I'd like help diagnosing the root cause of this issue. I'm willing to provide any logs, metrics, or configuration details needed. Hoping to get this resolved.
帮忙排查出问题的原因,我愿意提供我一切能提供的,希望能得到解决。翻译成英语
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
Doris 4.1.0-rc03 (cloud mode, storage-compute separated)
What's Wrong?
A specific BE node exhibits the following symptoms:
cached_remote_reader_self_heal_on_not_foundcounter is 19,388 — 5-20x higher than other nodes in the same cluster.BytesWriteIntoCacheis 49-70MB per query, yet subsequent queries still miss cache and fall back to S3.某个BE IO Util 很高 (90%以上),cached_remote_reader_self_heal_on_not_found 很高,S3查询后的数据无法有效被缓存
IO 这么高。应该不是不均衡导致,5个BE,查了tablet分布和compaction都是比较均匀的。
同样的查询,其他节点能走磁盘缓存,这个节点就是走不了,查询根本没缓存进来。
然后导致这一台CPU很高,拖慢了查询速度
What You Expected?
I'd like help diagnosing the root cause of this issue. I'm willing to provide any logs, metrics, or configuration details needed. Hoping to get this resolved.
帮忙排查出问题的原因,我愿意提供我一切能提供的,希望能得到解决。翻译成英语
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct