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

enhance: improve rootcoord task scheduling policy #37352

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

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

mergify bot commented Nov 1, 2024

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

Copy link
Contributor

mergify bot commented Nov 1, 2024

@SimFG go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Nov 1, 2024

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

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

Attention: Patch coverage is 94.35897% with 11 lines in your changes missing coverage. Please review.

Project coverage is 81.05%. Comparing base (b3de4b0) to head (b746aa3).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
internal/rootcoord/scheduler.go 85.00% 4 Missing and 2 partials ⚠️
internal/rootcoord/task.go 88.63% 4 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #37352      +/-   ##
==========================================
- Coverage   83.25%   81.05%   -2.21%     
==========================================
  Files        1015     1305     +290     
  Lines      157480   183044   +25564     
==========================================
+ Hits       131116   148362   +17246     
- Misses      21172    29477    +8305     
- Partials     5192     5205      +13     
Components Coverage Δ
Client ∅ <ø> (∅)
Core 67.37% <ø> (∅)
Go 83.27% <94.35%> (-0.01%) ⬇️
Files with missing lines Coverage Δ
internal/rootcoord/alter_alias_task.go 100.00% <100.00%> (ø)
internal/rootcoord/alter_collection_task.go 95.18% <100.00%> (+0.44%) ⬆️
internal/rootcoord/alter_database_task.go 87.35% <100.00%> (+0.77%) ⬆️
internal/rootcoord/create_alias_task.go 100.00% <100.00%> (ø)
internal/rootcoord/create_collection_task.go 90.27% <100.00%> (+0.09%) ⬆️
internal/rootcoord/create_db_task.go 84.21% <100.00%> (+1.85%) ⬆️
internal/rootcoord/create_partition_task.go 91.30% <100.00%> (+0.71%) ⬆️
internal/rootcoord/describe_collection_task.go 87.50% <100.00%> (+5.14%) ⬆️
internal/rootcoord/describe_db_task.go 100.00% <100.00%> (ø)
internal/rootcoord/drop_alias_task.go 100.00% <100.00%> (ø)
... and 13 more

... and 319 files with indirect coverage changes

Copy link
Contributor

mergify bot commented Nov 1, 2024

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

Copy link
Collaborator

@xiaofan-luan xiaofan-luan left a comment

Choose a reason for hiding this comment

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

Good job!
very excited about this!

@xiaofan-luan
Copy link
Collaborator

/lgtm
/approve

@xiaofan-luan
Copy link
Collaborator

@SimFG just let this pr so @wangting0128 could test on the concurrent DDL case

@xiaofan-luan
Copy link
Collaborator

I don't have a strong reason we can clean the cache on collection created

@sre-ci-robot sre-ci-robot added area/dependency Pull requests that update a dependency file size/XL Denotes a PR that changes 500-999 lines. and removed lgtm size/L Denotes a PR that changes 100-499 lines. labels Nov 4, 2024
Copy link
Contributor

mergify bot commented Nov 4, 2024

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

Copy link
Contributor

mergify bot commented Nov 4, 2024

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

@xiaofan-luan
Copy link
Collaborator

/lgtm
/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SimFG, 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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

mergify bot commented Nov 5, 2024

@SimFG go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link
Contributor

mergify bot commented Nov 5, 2024

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

@SimFG
Copy link
Contributor Author

SimFG commented Nov 5, 2024

/run-cpu-e2e

@SimFG
Copy link
Contributor Author

SimFG commented Nov 5, 2024

rerun go-sdk

Copy link
Contributor

mergify bot commented Nov 5, 2024

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

@SimFG
Copy link
Contributor Author

SimFG commented Nov 5, 2024

rerun ut

@SimFG
Copy link
Contributor Author

SimFG commented Nov 5, 2024

/run-cpu-e2e

Copy link
Contributor

mergify bot commented Nov 5, 2024

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

@SimFG
Copy link
Contributor Author

SimFG commented Nov 5, 2024

/run-cpu-e2e

@SimFG
Copy link
Contributor Author

SimFG commented Nov 5, 2024

rerun ut

Copy link
Contributor

mergify bot commented Nov 5, 2024

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

@SimFG
Copy link
Contributor Author

SimFG commented Nov 6, 2024

rerun ut

@SimFG
Copy link
Contributor Author

SimFG commented Nov 6, 2024

/run-cpu-e2e

Copy link
Contributor

mergify bot commented Nov 6, 2024

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

@SimFG
Copy link
Contributor Author

SimFG commented Nov 6, 2024

/run-cpu-e2e

Copy link
Contributor

mergify bot commented Nov 6, 2024

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

@SimFG
Copy link
Contributor Author

SimFG commented Nov 6, 2024

/run-cpu-e2e

@jaime0815
Copy link
Contributor

/lgtm

@sre-ci-robot sre-ci-robot merged commit f1dd55e into milvus-io:master Nov 6, 2024
20 checks passed
sre-ci-robot pushed a commit that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/dependency Pull requests that update a dependency file ci-passed dco-passed DCO check passed. kind/enhancement Issues or changes related to enhancement lgtm size/XL Denotes a PR that changes 500-999 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants