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: [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