-
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
enhance: Log error instead of panicking if load lock wait timeout #39308
enhance: Log error instead of panicking if load lock wait timeout #39308
Conversation
Related to milvus-io#39205 Previous PR milvus-io#39206 This PR change wait timeout behavior to log error and return to avoid making other collection read failure in only some collections have deadlock Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, xiaofan-luan 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 |
/run-cpu-e2e |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #39308 +/- ##
===========================================
+ Coverage 69.63% 81.04% +11.40%
===========================================
Files 299 1406 +1107
Lines 26807 198421 +171614
===========================================
+ Hits 18668 160806 +142138
- Misses 8139 31945 +23806
- Partials 0 5670 +5670
|
Cherry-pick from master pr: #39206 #39308 Related to #39205 This PR merge `RLock` & `PinIfNotReleased` into `PinIf` function preventing segment being released before any Read operation finished. --------- --------- Signed-off-by: Congqi Xia <[email protected]>
@congqixia E2e jenkins job failed, comment |
/run-cpu-e2e |
Cherry-pick from master pr: #39206 #39308 Related to #39205 This PR merge `RLock` & `PinIfNotReleased` into `PinIf` function preventing segment being released before any Read operation finished. --------- --------- Signed-off-by: Congqi Xia <[email protected]>
…lvus-io#39308) Related to milvus-io#39205 Previous PR milvus-io#39206 This PR change wait timeout behavior to log error and return to avoid making other collection read failure in only some collections have deadlock Signed-off-by: Congqi Xia <[email protected]>
Related to #39205
Previous PR #39206
This PR change wait timeout behavior to log error and return to avoid making other collection read failure in only some collections have deadlock