XnLemon opened a new pull request, #3591: URL: https://github.com/apache/dubbo-go/pull/3591
### Description Fixes #3559 - Removes process-level `os.Exit` calls from the graceful shutdown library path. - Propagates signal-triggered shutdown timeout errors to the server/application layer. - Restores default signal handling after the internal signal handler exits. - Handles nil and invalid P2C metrics without panicking. - Adds regression coverage for graceful shutdown signaling and P2C metric fallbacks. ### Checklist - [x] I confirm the target branch is `develop` - [ ] Code has passed local testing - [x] I have added tests that prove my fix is effective or that my feature works > Targeted tests were added, but local execution could not complete because Go package loading timed out in this environment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
