[
https://issues.apache.org/jira/browse/IGNITE-28767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18090267#comment-18090267
]
Ignite TC Bot commented on IGNITE-28767:
----------------------------------------
{panel:title=Branch: [pull/13236/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13236/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=9133541&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9133541
rerunBuildIds=9138233{color}
> Use Message DTO to transfer QueryEntity
> ---------------------------------------
>
> Key: IGNITE-28767
> URL: https://issues.apache.org/jira/browse/IGNITE-28767
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Assignee: Ilya Shishkov
> Priority: Minor
> Labels: IEP-132, ise
> Fix For: 2.19
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Following DTO implements {{Serializable}}:
> # {{QueryEntity}}
> # {{QueryEntityEx}}
> They are transferred in {{DiscoveryDataBag}} ({{DiscoveryDataPacket}}) and
> should be transfromed to a {{Message}}.
> Some important tips:
> # Implementation of {{Serializable}} should be removed if possible. (If not
> stored somewhere in MetaStorage, or in PDS).
> # If it is difficult to transform to {{Message}}, message-clone DTO can be
> added, eg. {{QueryIndexMessage}}.
> # Keep in mind {{#writeObject}} / {{#readObject}} and {{#readExternal}} /
> {{#writeExternal}} methods, if any.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)