swamirishi commented on code in PR #8554:
URL: https://github.com/apache/ozone/pull/8554#discussion_r2131296876
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestSnapshotDeletingServiceIntegrationTest.java:
##########
@@ -127,8 +106,7 @@ public void setup() throws Exception {
500, TimeUnit.MILLISECONDS);
conf.setBoolean(OZONE_SNAPSHOT_DEEP_CLEANING_ENABLED, true);
conf.setTimeDuration(OZONE_SNAPSHOT_DELETING_SERVICE_TIMEOUT,
- 10000, TimeUnit.MILLISECONDS);
- conf.setInt(OMConfigKeys.OZONE_SNAPSHOT_DIRECTORY_SERVICE_INTERVAL, 500);
+ 10, TimeUnit.MILLISECONDS);
Review Comment:
yeah we should reduce it from 10 secs to a smaller value so that the test
doesn't time out. I changed it to 500 ms so that it runs along the same lines
as KDS & DDS
--
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]