You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2024/01/19 10:12:00 UTC

[jira] [Created] (CAMEL-20347) Improve handling of interrupts

Otavio Rodolfo Piske created CAMEL-20347:
--------------------------------------------

             Summary: Improve handling of interrupts
                 Key: CAMEL-20347
                 URL: https://issues.apache.org/jira/browse/CAMEL-20347
             Project: Camel
          Issue Type: Task
            Reporter: Otavio Rodolfo Piske
            Assignee: Otavio Rodolfo Piske
             Fix For: 4.4.0


There are many components currently swallowing the interrupted exceptions. This is considered a bad practice and can prevent proper cleanup of resources, increase shutdown time and other problems. 

We should ensure we notify the parent threads when an interruption occur. 

Full list is available here: https://sonarcloud.io/project/issues?resolved=false&rules=java%3AS2142&types=BUG&id=apache_camel



--
This message was sent by Atlassian Jira
(v8.20.10#820010)