[
https://issues.apache.org/jira/browse/IGNITE-28520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18097175#comment-18097175
]
Anton Vinogradov commented on IGNITE-28520:
-------------------------------------------
[Ignite PR Checker|https://ignite-pr-checker.is-a.dev/?pr=13095] verdict for PR
13095 · RunAll build [9216359|https://ci2.ignite.apache.org/build/9216359] ·
147 suites ran, 0 reused
(!) *2 broken suite(s)* (failed without a reliable run):
- Platform C++ CMake (Win x64 | Release): IgniteCoreTest terminated abnormally
- the test binary died, its remaining tests never ran · Number of tests 458 is
23% less than 595 in build #18333
- Cache (Failover) 5: execution timeout · non-zero exit code · Number of tests
33 is 51% less than 67 in build #254
(?) *2 suite(s) ran fewer tests than on master* (tests that never ran can't
fail):
- Cache (Failover) 5: 33 tests vs 67 on master (*-51%*)
- Platform C++ CMake (Win x64 | Release): 458 tests vs 595 on master (*-23%*)
(/) No test blockers otherwise; 26 pre-existing/flaky filtered out.
⏳ _Auto re-run *#1* in progress — 2 broken suite(s) re-queued (attempt 1/2), *≈
settled by 21:51 MSK*. This comment updates when they settle._
> 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: 59h 10m
> 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)