fix: [2.6] Pass OpContext to PinCells calls (#50231)#50303
Conversation
Related to milvus-io#50230 Pass op ctx to `PinCells` calls during search & query cgo calls so that AsyncCGO cancellation could be detected by cachying layer avoiding waste waiting time for resource requesting. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[ci-v2-notice] To rerun ci-v2 checks, comment with:
If you have any questions or requests, please contact @zhikunyao. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.6 #50303 +/- ##
==========================================
+ Coverage 76.99% 77.74% +0.74%
==========================================
Files 1700 1999 +299
Lines 262533 328895 +66362
==========================================
+ Hits 202142 255702 +53560
- Misses 53550 65355 +11805
- Partials 6841 7838 +997
🚀 New features to boost your workflow:
|
|
[INFO] PR Label Summary by Default
Use /refresh-label to update related check and label manually |
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
[INFO] PR Label Summary by Default
Use /refresh-label to update related check and label manually |
Cherry-pick from master
pr: #50231
Related to #50230
Pass op ctx to
PinCellscalls during search & query cgo calls so that AsyncCGO cancellation could be detected by cachying layer avoiding waste waiting time for resource requesting.