-
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: [cherry-pick] Batch pick bug fix PRs #34657
fix: [cherry-pick] Batch pick bug fix PRs #34657
Conversation
…us-io#34563) When the main dispatcher has not yet consumed data, curTs is 0. During this time, merging dispatchers should not be allowed; otherwise, the data of the solo dispatcher will be skipped. issue: milvus-io#34255 pr: milvus-io#34562 --------- Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
…ilvus-io#34071) When import failed, mark the import segment as dropped instead of drop it directly to prevent generating orphaned files. issue: milvus-io#34068 pr: milvus-io#34070 --------- Signed-off-by: bigsheeper <[email protected]>
issue: issue: milvus-io#34247 pr: milvus-io#34267 Signed-off-by: bigsheeper <[email protected]>
…-io#34566 Signed-off-by: bigsheeper <[email protected]>
/run-cpu-e2e |
@bigsheeper please fix the bug of building go test |
Signed-off-by: bigsheeper <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## hotfix-2.4.5 #34657 +/- ##
=============================================
Coverage 81.94% 81.95%
=============================================
Files 1015 1015
Lines 129462 129522 +60
=============================================
+ Hits 106094 106152 +58
+ Misses 19363 19362 -1
- Partials 4005 4008 +3
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 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 |
This PR cherry-picks the following commits that fix bugs:
issue: #34255, #34221, #34068, #34247,
pr: #34563, #34230, #34071, #34302, #34566