You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/27 11:56:45 UTC

[jira] [Commented] (GEARPUMP-283) Return application exception to client

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

ASF GitHub Bot commented on GEARPUMP-283:
-----------------------------------------

GitHub user manuzhang opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/161

    [GEARPUMP-283] Return app exception to client

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the commit message is formatted like:
       `[GEARPUMP-<Jira issue #>] Meaningful description of pull request` 
     - [ ] Make sure tests pass via `sbt clean test`.
     - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. 
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manuzhang/incubator-gearpump GEARPUMP-283

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-gearpump/pull/161.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 #161
    
----
commit f640a689e64f03bb032762ea29b7d18f492cb68f
Author: manuzhang <ow...@gmail.com>
Date:   2017-02-24T12:45:59Z

    [GEARPUMP-283] Return app exception to client

----


> Return application exception to client 
> ---------------------------------------
>
>                 Key: GEARPUMP-283
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-283
>             Project: Apache Gearpump
>          Issue Type: Improvement
>          Components: streaming
>            Reporter: Manu Zhang
>            Assignee: Manu Zhang
>
> Currently, the error message is pulled out from the original {{Throwable}} object, combined with some GP specific information and returned. It is required by Beam tests to inspect the {{Throwable}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)