-
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
Filter sealed segments #18065
Filter sealed segments #18065
Conversation
/assign @congqixia @xiaofan-luan |
@XuanYang-cn ut workflow job failed, comment |
rerun ut |
@XuanYang-cn ut workflow job failed, comment |
rerun ut blocked by #17871 |
rerun ut |
Codecov Report
@@ Coverage Diff @@
## master #18065 +/- ##
==========================================
+ Coverage 81.68% 81.83% +0.14%
==========================================
Files 472 475 +3
Lines 75285 75574 +289
==========================================
+ Hits 61500 61849 +349
+ Misses 11048 11005 -43
+ Partials 2737 2720 -17
|
fgMsg.insertMessages = append(fgMsg.insertMessages, imsg) | ||
|
||
case commonpb.MsgType_Delete: | ||
dmsg := msg.(*msgstream.DeleteMsg) | ||
log.Debug("DDNode receive delete messages", |
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.
handle dropped segment for delete?
though delete can be inserted multiple times, filter delete message before cp should still be a good optimization
6f514b4
to
96314b2
Compare
@XuanYang-cn ut workflow job failed, comment |
- Remove FilterThreshold in DataNode - Alter filter logic in flowgraph DDNode See also: milvus-io#17943 Signed-off-by: yangxuan <xuan.yang@zilliz.com>
96314b2
to
0d869e5
Compare
@XuanYang-cn E2e jenkins job failed, comment |
rerun ut |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xiaofan-luan, 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: #17943
Signed-off-by: yangxuan xuan.yang@zilliz.com
/kind bug