You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2019/06/18 10:40:00 UTC

[jira] [Assigned] (IGNITE-11919) Change message format for incompatible fields' types changes

     [ https://issues.apache.org/jira/browse/IGNITE-11919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Kuznetsov reassigned IGNITE-11919:
----------------------------------------

    Assignee: Pavel Kuznetsov

> Change message format for incompatible fields' types changes
> ------------------------------------------------------------
>
>                 Key: IGNITE-11919
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11919
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Denis Magda
>            Assignee: Pavel Kuznetsov
>            Priority: Blocker
>             Fix For: 2.8
>
>
> Follow this discussion thread to find out the reason for the change:
> http://apache-ignite-developers.2346864.n4.nabble.com/Ignite-stops-working-suddenly-during-dev-td42207.html
> It's suggested to apply the following format:
> {code}
> ERROR: Type 'ClassName/TypeName' has a different/incorrect type
> for field 'FieldName'. Expected 'type1' but 'type2' was provided. Field
> type's modification is unsupported, clean {root_path}/marshaller directory
> if the type change is required.
> {code}
> That's an example of how it will look like:
> {code}
> ERROR: Type 'Person' has a different/incorrect type
> for field 'salary'. Expected 'double' but 'string' was provided. Field
> type's modification is unsupported, clean {root_path}/marshaller directory
> if the type change is required.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)