-
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 dynamic load/release partition follow targets #38059
enhance: Make dynamic load/release partition follow targets #38059
Conversation
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38059 +/- ##
===========================================
+ Coverage 68.85% 81.08% +12.23%
===========================================
Files 289 1372 +1083
Lines 25508 191467 +165959
===========================================
+ Hits 17563 155252 +137689
- Misses 7945 30727 +22782
- Partials 0 5488 +5488
|
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
@congqixia go-sdk check failed, comment |
rerun go-sdk |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
@congqixia E2e jenkins job failed, comment |
if err != nil { | ||
msg := "failed to store partitions" | ||
log.Warn(msg, zap.Error(err)) | ||
return errors.Wrap(err, msg) | ||
} | ||
|
||
return nil | ||
// manual trigger update next target | ||
ready, err := job.targetObserver.UpdateNextTarget(req.GetCollectionID()) |
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.
Compared to before, awaiting the next target here, if the next target includes an accompanying segment change, the execution time here will be prolonged, potentially affecting the time taken by RootCoord to execute create_partition
good job, this looks to be much cleaner to me. The major draw back czs point out is ok to me |
829bc7f
to
021a796
Compare
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun go-sdk |
@congqixia go-sdk check failed, comment |
@congqixia E2e jenkins job failed, comment |
021a796
to
7f0191e
Compare
Related to milvus-io#37849 Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
Signed-off-by: Congqi Xia <[email protected]>
7f0191e
to
019cdfa
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, xiaofan-luan 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 |
Related pr: #38233 #38059 Signed-off-by: Congqi Xia <[email protected]>
Related to #37849