Skip to content

Commit

Permalink
remove from xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Shenoy committed Jan 21, 2025
1 parent 14e6f01 commit c90e0c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3687,14 +3687,6 @@
be defined with postfix (ns,ms,s,m,h,d)
</description>
</property>
<property>
<name>ozone.path.deleting.limit.per.task</name>
<value>6000</value>
<tag>OZONE, PERFORMANCE, OM</tag>
<description>A maximum number of paths(dirs/files) to be deleted by
directory deleting service per time interval.
</description>
</property>
<property>
<name>ozone.snapshot.filtering.limit.per.task</name>
<value>2</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public class TestReconInsightsForDeletedDirectories {
public static void init() throws Exception {
OzoneConfiguration conf = new OzoneConfiguration();
conf.setInt(OZONE_DIR_DELETING_SERVICE_INTERVAL, 1000000);
conf.setInt(OZONE_PATH_DELETING_LIMIT_PER_TASK, 0);
conf.setTimeDuration(OZONE_BLOCK_DELETING_SERVICE_INTERVAL, 10000000,
TimeUnit.MILLISECONDS);
conf.setBoolean(OZONE_ACL_ENABLED, true);
Expand Down

0 comments on commit c90e0c1

Please sign in to comment.