You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/06/29 14:34:04 UTC

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

Vladimir Ozerov created IGNITE-1059:
---------------------------------------

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