-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix: Fix l0 compactor may cause DN from OOM #33554
fix: Fix l0 compactor may cause DN from OOM #33554
Conversation
See also: milvus-io#33547 Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn ut workflow job failed, comment |
See also: milvus-io#33547 pr: milvus-io#33554 Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
Signed-off-by: yangxuan <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #33554 +/- ##
==========================================
+ Coverage 81.92% 82.00% +0.08%
==========================================
Files 1015 1008 -7
Lines 130247 130404 +157
==========================================
+ Hits 106700 106935 +235
+ Misses 19552 19488 -64
+ Partials 3995 3981 -14
|
Signed-off-by: yangxuan <[email protected]>
@XuanYang-cn Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn ut workflow job failed, comment |
…mpaction-mem-peak
Signed-off-by: yangxuan <[email protected]>
See also: #33547 pr: #33554 --------- Signed-off-by: yangxuan <[email protected]>
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[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 |
This PR consists of the following commits: - enhance: Tidy compactor and remove dup codes (milvus-io#32198) - fix: Fix l0 compactor may cause DN from OOM (milvus-io#33554) - enhance: Add deltaRowCount in l0 compaction (milvus-io#33997) - enhance: enable stream writer in compactions (milvus-io#32612) See also: milvus-io#32451, milvus-io#33547, milvus-io#33998, milvus-io#31679 pr: milvus-io#32198, milvus-io#33554, milvus-io#33997, milvus-io#32612 Signed-off-by: yangxuan <[email protected]>
This PR consists of the following commits: - enhance: Tidy compactor and remove dup codes (#32198) - fix: Fix l0 compactor may cause DN from OOM (#33554) - enhance: Add deltaRowCount in l0 compaction (#33997) - enhance: enable stream writer in compactions (#32612) - fix: turn on compression on stream writers (#34067) - fix: adding blob memory size in binlog serde (#33324) See also: #32451, #33547, #33998, #31679 pr: #32198, #33554, #33997, #32612 --------- Signed-off-by: yangxuan <[email protected]> Signed-off-by: Ted Xu <[email protected]> Co-authored-by: Ted Xu <[email protected]>
See also: milvus-io#33547 --------- Signed-off-by: yangxuan <[email protected]>
See also: #33547