You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/14 08:06:44 UTC

[GitHub] [rocketmq] lizhanhui commented on pull request #5515: InterruptedException should not be ignored

lizhanhui commented on PR #5515:
URL: https://github.com/apache/rocketmq/pull/5515#issuecomment-1313247238

   InterruptedException is a key approach to enhance program responsiveness... As [this article](https://www.baeldung.com/java-interrupted-exception) points out, different ways of handling are required according to specific use cases. Unfortunately, most interrupted exceptions in the codebase are simply ignored, leaving a major place to improve. 
   
   Glad to see that you point this issue out and attempt to improve. 


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org