frankliee commented on issue #71:
URL: 
https://github.com/apache/incubator-uniffle/issues/71#issuecomment-1195106696

   > > > > How much time will it take to execute the operation? Could you 
provide some concrete data?
   > > > 
   > > > 
   > > > more that 30 seconds per disk, it dependency disk performance and 
usage.
   > > 
   > > 
   > > What's the type of disk that you use? The performance of disk is a 
little strange. We only delete one directory on every disk, it shouldn't take 
so much time.
   > 
   > FileUtils.deleteDirectory will delete it's childrens first
   
   
   
   > > > > How much time will it take to execute the operation? Could you 
provide some concrete data?
   > > > 
   > > > 
   > > > more that 30 seconds per disk, it dependency disk performance and 
usage.
   > > 
   > > 
   > > What's the type of disk that you use? The performance of disk is a 
little strange. We only delete one directory on every disk, it shouldn't take 
so much time.
   > 
   > hdd, about 1T usage per disk
   
   How many files are deleted in your disk ?  Uniffle has merged data in each 
partition, so there will not exist very large number of files. Can you do a 
simple test by using `rm -rf`?


-- 
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: dev-unsubscr...@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to