bharatviswa504 commented on a change in pull request #2901:
URL: https://github.com/apache/ozone/pull/2901#discussion_r779053363
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
##########
@@ -54,6 +54,8 @@ private OMConfigKeys() {
public static final String OZONE_OM_BIND_HOST_DEFAULT =
"0.0.0.0";
public static final int OZONE_OM_PORT_DEFAULT = 9862;
+ public static final String OZONE_OM_GRPC_PORT_KEY =
+ "ozone.s3g.grpc.port";
Review comment:
After reading code i think this should be renamed as ozone.om.grpc.port,
as GrpcOzoneManagerServer defined config key in that way too.
--
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]