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 compaction panic #17840

Merged
merged 1 commit into from
Jun 29, 2022
Merged

Fix compaction panic #17840

merged 1 commit into from
Jun 29, 2022

Conversation

XuanYang-cn
Copy link
Contributor

See also: #17823

Signed-off-by: yangxuan xuan.yang@zilliz.com

/kind bug

@sre-ci-robot sre-ci-robot added the kind/bug Issues or changes related a bug label Jun 27, 2022
@sre-ci-robot sre-ci-robot added the size/XS Denotes a PR that changes 0-9 lines. label Jun 27, 2022
@mergify mergify bot added the dco-passed DCO check passed. label Jun 27, 2022
@mergify
Copy link
Contributor

mergify bot commented Jun 27, 2022

@XuanYang-cn E2e jenkins job failed, comment /run-checks can trigger the job again.

@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #17840 (cc54fb1) into master (b657e58) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #17840      +/-   ##
==========================================
+ Coverage   81.07%   81.14%   +0.06%     
==========================================
  Files         472      472              
  Lines       74955    74956       +1     
==========================================
+ Hits        60767    60820      +53     
+ Misses      11509    11466      -43     
+ Partials     2679     2670       -9     
Impacted Files Coverage Δ
internal/datacoord/meta.go 87.02% <100.00%> (+0.01%) ⬆️
...nternal/querynode/flow_graph_filter_delete_node.go 87.00% <0.00%> (-4.00%) ⬇️
internal/indexnode/indexnode_mock.go 84.79% <0.00%> (-3.05%) ⬇️
internal/distributed/querycoord/client/client.go 71.14% <0.00%> (-2.00%) ⬇️
internal/querycoord/task_scheduler.go 78.46% <0.00%> (+0.23%) ⬆️
internal/rootcoord/meta_table.go 81.00% <0.00%> (+0.40%) ⬆️
internal/querycoord/task.go 77.07% <0.00%> (+0.43%) ⬆️
internal/querycoord/cluster.go 80.34% <0.00%> (+0.57%) ⬆️
internal/indexcoord/index_coord.go 78.33% <0.00%> (+0.62%) ⬆️
internal/datacoord/server.go 76.19% <0.00%> (+0.65%) ⬆️
... and 9 more

@mergify
Copy link
Contributor

mergify bot commented Jun 27, 2022

@XuanYang-cn E2e jenkins job failed, comment /run-checks can trigger the job again.

@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

@XuanYang-cn E2e jenkins job failed, comment /run-checks can trigger the job again.

3 similar comments
@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

@XuanYang-cn E2e jenkins job failed, comment /run-checks can trigger the job again.

@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

@XuanYang-cn E2e jenkins job failed, comment /run-checks can trigger the job again.

@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

@XuanYang-cn E2e jenkins job failed, comment /run-checks can trigger the job again.

See also: milvus-io#17823

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
@mergify
Copy link
Contributor

mergify bot commented Jun 28, 2022

@XuanYang-cn ut workflow job failed, comment rerun ut can trigger the job again.

@XuanYang-cn
Copy link
Contributor Author

rerun ut

@mergify mergify bot added the ci-passed label Jun 28, 2022
@XuanYang-cn
Copy link
Contributor Author

/assign @congqixia

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, XuanYang-cn

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 ff3c4ab into milvus-io:master Jun 29, 2022
@XuanYang-cn XuanYang-cn deleted the fix-17823 branch July 6, 2022 02:36
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/XS Denotes a PR that changes 0-9 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants