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


##########
hadoop-ozone/integration-test/src/test/resources/ozone-site.xml:
##########
@@ -26,6 +26,16 @@
     <value>org.apache.hadoop.hdds.fs.MockSpaceUsageCheckFactory$None</value>
   </property>
 
+  <property>
+    <name>ozone.om.transport.class</name>
+    
<value>org.apache.hadoop.ozone.om.protocolPB.Hadoop3OmTransportFactory</value>
+  </property>
+
+  <property>
+    <name>ozone.om.s3.grpc.server_enabled</name>
+    <value>false</value>
+  </property>

Review Comment:
   I presume this is to avoid breaking some of the integration tests?
   
   If so, which integration tests are broken once we enable this by default? 
And how well is the new default tested so far?



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