[
https://issues.apache.org/jira/browse/IGNITE-28794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18097022#comment-18097022
]
Ignite TC Bot commented on IGNITE-28794:
----------------------------------------
{panel:title=Branch: [pull/13344/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform C++ CMake (Win x64 / Release){color} [[tests 0 Failure
on metric |https://ci2.ignite.apache.org/viewLog.html?buildId=9204998]]
{panel}
{panel:title=Branch: [pull/13344/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Service Grid{color} [[tests
2|https://ci2.ignite.apache.org/viewLog.html?buildId=9214551]]
* {color:#013220}IgniteServiceGridTestSuite:
LazyServiceConfigurationMessageSerializationTest.testLazyServiceConfigurationWithBytes
- PASSED{color}
* {color:#013220}IgniteServiceGridTestSuite:
LazyServiceConfigurationMessageSerializationTest.testLazyServiceConfiguration -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9213924&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9213924
rerunBuildIds=none{color}
> Use MessageSerializer to transfer ServiceProcessorCommonDiscoveryData
> ---------------------------------------------------------------------
>
> Key: IGNITE-28794
> URL: https://issues.apache.org/jira/browse/IGNITE-28794
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Assignee: Dmitry Werner
> Priority: Minor
> Labels: IEP-132, ise
> Fix For: 2.19
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Following DTO implements {{Serializable}}:
> # {{ServiceProcessorCommonDiscoveryData}}
> 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)