You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2018/04/10 13:54:00 UTC

[jira] [Comment Edited] (IGNITE-8106) In control.sh -active, exception will be eaten and not displayed

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

Dmitriy Pavlov edited comment on IGNITE-8106 at 4/10/18 1:53 PM:
-----------------------------------------------------------------

Folks, who is now expected to take the next step on this task?


was (Author: dpavlov):
Folks, who are now expected to take the next step on this task?

> In control.sh -active, exception will be eaten and not displayed
> ----------------------------------------------------------------
>
>                 Key: IGNITE-8106
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8106
>             Project: Ignite
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 2.5
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Minor
>
> Here is the relevant code from GridChangeStateCommandHandler:
> {code}
>             sb.a(e.getMessage()).a("\n").a("suppressed: \n");
>             for (Throwable t:e.getSuppressed())
>                 sb.a(t.getMessage()).a("\n");
> {code}
> However, before that code the exception will pass through IgniteUtils.convertException(), which will wrap the old IgniteCheckedException with suppressed parts with a new IgniteException with 0 suppressed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)