adoroszlai commented on PR #7164:
URL: https://github.com/apache/ozone/pull/7164#issuecomment-2421654137

   > Does `ozone fs -setrep` work recursively on vol/bucket/dir at the moment? 
If not, do we have plans to support it later?
   
   Recursive operation is handled in `SetReplication` (the implementation of 
`-setrep`), so we get that for free.  `FileSystem.setReplication`, which is 
implemented here for Ozone, only handles files.
   
   On the other hand, it looks like `-setrep` is async by default (`-w` makes 
it wait for replication to complete), which this implementation does not 
support.  I guess that's part of what @jojochuang referred to here:
   
   > requires client to read from source and write to the destination. I think 
that wouldn't be expected for a user coming from Hadoop land


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