adoroszlai commented on pull request #2198:
URL: https://github.com/apache/ozone/pull/2198#issuecomment-836737466


   > removing all the keys in a bucket or all buckets in a volume
   
   Freon creates objects with a specific pattern, composed of a prefix and a 
counter.  The prefix is either random or user-specified.  The validator can 
only be used with a user-specified prefix, as it has to read previously created 
keys.  The counter starts at 0 and counts up to N-1, where N is user-specified.
   
   Similarly, the new cleaner would only remove items `$prefix/0`, `$prefix/1`, 
etc. with the given prefix.  I don't think that would be a dangerous tool.


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

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