anton-vinogradov commented on code in PR #13462:
URL: https://github.com/apache/ignite/pull/13462#discussion_r3769585741
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java:
##########
@@ -3821,7 +3821,7 @@ else if (forceAffReassignment)
// Marshal eagerly: the heavy partition-map copy lands in the
"Full message preparing" stage, and the
// message cached in FinishState is sent to late joiners as is
(the send-path marshal-once turns no-op).
- MessageMarshalling.marshal(msg, cctx.kernalContext(), null);
+ CommunicationMarshalling.marshal(msg, cctx.kernalContext(), null);
Review Comment:
Let's refactor these issues later.
Currently, we should make the smallest possible change to close the
wire-format gap before release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]