Description
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.