matrixone
matrixone copied to clipboard
[Bug]: CN OOM Without Workload, Suspected Memory Leak
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch Name
main
Commit ID
712a7e5
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
https://grafana.ci.matrixorigin.cn/goto/HPWpfwmNg?orgId=1
https://grafana.ci.matrixorigin.cn/goto/FEdpBwiNR?orgId=1
Expected Behavior
No response
Steps to Reproduce
no specific steps
Additional information
No response
https://grafana.ci.matrixorigin.cn/goto/lCTaBwmNg?orgId=1
fixed
Need to find out why the MinIO SDK is causing this issue.
这个问题在chaos 测试场景也遇到了
原因已找到,传递的 marker 应为 result 的 NextMarker 字段,错用了 Marker 字段
会在这个pr一并修复:https://github.com/matrixorigin/matrixone/pull/19573
已修复