[ 
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)

Reply via email to