You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2021/03/04 16:49:00 UTC

[jira] [Created] (IGNITE-14282) .Net: Don't swallow exception in case Platform cache update error

Nikolay Izhikov created IGNITE-14282:
----------------------------------------

             Summary: .Net: Don't swallow exception in case Platform cache update error
                 Key: IGNITE-14282
                 URL: https://issues.apache.org/jira/browse/IGNITE-14282
             Project: Ignite
          Issue Type: Improvement
            Reporter: Nikolay Izhikov


Currently, any error during platform cache update just logging and swallowing.

Ignite should throw it to a higher level to handle with Failure Handler or similar way.
Ignite shouldn't finish operation successfully in case of platform cache update.

https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMapEntry.java#L7047



--
This message was sent by Atlassian Jira
(v8.3.4#803005)