swamirishi opened a new pull request, #9089:
URL: https://github.com/apache/ozone/pull/9089

   ## What changes were proposed in this pull request?
   Currently there are no traces of bucket information in deletedKeyTable. 
However a bucket could be deleted and recreated with the same name even having 
leftover keys from older bucket in the deletedTable and the bucket quota could 
be erroneously be updated for the newer bucket when updated with just the 
bucket name check. Thus for each RepeatedKeyInfo in deletedTable should have 
bucketId which would notify whether a bucket quota needs to be updated or not.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-13733
   
   ## How was this patch tested?
   Updated existing unit tests


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