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)