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

Vladimir Steshin updated IGNITE-28220:
--------------------------------------
    Description: 
_GridDeploymentRequest#topic_ seems to be always trivial _GridTopic.T1_ with 
only two simple fields:
{code:java}
public static class T1 {
    /** */
    private GridTopic topic;

    /** */
    private IgniteUuid id; {code}
_GridDeploymentRequest_ should not be {_}MarshallableMessage{_}.

  was:
`GridDeploymentRequest#topic` seems to be always trivial `GridTopic.T1` with 
only two simple fields:
{code:java}
public static class T1 {
    /** */
    private GridTopic topic;

    /** */
    private IgniteUuid id; {code}
`GridDeploymentRequest` should not be `MarshallableMessage`.


> Revise serialization of GridDeploymentRequest
> ---------------------------------------------
>
>                 Key: IGNITE-28220
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28220
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladimir Steshin
>            Priority: Major
>
> _GridDeploymentRequest#topic_ seems to be always trivial _GridTopic.T1_ with 
> only two simple fields:
> {code:java}
> public static class T1 {
>     /** */
>     private GridTopic topic;
>     /** */
>     private IgniteUuid id; {code}
> _GridDeploymentRequest_ should not be {_}MarshallableMessage{_}.



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

Reply via email to