-
Notifications
You must be signed in to change notification settings - Fork 3k
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: sync part stats task cannot be finished(#30376) #34027
fix: sync part stats task cannot be finished(#30376) #34027
Conversation
@MrPresent-Han ut workflow job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #34027 +/- ##
==========================================
+ Coverage 80.92% 80.96% +0.04%
==========================================
Files 1062 1064 +2
Lines 136133 136560 +427
==========================================
+ Hits 110168 110570 +402
+ Misses 21788 21782 -6
- Partials 4177 4208 +31
|
also: refine log output for query_coord task by rephrasing action string Signed-off-by: MrPresent-Han <[email protected]>
774d836
to
957b687
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, MrPresent-Han 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 |
@MrPresent-Han please pick after major compaction been picked |
…-io#34027) related: milvus-io#30376 also: refine log output for query_coord task by rephrasing action string Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]>
…-io#34027) related: milvus-io#30376 also: refine log output for query_coord task by rephrasing action string Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]>
…-io#34027) related: milvus-io#30376 also: refine log output for query_coord task by rephrasing action string Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]>
…-io#34027) related: milvus-io#30376 also: refine log output for query_coord task by rephrasing action string Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]> Co-authored-by: wayblink <[email protected]>
…-io#34027) related: milvus-io#30376 also: refine log output for query_coord task by rephrasing action string Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]> Co-authored-by: wayblink <[email protected]> Signed-off-by: wayblink <[email protected]>
This PR cherry-picks the following commits: - fix: sync partitiion stats blocking balance task #33742 - fix: Fix meta prefix overlap bug #33830 - fix: Small fixs of major compaction #33929 - fix: Fix memory buffer error & some renaming #33850 - fix: sync part stats task cannot be finished #34027 - Add an option to enable/disable vector field clustering key #34097 - fix: fix error ignore in compactor #34169 - fix:load major compaction partial result #34052 - Use new stream segment reader in clustering compaction #34232 issue: #30633 pr: #33742 #33830 #33929 #33850 #34027 #34097 #34169 #34052 #34232 --------- Signed-off-by: MrPresent-Han <[email protected]> Signed-off-by: wayblink <[email protected]> Signed-off-by: MrPresent-Han <[email protected]> Co-authored-by: Chun Han <[email protected]> Co-authored-by: MrPresent-Han <[email protected]>
related: #30376
also: refine log output for query_coord task by rephrasing action string