adoroszlai commented on code in PR #7953:
URL: https://github.com/apache/ozone/pull/7953#discussion_r1966733482
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClient.java:
##########
@@ -36,6 +37,7 @@ public static void init() throws Exception {
OzoneConfiguration conf = new OzoneConfiguration();
conf.setInt(ScmConfigKeys.OZONE_SCM_PIPELINE_OWNER_CONTAINER_COUNT, 1);
conf.setBoolean(OzoneConfigKeys.OZONE_ACL_ENABLED, true);
+ conf.set(OMConfigKeys.OZONE_OM_FEATURES_DISABLED, "ATOMIC_REWRITE_KEY");
Review Comment:
It's enough if the test passes with this setting, no need to really set it
in the config.
Tested without this by temporarily adding:
```xml
<property>
<name>ozone.om.features.disabled</name>
<value>ATOMIC_REWRITE_KEY</value>
</property>
```
in `hadoop-ozone/integration-test/src/test/resources/ozone-site.xml`.
--
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]