Skip to content
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: Delegator stuck at unserviceable status (#37694) #37702

Merged

Conversation

weiliu1031
Copy link
Contributor

issue: #37679
pr: #37694

pr #36549 introduce the logic error which update current target when only parts of channel is ready.

This PR fix the logic error and let dist handler keep pull distribution on querynode until all delegator becomes serviceable.

issue: milvus-io#37679

pr milvus-io#36549 introduce the logic error which update current target when
only parts of channel is ready.

This PR fix the logic error and let dist handler keep pull distribution
on querynode until all delegator becomes serviceable.

Signed-off-by: Wei Liu <[email protected]>
@sre-ci-robot sre-ci-robot added area/test sig/testing test/integration integration test size/S Denotes a PR that changes 10-29 lines. labels Nov 15, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug ci-passed labels Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.25%. Comparing base (c50cb8d) to head (6db238e).
Report is 3 commits behind head on 2.4.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.4   #37702      +/-   ##
==========================================
- Coverage   72.25%   72.25%   -0.01%     
==========================================
  Files        1069     1069              
  Lines      166881   166887       +6     
==========================================
+ Hits       120588   120590       +2     
- Misses      41878    41881       +3     
- Partials     4415     4416       +1     
Files with missing lines Coverage Δ
internal/querycoordv2/dist/dist_handler.go 95.94% <100.00%> (+0.15%) ⬆️
internal/querycoordv2/observers/target_observer.go 84.98% <100.00%> (+0.76%) ⬆️

... and 29 files with indirect coverage changes

Copy link
Contributor

@congqixia congqixia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia, weiliu1031

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit 1bd502b into milvus-io:2.4 Nov 15, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/test ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm sig/testing size/S Denotes a PR that changes 10-29 lines. test/integration integration test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants