You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Michael Riedel (JIRA)" <ji...@apache.org> on 2016/02/23 00:57:18 UTC

[jira] [Commented] (CAMEL-9153) ThreadPoolRejectedPolicy does not implement Abort as expected

    [ https://issues.apache.org/jira/browse/CAMEL-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157967#comment-15157967 ] 

Michael Riedel commented on CAMEL-9153:
---------------------------------------

Welcome:)

> ThreadPoolRejectedPolicy does not implement Abort as expected
> -------------------------------------------------------------
>
>                 Key: CAMEL-9153
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9153
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Michael Riedel
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.17.0
>
>         Attachments: ThreadPoolRejectedPolicy-Abort.patch, ThreadPoolRejectedPolicy-AbortNonRejectable.patch, ThreadPoolRejectedPolicy-AbortNonRejectable.patch, ThreadPoolRejectedPolicy-AbortWithException.patch, ThreadPoolRejectedPolicy-RejectableThreadPoolExecutor-AbortNonRejectable.patch
>
>
> Not sure if this is a bug or just a documentation flaw (in fact I could not find documentation for it). Nevertheless, as a naive user, I kind of expected that the {{RejectedExecutionHandler}} of {{ThreadPoolRejectedPolicy.Abort}} would have similar semantics as Java's {{ThreadPoolExecutor.AbortPolicy}}. That is, I expected it to throw an {{Exception}}.
> Currently (that is in the 2.15.2 release, and on the master branch in git) that is not the case. In fact, {{Abort}} seems to work exactly the same way as {{Discard}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)