kokonguyen191 opened a new pull request, #8396: URL: https://github.com/apache/hadoop/pull/8396
### Description of PR https://issues.apache.org/jira/browse/HDFS-17723 Since each remove operation forces an update on all routers, removing a lot of mount points in one go when there are a decent number of routers can take a long time. It's better to just remove all of them in a batch and force update only once. Useful for nuking old unused mount points. Reopened to add some small fixes and since it was bot closed ### How was this patch tested? UTs + have been in use in production environment for over a year -- 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]
