timoninmaxim commented on code in PR #12237: URL: https://github.com/apache/ignite/pull/12237#discussion_r2250739264
########## modules/core/src/main/java/org/apache/ignite/internal/GridJobSiblingsRequest.java: ########## @@ -17,26 +17,26 @@ package org.apache.ignite.internal; -import java.nio.ByteBuffer; import org.apache.ignite.internal.util.typedef.internal.S; import org.apache.ignite.lang.IgniteUuid; import org.apache.ignite.plugin.extensions.communication.Message; -import org.apache.ignite.plugin.extensions.communication.MessageReader; -import org.apache.ignite.plugin.extensions.communication.MessageWriter; + +import static org.apache.ignite.internal.GridTopic.TOPIC_JOB_SIBLINGS; /** * Job siblings request. */ public class GridJobSiblingsRequest implements Message { /** */ + @Order(value = 0, method = "sessionId") private IgniteUuid sesId; /** */ - @GridDirectTransient private Object topic; Review Comment: Looks like you don't need this variable at all. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org