You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Sean Haynes (JIRA)" <ji...@apache.org> on 2017/07/10 15:10:01 UTC

[jira] [Commented] (CAMEL-11424) Endless wait when unhandled exception occurs in camel-olingo

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

Sean Haynes commented on CAMEL-11424:
-------------------------------------

I have attached a patch showing my recommended solution.  This will make sure the async waits are notified if any type of error occurs during runtime and avoid infinite waits.

> Endless wait when unhandled exception occurs in camel-olingo
> ------------------------------------------------------------
>
>                 Key: CAMEL-11424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11424
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-olingo2
>    Affects Versions: 2.17.7, 2.19.0
>            Reporter: Sean Haynes
>         Attachments: camel-11424.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In Olingo2AppImpl.readContent()/writeContent() if a RuntimeError or any other unhandled exception/error occurs the wait for response will never get triggered and the component ends up in an endless wait state.  These functions should be modified to capture any type of throwable/exception/error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)