xBis7 commented on code in PR #3820:
URL: https://github.com/apache/ozone/pull/3820#discussion_r1009453735
##########
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:
@smengcl thanks for looking at this PR. There are too many integration tests
failing with GRPC enabled. I launched a workflow to go over the failures.
Please take a look
[here](https://github.com/xBis7/ozone/actions/runs/3361441746).
> And how well is the new default tested so far?
The performance numbers have been checked by @michelsumbul.
--
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]