-
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
feat: Use writebuffer refactory With level zero delta policy #28336
feat: Use writebuffer refactory With level zero delta policy #28336
Conversation
@XuanYang-cn Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@XuanYang-cn, please be sure the pr should only have one commit, check https://github.com/milvus-io/milvus/blob/master/CODE_REVIEW.md for more details. |
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn ut workflow job failed, comment |
a62d086
to
b7e27bb
Compare
@XuanYang-cn E2e jenkins job failed, comment |
@XuanYang-cn ut workflow job failed, comment |
b7e27bb
to
ecad920
Compare
@XuanYang-cn E2e jenkins job failed, comment |
df67682
to
ecb6ce4
Compare
@XuanYang-cn E2e jenkins job failed, comment |
ecb6ce4
to
6f399a8
Compare
@XuanYang-cn E2e jenkins job failed, comment |
6f399a8
to
6d3d5a4
Compare
@XuanYang-cn E2e jenkins job failed, comment |
6d3d5a4
to
6cdd41c
Compare
@XuanYang-cn E2e jenkins job failed, comment |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: XuanYang-cn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@XuanYang-cn, please be sure the pr should only have one commit, check https://github.com/milvus-io/milvus/blob/master/CODE_REVIEW.md for more details. |
@XuanYang-cn E2e jenkins job failed, comment |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #28336 +/- ##
==========================================
- Coverage 81.79% 81.77% -0.02%
==========================================
Files 833 842 +9
Lines 117654 117684 +30
==========================================
+ Hits 96235 96237 +2
- Misses 18188 18212 +24
- Partials 3231 3235 +4
|
494c0db
to
deb5a4d
Compare
@XuanYang-cn E2e jenkins job failed, comment |
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure:
Where Example:
Please review and update your PR to comply with these guidelines. |
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
deb5a4d
to
a0d643b
Compare
@XuanYang-cn E2e jenkins job failed, comment |
In addition to the usage of refactory of datanode, This PR changes delta_policy to "l0_policy".
See also: #27675