[
https://issues.apache.org/jira/browse/IGNITE-28520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18095975#comment-18095975
]
Anton Vinogradov edited comment on IGNITE-28520 at 7/13/26 8:03 PM:
--------------------------------------------------------------------
[Ignite PR Checker|https://ignite-pr-checker.is-a.dev/?pr=13095] verdict for PR
13095 · RunAll build [9205689|https://ci2.ignite.apache.org/build/9205689] ·
147 suites ran, 0 reused
(/) *No blockers* — nothing in this run looks caused by this PR. 30
pre-existing/flaky tests filtered out.
♻️ Settled after 2 auto re-run wave(s): #1 — 2 broken suite(s); #2 — 1 broken
suite(s).
was (Author: av):
[Ignite PR Checker|https://ignite-pr-checker.is-a.dev/?pr=13095] verdict for PR
13095 · RunAll build [9205689|https://ci2.ignite.apache.org/build/9205689] ·
147 suites ran, 0 reused
(!) *1 broken suite(s)* (failed without a reliable run):
- Platform C++ CMake (Win x64 | Release): Number of tests 595 is 43% less than
1046 in build #18235
(/) No test blockers otherwise; 30 pre-existing/flaky filtered out.
⏳ _Auto re-run *#2* in progress — 1 broken suite(s) re-queued (attempt 2/2).
This comment updates when they settle._
_Earlier re-runs: #1 — 2 broken suite(s)._
> Auto-generate message serialization / marshalling / deployment
> --------------------------------------------------------------
>
> Key: IGNITE-28520
> URL: https://issues.apache.org/jira/browse/IGNITE-28520
> Project: Ignite
> Issue Type: Task
> Reporter: Alex Abashev
> Assignee: Anton Vinogradov
> Priority: Minor
> Labels: IEP-132, ise
> Fix For: 2.19
>
> Time Spent: 41h 50m
> Remaining Estimate: 0h
>
> Goals
> • Simplify. Replace per-message hand-written writeTo/readFrom (serialization),
> prepareMarshal/finishUnmarshal (marshalling) and prepareDeployment
> (deployment)
> with companion classes generated by an annotation processor from declarative
> field annotations (@Order, @Marshalled, @MarshalledCollection,
> @MarshalledMap,
> @NioField). Remove boilerplate and whole classes of manual bugs: wrong field
> order, forgotten field, read/write mismatch.
> • Unify. One mechanism and vocabulary across the three concerns —
> serialize (writeTo/readFrom) · marshal/unmarshal · deploy — dispatched
> uniformly through the message factory
> (serializer()/marshaller()/deployer()).
> • Harden. Compile-time validation of message structure: an ArchUnit rule keeps
> callers on the static facades; a gated marshal-once/unmarshal-once dedup
> check
> catches double-(un)marshal (folded away in production).
> • Keep runtime neutral-or-better.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)