-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: Remove CPU profile to prevent blocking stop progress #40459
Conversation
@weiliu1031 Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
@weiliu1031 go-sdk check failed, comment |
rerun go-sdk |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #40459 +/- ##
==========================================
- Coverage 80.94% 80.93% -0.01%
==========================================
Files 1421 1421
Lines 200868 200868
==========================================
- Hits 162597 162582 -15
- Misses 32596 32606 +10
- Partials 5675 5680 +5
🚀 New features to boost your workflow:
|
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
@weiliu1031 E2e jenkins job failed, comment |
/run-cpu-e2e |
b692de1
to
bd2f8d9
Compare
- Removed CPU profile dump from util.go's pprof collection - Avoid potential blocking in StopCPUProfile() during shutdown - Maintain goroutine/heap/block/mutex profiles for diagnostics - Ensure safe shutdown timeout handling without profile stalls Signed-off-by: Wei Liu <wei.liu@zilliz.com>
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
bd2f8d9
to
6bd5d06
Compare
@weiliu1031 cpp-unit-test check failed, comment |
rerun cpp-unit-test |
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, weiliu1031 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 |
pr: #40460