You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/10/13 22:18:49 UTC

[GitHub] [ozone] xBis7 commented on a diff in pull request #3820: HDDS-7309. Enable by default GRPC between S3G and OM

xBis7 commented on code in PR #3820:
URL: https://github.com/apache/ozone/pull/3820#discussion_r995169005


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -2506,6 +2506,14 @@
       for Ozone Manager Admin protocol.
     </description>
   </property>
+  <property>
+    <name>ozone.om.transport.class</name>
+    <value>org.apache.hadoop.ozone.om.protocolPB.GrpcOmTransportFactory</value>

Review Comment:
   No, `ozone-default.xml` supercedes the `OMConfigKeys` default value. The tests get the transport class from `OMConfigKeys`, so this way hadoop config will continue getting used there.



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org