[
https://issues.apache.org/jira/browse/IGNITE-26970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Werner updated IGNITE-26970:
-----------------------------------
Description:
As part of the task
[IGNITE-26466](https://issues.apache.org/jira/browse/IGNITE-26466), the
serializer for the `miniId` field uses a setter containing a validation check:
`assert miniId > 0`.
Before switching to the generated serializer, the value `0` was valid for the
`miniId` field during serialization.
We need to restore the previous logic to avoid potential `AssertionError`s.
> Fix serialization of GridNearTxFinishRequest#miniId
> ---------------------------------------------------
>
> Key: IGNITE-26970
> URL: https://issues.apache.org/jira/browse/IGNITE-26970
> Project: Ignite
> Issue Type: Bug
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Labels: IEP-132, ise
>
> As part of the task
> [IGNITE-26466](https://issues.apache.org/jira/browse/IGNITE-26466), the
> serializer for the `miniId` field uses a setter containing a validation
> check: `assert miniId > 0`.
> Before switching to the generated serializer, the value `0` was valid for the
> `miniId` field during serialization.
> We need to restore the previous logic to avoid potential `AssertionError`s.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)