stoty commented on code in PR #7499:
URL: https://github.com/apache/hadoop/pull/7499#discussion_r1991720404
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml:
##########
@@ -27,6 +27,8 @@
<properties>
<grpc.version>1.69.0</grpc.version>
+ <!-- Last version that works with Centos 7 -->
+ <grpc.plugin.version>1.65.0</grpc.plugin.version>
Review Comment:
There are no code changes in the compiler between those versions , @pan3793
Only the build OS is changed, event the netty version change is reverted:
https://github.com/grpc/grpc-java/commits/master/compiler
The incompatibility is caused by
https://github.com/grpc/grpc-java/commit/71eb5fb9f0e408e8c7e213ef470a8894ee0a4e18
committing generated code to git is troublesome, I would very much like to
avoid that.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]