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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Valentin Kulichenko created IGNITE-2358:
-------------------------------------------

             Summary: 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: 1.6


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)