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: refuse schedule compaction tasks if there is no slot #37589

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

tedxu
Copy link
Contributor

@tedxu tedxu commented Nov 11, 2024

See #37621

@sre-ci-robot sre-ci-robot added the size/L Denotes a PR that changes 100-499 lines. label Nov 11, 2024
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Nov 11, 2024
Copy link
Contributor

mergify bot commented Nov 11, 2024

@tedxu Please associate the related issue to the body of your Pull Request. (eg. “issue: #”)

Copy link
Contributor

mergify bot commented Nov 11, 2024

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

@tedxu
Copy link
Contributor Author

tedxu commented Nov 11, 2024

/run-cpu-e2e

Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.13%. Comparing base (2630717) to head (88e8a19).
Report is 8 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #37589      +/-   ##
==========================================
- Coverage   68.15%   68.13%   -0.02%     
==========================================
  Files         290      290              
  Lines       25392    25392              
==========================================
- Hits        17306    17302       -4     
- Misses       8086     8090       +4     
Components Coverage Δ
Client ∅ <ø> (∅)
Core 68.13% <ø> (-0.02%) ⬇️
Go ∅ <ø> (∅)

see 1 file with indirect coverage changes

Copy link
Contributor

mergify bot commented Nov 11, 2024

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

@tedxu tedxu force-pushed the fix/refuse_schedule_no_slot branch from 202b425 to 5226483 Compare November 12, 2024 05:58
Signed-off-by: Ted Xu <ted.xu@zilliz.com>
Signed-off-by: Ted Xu <ted.xu@zilliz.com>
Copy link
Contributor

mergify bot commented Nov 12, 2024

@tedxu cpp-unit-test check failed, comment rerun cpp-unit-test can trigger the job again.

Copy link
Contributor

mergify bot commented Nov 12, 2024

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

@tedxu
Copy link
Contributor Author

tedxu commented Nov 13, 2024

/run-cpu-e2e

Copy link
Contributor

mergify bot commented Nov 13, 2024

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

@tedxu
Copy link
Contributor Author

tedxu commented Nov 13, 2024

/run-cpu-e2e

@mergify mergify bot added the ci-passed label Nov 13, 2024
}
err := t.SetNodeID(nodeID)
if err != nil {
log.Info("compactionHandler assignNodeID failed",
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change log level to Warning

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is copied from previous impl, will change it later.

Copy link
Contributor

@XuanYang-cn XuanYang-cn left a comment

Choose a reason for hiding this comment

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

/lgtm

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.

/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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 1a49da2 into milvus-io:master Nov 13, 2024
17 of 20 checks passed
@tedxu tedxu deleted the fix/refuse_schedule_no_slot branch November 13, 2024 07:38
tedxu added a commit to tedxu/milvus that referenced this pull request Nov 19, 2024
tedxu added a commit to tedxu/milvus that referenced this pull request Nov 20, 2024
sre-ci-robot pushed a commit that referenced this pull request Nov 25, 2024
See #37621


pr: #37589

---------

Signed-off-by: Ted Xu <ted.xu@zilliz.com>
Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Co-authored-by: yangxuan <xuan.yang@zilliz.com>
Co-authored-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/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants