Anton Vinogradov created IGNITE-28912:
-----------------------------------------
Summary: Move ErrorMessage to a common internal package
Key: IGNITE-28912
URL: https://issues.apache.org/jira/browse/IGNITE-28912
Project: Ignite
Issue Type: Task
Reporter: Anton Vinogradov
ErrorMessage is a generic wire DTO carrying a Throwable, currently located in
org.apache.ignite.internal.managers.communication. It is not
communication-specific: all 36 importing files live outside the communication
package (Calcite query messages, snapshot messages, distributed process
SingleNodeMessage/FullMessage, event storage, etc.).
Move it to a common internal package (e.g. org.apache.ignite.internal) as a
mechanical IDE refactoring. No behavior changes expected; the compiler
validates the move.
Follow-up to a review note on the IGNITE-28520 PR:
https://github.com/apache/ignite/pull/13095#discussion_r3586632492
--
This message was sent by Atlassian Jira
(v8.20.10#820010)