[
https://issues.apache.org/jira/browse/IGNITE-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Pavlov updated IGNITE-7962:
-----------------------------------
Fix Version/s: 2.5
> More cases of suppressed exceptions in IsolatedUpdater
> ------------------------------------------------------
>
> Key: IGNITE-7962
> URL: https://issues.apache.org/jira/browse/IGNITE-7962
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.4
> Reporter: Ilya Kasnacheev
> Assignee: Ilya Kasnacheev
> Priority: Major
> Fix For: 2.5
>
>
> IsolatedUpdater is a StreamReciever.
> The contract for StreamReciever.recieve() is, @throws
> org.apache.ignite.IgniteException If failed.
> However, there's a number of cases where this doesn't happen and exceptions
> are suppressed after being written in server log. Should replace (or augment)
> log.error()'s with throw new IgniteException().
> See maillist discussion.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)