You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/08/25 16:43:20 UTC

[jira] [Created] (IGNITE-3770) GridLogThrottle.warn ignores the exception

Valentin Kulichenko created IGNITE-3770:
-------------------------------------------

             Summary: GridLogThrottle.warn ignores the exception
                 Key: IGNITE-3770
                 URL: https://issues.apache.org/jira/browse/IGNITE-3770
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.8


There are two ways to fix this:
* Make sure that {{warn()}} method prints out the stack trace of the provided exception.
* Remove exception parameter from the {{warn()}} method and replace all such usages with {{error()}}.

I personally think that the second approach is more clear.



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