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

[jira] [Commented] (IGNITE-7519) DataStreamer suppresses exceptions in IsolatedUpdater

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

Ilya Kasnacheev commented on IGNITE-7519:
-----------------------------------------

https://github.com/apache/ignite/pull/3448

> DataStreamer suppresses exceptions in IsolatedUpdater
> -----------------------------------------------------
>
>                 Key: IGNITE-7519
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7519
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.5
>            Reporter: Ilya Kasnacheev
>            Assignee: Ilya Kasnacheev
>            Priority: Major
>
> {code:java}
>                      catch (IgniteCheckedException ex) {
>                         IgniteLogger log = cache.unwrap(Ignite.class).log();
>  
>                         U.error(log, "Failed to set initial value for cache entry: " + e, ex);
>                      }{code}
>  
> This is problematic because the problem is never reported to DataStreamer so it will be close()d with no exceptions and data loss!



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