sergey-chugunov-1985 commented on code in PR #12097: URL: https://github.com/apache/ignite/pull/12097#discussion_r2111631270
########## modules/codegen/src/main/java/org/apache/ignite/codegen/MessageCodeGenerator.java: ########## @@ -171,6 +169,8 @@ public static void main(String[] args) throws Exception { MessageCodeGenerator gen = new MessageCodeGenerator(srcDir); + gen.generateAndWrite(GridJobCancelRequest.class); Review Comment: What is so special about `GridJobCancelRequest` in the context of current issue that we decided to add it to code generator? As far as I can see codegen for all other messages is commented out. -- 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