[ https://issues.apache.org/jira/browse/IGNITE-26386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Werner updated IGNITE-26386: ----------------------------------- Description: The private field {{candsByIdxBytes}} in the {{GridDistributedBaseMessage}} class is currently only used within the methods {{writeTo}} and {{{}readFrom{}}}. It appears that this field may have been overlooked during patch implementation [https://github.com/apache/ignite/commit/175b7f24e1d62a90e7a7159ad670036216e6d278#diff-df83c3aab24b9761aa7d94e5bd812e8f15666fca022af9a8d66dbf6526e01d46L117] . Since this field is essentially unused, it needs to be removed. was: The private field {{candsByIdxBytes}} in the {{GridDistributedBaseMessage}} class is currently only used within the methods {{writeTo}} and {{readFrom}}. It appears that this field may have been overlooked during patch implementation [https://github.com/apache/ignite/commit/175b7f24e1d62a90e7a7159ad670036216e6d278#diff-df83c3aab24b9761aa7d94e5bd812e8f15666fca022af9a8d66dbf6526e01d46L117] . Since this field is essentially unused, it needs to be removed. > Remove candsByIdxBytes field from GridDistributedBaseMessage > ------------------------------------------------------------ > > Key: IGNITE-26386 > URL: https://issues.apache.org/jira/browse/IGNITE-26386 > Project: Ignite > Issue Type: Task > Reporter: Dmitry Werner > Assignee: Dmitry Werner > Priority: Major > Labels: IEP-132, ise > > The private field {{candsByIdxBytes}} in the {{GridDistributedBaseMessage}} > class is currently only used within the methods {{writeTo}} and > {{{}readFrom{}}}. > It appears that this field may have been overlooked during patch > implementation > [https://github.com/apache/ignite/commit/175b7f24e1d62a90e7a7159ad670036216e6d278#diff-df83c3aab24b9761aa7d94e5bd812e8f15666fca022af9a8d66dbf6526e01d46L117] > . > Since this field is essentially unused, it needs to be removed. -- This message was sent by Atlassian Jira (v8.20.10#820010)