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

Atri Sharma reassigned IGNITE-1059:
-----------------------------------

    Assignee: Atri Sharma

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

Reply via email to