ashishkumar50 commented on code in PR #8757:
URL: https://github.com/apache/ozone/pull/8757#discussion_r2193155558


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java:
##########
@@ -741,6 +742,7 @@ public PendingKeysDeletion getPendingDeletionKeys(
           List<BlockGroup> blockGroupList = Lists.newArrayList();
           // Multiple keys with the same path can be queued in one DB entry
           RepeatedOmKeyInfo infoList = kv.getValue();
+          boolean flag = false;

Review Comment:
   Define outside while loop, also change name something like 
   `boolean maxReqSizeExceeded = false;`



-- 
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]

Reply via email to