Uh oh!
There was an error while loading. Please reload this page.
HDDS-13517. Decouple delete batch limits from Ratis request size for KeyDeletingService. - #8874
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ashishkumar50
commented
Aug 12, 2025
@swamirishi Can you please help to review this patch. |
sumitagrawl
left a comment
There was a problem hiding this comment.
@aryangupta1998 Thanks for working over this, given few comments. Additionally, check consistency if one batch success, other fails.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
swamirishi
left a comment
There was a problem hiding this comment.
@aryangupta1998 thanks for the patch. I have left a few review comments inline
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sumitagrawl
left a comment
There was a problem hiding this comment.
@aryangupta1998 given few more commens
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
swamirishi
left a comment
There was a problem hiding this comment.
@aryangupta1998 thanks for updating the patch I have left more minor review comments inline please check
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
swamirishi
left a comment
There was a problem hiding this comment.
Have few nitpicky changes.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
swamirishi
left a comment
There was a problem hiding this comment.
@aryangupta1998 thanks for the patch and promptly addressing all the review comments LGTM.
Uh oh!
There was an error while loading. Please reload this page.
swamirishi
commented
Aug 25, 2025
@sadanand48 I have merged this PR if you have any more review comments. Let us do it in another PR. |
…st size for KeyDeletingService. (apache#8874) Co-authored-by: Aryan Gupta <aryan.gupta@cloudera.com> (cherry picked from commit fbc393d) Conflicts: hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/protocolPB/ScmBlockLocationProtocolClientSideTranslatorPB.java hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/service/TestKeyDeletingService.java Change-Id: Ieaa2ba9e85f4b90e4b4de70a0a21722ef54e0493
What changes were proposed in this pull request?
In KeyDeletingService, when submitting the request to SCM and OM for further processing, we should check if the request exceeds the default rate limit (32 MB). If it does, we should break the request accordingly.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13517
How was this patch tested?
Unit test (Aid from Gemini)