adoroszlai commented on code in PR #4505:
URL: https://github.com/apache/ozone/pull/4505#discussion_r1154439008
##########
hadoop-ozone/integration-test/src/test/resources/ozone-site.xml:
##########
@@ -31,4 +31,9 @@
<value>4</value>
</property>
+ <property>
+ <name>ozone.scm.close.container.wait.duration</name>
+ <value>1s</value>
Review Comment:
Acceptance tests need similar low value.
https://github.com/sumitagrawl/ozone/actions/runs/4574422026/jobs/8076344130#step:5:838
https://github.com/sumitagrawl/ozone/actions/runs/4574422026/jobs/8076344350#step:5:858
Something like:
```
OZONE-SITE.XML_ozone.scm.close.container.wait.duration=1s
```
in
```
hadoop-ozone/dist/src/main/compose/ozone/docker-config
hadoop-ozone/dist/src/main/compose/ozonesecure/docker-config
hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-config
```
--
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]