Vladsz83 commented on code in PR #12901:
URL: https://github.com/apache/ignite/pull/12901#discussion_r2946280744


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/marshaller/MarshallerMappingItem.java:
##########
@@ -26,7 +27,10 @@
  *  Used to exchange mapping information on new mapping added or missing 
mapping requested flows.
  *  See {@link GridMarshallerMappingProcessor} javadoc for more information.
  */
-public final class MarshallerMappingItem implements Message {
+public final class MarshallerMappingItem implements Message, Serializable {

Review Comment:
   @anton-vinogradov , @NSAmelchev pls. note #12890 . Useful message. Should be 
removes in future but currently helps on development a lot.



##########
modules/core/src/main/java/org/apache/ignite/internal/processors/marshaller/MarshallerMappingItem.java:
##########
@@ -26,7 +27,10 @@
  *  Used to exchange mapping information on new mapping added or missing 
mapping requested flows.
  *  See {@link GridMarshallerMappingProcessor} javadoc for more information.
  */
-public final class MarshallerMappingItem implements Message {
+public final class MarshallerMappingItem implements Message, Serializable {

Review Comment:
   @anton-vinogradov , @NSAmelchev pls. note #12890 . Useful message. Should be 
removed in future but currently helps on development a lot.



-- 
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]

Reply via email to