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 failed to load collection with more than 128 partitions #26763

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

yah01
Copy link
Member

@yah01 yah01 commented Aug 31, 2023

/kind bug
fix #26762

@sre-ci-robot sre-ci-robot added the kind/bug Issues or changes related a bug label Aug 31, 2023
@sre-ci-robot sre-ci-robot added the size/M Denotes a PR that changes 30-99 lines. label Aug 31, 2023
@mergify mergify bot added the dco-passed DCO check passed. label Aug 31, 2023
@mergify
Copy link
Contributor

mergify bot commented Aug 31, 2023

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

yanliang567 pushed a commit to yanliang567/milvus that referenced this pull request Aug 31, 2023
@yah01
Copy link
Member Author

yah01 commented Aug 31, 2023

/run-cpu-e2e

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #26763 (db51d48) into master (8330c18) will decrease coverage by 0.02%.
Report is 20 commits behind head on master.
The diff coverage is 76.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26763      +/-   ##
==========================================
- Coverage   82.35%   82.34%   -0.02%     
==========================================
  Files         796      796              
  Lines      111131   111168      +37     
==========================================
+ Hits        91524    91537      +13     
- Misses      16486    16504      +18     
- Partials     3121     3127       +6     
Files Changed Coverage Δ
...rnal/querycoordv2/observers/collection_observer.go 89.33% <0.00%> (+0.52%) ⬆️
internal/metastore/kv/querycoord/kv_catalog.go 65.24% <54.54%> (-2.43%) ⬇️
internal/querycoordv2/job/undo.go 72.22% <76.19%> (+9.06%) ⬆️
internal/querycoordv2/job/job_load.go 89.78% <100.00%> (+0.07%) ⬆️
internal/querycoordv2/job/job_release.go 79.24% <100.00%> (ø)
internal/querycoordv2/meta/collection_manager.go 87.93% <100.00%> (+0.72%) ⬆️

... and 46 files with indirect coverage changes

@yah01
Copy link
Member Author

yah01 commented Sep 1, 2023

related #26748

@mergify
Copy link
Contributor

mergify bot commented Sep 1, 2023

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

@yah01
Copy link
Member Author

yah01 commented Sep 1, 2023

/run-cpu-e2e

Signed-off-by: yah01 <yah2er0ne@outlook.com>
@mergify
Copy link
Contributor

mergify bot commented Sep 1, 2023

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

@xiaofan-luan
Copy link
Contributor

/lgtm
/approve

@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xiaofan-luan, yah01

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

@xiaofan-luan
Copy link
Contributor

/lgtm

@xiaofan-luan xiaofan-luan added ci-passed manual-pass manually set pass before ci-passed labeled labels Sep 1, 2023
@sre-ci-robot sre-ci-robot merged commit 941a383 into milvus-io:master Sep 1, 2023
12 of 14 checks passed
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 manual-pass manually set pass before ci-passed labeled size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: unable to load collection with more than 128 partitions
3 participants