You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2021/11/23 13:52:00 UTC

[jira] [Commented] (IGNITE-15972) Improve network processor error message

    [ https://issues.apache.org/jira/browse/IGNITE-15972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448019#comment-17448019 ] 

Ivan Bessonov commented on IGNITE-15972:
----------------------------------------

Looks good, thank you! Merged to main branch

> Improve network processor error message
> ---------------------------------------
>
>                 Key: IGNITE-15972
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15972
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Trivial
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha4
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When generation Network Message implementations, we use a special per-module class called a Message Group. When this class is not present, a corresponding error is thrown. However, when using IDEA, it is possible to get this error during the incremental compilation, because the Message Group class might not be passed to the annotation processor amongst the Network Message classes.
> Current error message is not very descriptive and does not indicate, which package or module failed to compile. It is proposed to at least add package names of the processed elements. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)