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: Clean offline node from resource group after qc restart #33232

Merged
merged 1 commit into from
May 22, 2024

Conversation

weiliu1031
Copy link
Contributor

issue: #33200 #33207
pr#33104 causes the offline node will be kept in resource group after qc recover, and offline node will be assign to new replica as rwNode, then request send to those node will fail by NodeNotFound.

@sre-ci-robot sre-ci-robot added the size/S Denotes a PR that changes 10-29 lines. label May 21, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels May 21, 2024
@weiliu1031 weiliu1031 force-pushed the fix_offline_node_in_rg branch 3 times, most recently from f146aa4 to a2e9410 Compare May 21, 2024 11:42
@sre-ci-robot sre-ci-robot added size/M Denotes a PR that changes 30-99 lines. and removed size/S Denotes a PR that changes 10-29 lines. labels May 21, 2024
pr#33104 causes the offline node will be kept in resource group after qc recover,
and offline node will be assign to new replica as rwNode, then request send to
those node will fail by NodeNotFound.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
Copy link
Contributor

mergify bot commented May 21, 2024

@weiliu1031 E2e jenkins job failed, comment /run-cpu-e2e can trigger the job again.

@weiliu1031
Copy link
Contributor Author

/run-cpu-e2e

Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.20%. Comparing base (12e8c6c) to head (6a16aec).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #33232   +/-   ##
=======================================
  Coverage   82.20%   82.20%           
=======================================
  Files        1009     1009           
  Lines      128884   128876    -8     
=======================================
+ Hits       105945   105948    +3     
+ Misses      18952    18941   -11     
  Partials     3987     3987           
Files Coverage Δ
internal/querycoordv2/server.go 83.40% <100.00%> (+0.13%) ⬆️

... and 28 files with indirect coverage changes

@mergify mergify bot added the ci-passed label May 21, 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 303470f into milvus-io:master May 22, 2024
15 checks passed
sre-ci-robot pushed a commit that referenced this pull request May 22, 2024
issue: #33200 #33207
pr: #33232
pr#33104 causes the offline node will be kept in resource group after qc
recover, and offline node will be assign to new replica as rwNode, then
request send to those node will fail by NodeNotFound.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug lgtm size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants