You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Lapin (Jira)" <ji...@apache.org> on 2023/05/17 12:52:00 UTC

[jira] [Assigned] (IGNITE-19457) Review nullability of network messages' fields

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

Alexander Lapin reassigned IGNITE-19457:
----------------------------------------

    Assignee: Alexander Lapin

> Review nullability of network messages' fields
> ----------------------------------------------
>
>                 Key: IGNITE-19457
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19457
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Semyon Danilov
>            Assignee: Alexander Lapin
>            Priority: Major
>              Labels: ignite-3
>
> h3. Motivation
> After implementing https://issues.apache.org/jira/browse/IGNITE-19437 occurred that following list of fields in messages are null despite the fact that probably they should be @NotNull, probably that means that we've forgot to add corresponding setters while building such methods.
>  * PlacementDriverMessage, ReplicaRequest: 
> {code:java}
> groupId{code}
>  * SnapshotRequestMessage: 
> {code:java}
> id{code}
>  * ReadWriteMultiRowReplicaRequest:
> {code:java}
> commitPartitionId{code}
>  * ReadWriteReplicaRequest:
> {code:java}
> transactionId{code}
>  * ReadWriteSingleRowReplicaRequest:
> {code:java}
> commitPartitionId{code}
> h3. Definition of Done
>  * For each case null-ability verified and either comment is written explaining why it's valid to have  null value or setter is added and @Nullable is removed.
>  * Tests not needed.



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