[
https://issues.apache.org/jira/browse/IGNITE-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093482#comment-15093482
]
Yakov Zhdanov commented on IGNITE-2358:
---------------------------------------
Here is the sample printout:
{{[03:45:14,763][WARNING][flusher-0-#47%null%][GridCacheWriteBehindStore]
Unable to update underlying store:
o.a.i.cache.store.jdbc.CacheJdbcPojoStore@7d721f3}}
We should also fix toString() for all stores provided.
> 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)