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)