You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2022/11/30 11:50:00 UTC

[jira] [Created] (IGNITE-18295) Do not swallow exceptions in DefaultMessagingService#onMessage()

Roman Puchkovskiy created IGNITE-18295:
------------------------------------------

             Summary: Do not swallow exceptions in DefaultMessagingService#onMessage()
                 Key: IGNITE-18295
                 URL: https://issues.apache.org/jira/browse/IGNITE-18295
             Project: Ignite
          Issue Type: Bug
            Reporter: Roman Puchkovskiy
            Assignee: Roman Puchkovskiy
             Fix For: 3.0.0-beta2


{{DefaultMessagingService#onMessage()}} calls itself in a different executor under some cirsumstances. If, running in this different executor, an exception is thrown, it gets swallowed and not even logged.

We should log such exceptions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)