[
https://issues.apache.org/jira/browse/CAMEL-11424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080990#comment-16080990
]
ASF GitHub Bot commented on CAMEL-11424:
----------------------------------------
GitHub user sarhaynes opened a pull request:
https://github.com/apache/camel/pull/1814
CAMEL-11424 Fix potential endless wait in camel-olingo2 and camel-olingo4
This fixes and issue where unhandled exceptions and runtime errors would
cause responseHandler to never be triggered causing the routes to hang forever.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sarhaynes/camel CAMEL-11424
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1814.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1814
----
commit e62376640c1c1efce6fd708a8e12ea2b41afd908
Author: Sean Haynes <[email protected]>
Date: 2017-07-10T19:07:45Z
CAMEL-11424 Fix potential endless wait in camel-olingo2 and
camel-olingo4
----
> 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, camel-olingo4
> Affects Versions: 2.17.7, 2.19.0
> Reporter: Sean Haynes
> Attachments: camel-11424-olingo2.patch, camel-11424-olingo4.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)