You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/11/16 01:09:58 UTC

[jira] [Assigned] (GEODE-2115) Some GFSH commands may report success even for failures

     [ https://issues.apache.org/jira/browse/GEODE-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund reassigned GEODE-2115:
--------------------------------

    Assignee: Kirk Lund

> Some GFSH commands may report success even for failures
> -------------------------------------------------------
>
>                 Key: GEODE-2115
>                 URL: https://issues.apache.org/jira/browse/GEODE-2115
>             Project: Geode
>          Issue Type: Bug
>          Components: management
>            Reporter: Jared Stewart
>            Assignee: Kirk Lund
>
> GFSH commands with potentially broken error handling:
> * MiscellaneousCommands.exportLogs
> Command implementation (ie MiscellaneousCommands) may ignore errors returned from Function via sendException or lastResult. Function implementation (ie LogFileFunction) may fail to invoke sendException for caught exceptions.
> Functions under `org.apache.geode.management.internal.cli.functions` should use `ResultSend::sendException` to return full stack trace of caught exceptions.
> Command implementations should read exceptions returned from functions without discarding the info.



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