kaijchen commented on PR #3286: URL: https://github.com/apache/ozone/pull/3286#issuecomment-1092407207
Another approach to solve the bucket re-creation problem is to record the bucket ID in open key table. We should only update quota if the bucket ID is same as recorded. Currently, for FSO keys, we can traverse `parentID` to find the bucket ID. For OBJECT/LEGACY keys, `parentID` is not used now, which can be used to store the bucket ID later. -- 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]
