Ilya Kasnacheev created IGNITE-7519:
---------------------------------------
Summary: DataStreamer suppresses exceptions in IsolatedUpdater
Key: IGNITE-7519
URL:
https://issues.apache.org/jira/browse/IGNITE-7519 Project: Ignite
Issue Type: Bug
Components: cache
Affects Versions: 2.5
Reporter: Ilya Kasnacheev
Assignee: Ilya Kasnacheev
{code:java}
catch (IgniteCheckedException ex) {
IgniteLogger log = cache.unwrap(Ignite.class).log();
U.error(log, "Failed to set initial value for cache entry: " + e, ex);
}{code}
This is problematic because the problem is never reported to DataStreamer so it will be close()d with no exceptions and data loss!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)