You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2016/12/07 15:58:59 UTC

[jira] [Commented] (IGNITE-2358) Write behind store swallows exception trace in case of error

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

Andrey Gura commented on IGNITE-2358:
-------------------------------------

Exception traces logging are already fixed (see IGNITE-3770). So only provided store implementations should be fixed.

> Write behind store swallows exception trace in case of error
> ------------------------------------------------------------
>
>                 Key: IGNITE-2358
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2358
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Valentin Kulichenko
>             Fix For: 2.0
>
>
> See {{GridCacheWriteBehindStore:708}}:
> {code}
> LT.warn(log, e, "Unable to update underlying store: " + store);
> {code}
> The exception trace is never printed out in case of warnings, therefore user sees only message, which is usually not enough.



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