[
https://issues.apache.org/jira/browse/IGNITE-27824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18075621#comment-18075621
]
Ignite TC Bot commented on IGNITE-27824:
----------------------------------------
{panel:title=Branch: [pull/13062/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 14{color} [[tests 0 TIMEOUT , Exit Code
|https://ci2.ignite.apache.org/viewLog.html?buildId=9024629]]
{panel}
{panel:title=Branch: [pull/13062/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9024652&buildTypeId=IgniteTests24Java8_RunAll]
> Reduce code duplication in the marshaling of the topic
> ------------------------------------------------------
>
> Key: IGNITE-27824
> URL: https://issues.apache.org/jira/browse/IGNITE-27824
> Project: Ignite
> Issue Type: Task
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Minor
> Labels: IEP-132, ise
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently, certain messages (such as GridIoMessage and GridIoUserMessage)
> contain the fields Object topic and byte[] topicBytes.
> The marshaling and unmarshaling logic is located in different places: for
> GridIoMessage, it is implemented inside the message itself; for
> GridIoUserMessage, it is handled externally in the GridIoManager.
> The goal of this task is to incapsulate the marshaling/unmarshaling of the
> topic to bytes in a single location - specifically, in a new message called
> GridTopicMessage. This will eliminate code duplication.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)