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)