-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Make write buffer memory check do until safe #32172
enhance: Make write buffer memory check do until safe #32172
Conversation
@congqixia ut workflow job failed, comment |
See also milvus-io#27675 milvus-io#26177 Make memory check evict memory buffer until memory water level is safe. Also make `EvictBuffer` wait until sync task done. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
a5afa91
to
7077862
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #32172 +/- ##
==========================================
- Coverage 81.75% 81.70% -0.05%
==========================================
Files 991 991
Lines 122131 122134 +3
==========================================
- Hits 99853 99795 -58
- Misses 18452 18512 +60
- Partials 3826 3827 +1
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, XuanYang-cn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
See also milvus-io#27675 milvus-io#26177 Make memory check evict memory buffer until memory water level is safe. Also make `EvictBuffer` wait until sync task done. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
See also #27675 #26177
Make memory check evict memory buffer until memory water level is safe. Also make
EvictBuffer
wait until sync task done.