Replies: 1 comment 4 replies
-
|
我这边也基于4节点集群做了对比测试:
两边都做了较长时间的静默观察,目前还没有复现到“无任何外部读写操作时,仅某一个节点的rustfs-worker持续产生后台读IO,并且约 20% 时间窗口内数据盘 util 超过 90%”这个现象。 当前main上我还额外构造了较重的数据形态,包括versioned bucket、高频PUT/DELETE后留下的数据、深层prefix、未完成multipart upload,并临时缩短scanner cycle。停止前台workload后继续观察scanner-only/idle阶段,也没有看到数据盘持续90%+的读 IO。 为了更接近你的现场,方便的话麻烦补充一下当时的试用条件:
如果后续还能复现,建议在出现高IO的时间窗口采集: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






Uh oh!
There was an error while loading. Please reload this page.
-
我搭建了 4 节点集群进行试用,在无任何外部读写操作的静默状态下,仅有 1 个节点的 rustfs-worker 进程产生持续的后台磁盘读 IO,导致该节点约 20% 的时间段内磁盘读 IO 飙升至 90% 以上。请问如何进行配置优化
Beta Was this translation helpful? Give feedback.
All reactions