neils-dev commented on a change in pull request #2901:
URL: https://github.com/apache/ozone/pull/2901#discussion_r780622462



##########
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:
       @bharatviswa504 - latest commit contains changes to ozone.s3g.grpc.port 
-> ozone.om.grpc.port in OMConfigKeys.  This impacts the 
TestOzoneConfigurationFields integration test as key is not in site xml file, 
so added line to ignore key.




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

Reply via email to