-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: cache anomalies #10945
Comments
我会处理这个问题。 |
补充一个diff_base下的heap_pprof的对比,可以更直观的看到跑了若干次bvt后,heap增长有一部分来源于 其他内存上涨有必要会继续追踪。 |
because another S-1 #10659 depends on this one. |
等明天讨论后确定方案。 |
正在处理 |
正在编码中。。 |
1 similar comment
正在编码中。。 |
代码基本完成,正在测试 |
debug中。 |
继续测试中 |
先出design doc,然后评审后继续开发. |
继续整理设计文档。 |
tracking by #11553 ,该ISSUE降级到s1 |
Is there an existing issue for the same bug?
Environment
Actual Behavior
@nnsgmsone encountered some unexpected cache behaviors. Specifically, there are instances where the cache suddenly exceeds the configured cache limit. This behavior is unexpected and could potentially lead to resource-related issues in production environments.
Several memory-related issues we've recently faced have been traced back to this cache anomaly. We have temporarily circumvented these specific issues by modifying configurations, but it's a makeshift solution. It's imperative to identify the root cause and fix it. Hence, this issue is being opened explicitly for tracking this behavior.
Related Issues:
#10659
https://github.com/matrixorigin/MO-Cloud/issues/984
Expected Behavior
All cache works as expected.
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: