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

Merged

Conversation

weiliu1031
Copy link
Contributor

issue: #37679

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.

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 size/S Denotes a PR that changes 10-29 lines. area/test sig/testing test/integration integration test labels Nov 14, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.64%. Comparing base (1304b40) to head (07252d8).
Report is 12 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (1304b40) and HEAD (07252d8). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (1304b40) HEAD (07252d8)
2 1
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master   #37694       +/-   ##
===========================================
- Coverage   80.57%   68.64%   -11.93%     
===========================================
  Files        1357      290     -1067     
  Lines      190448    25457   -164991     
===========================================
- Hits       153449    17476   -135973     
+ Misses      31588     7981    -23607     
+ Partials     5411        0     -5411     
Components Coverage Δ
Client ∅ <ø> (∅)
Core 68.64% <ø> (+0.57%) ⬆️
Go ∅ <ø> (∅)

see 1075 files with indirect coverage changes

@mergify mergify bot added the ci-passed label Nov 14, 2024
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 a1b6be1 into milvus-io:master Nov 15, 2024
18 of 20 checks passed
weiliu1031 added a commit to weiliu1031/milvus that referenced this pull request Nov 15, 2024
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 pushed a commit that referenced this pull request Nov 15, 2024
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.

Signed-off-by: Wei Liu <[email protected]>
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