You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Atri Sharma (JIRA)" <ji...@apache.org> on 2015/06/30 18:02:04 UTC

[jira] [Updated] (IGNITE-1059) putAll() throws IgniteException instead of CachePartialUpdateException in ascyn mode when partial update occurs.

     [ https://issues.apache.org/jira/browse/IGNITE-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Atri Sharma updated IGNITE-1059:
--------------------------------
    Attachment: ignite-sprint-7_ignite_1059ver1.patch

Version 1

> putAll() throws IgniteException instead of CachePartialUpdateException in ascyn mode when partial update occurs.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1059
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1059
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Atri Sharma
>            Priority: Critical
>             Fix For: sprint-7
>
>         Attachments: ignite-sprint-7_ignite_1059ver1.patch
>
>
> Problem:
> When partial update occurs in sync mode, user receive CachePartialUpdateException as expected, which he can use to obtain failed key and re-process them.
> But if it occurs in async mode, future.get() throws IgniteException with nested  CachePartialUpdateCheckedException.
> Expected behavior after fix:
> future.get() throws CachePartialUpdateException.



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