anujmodi2021 opened a new pull request, #7581: URL: https://github.com/apache/hadoop/pull/7581
### Description of PR On blob endpoint, there are a couple of handling that is needed to be done on client side. This involves: 1. Parsing of xml response and converting them to VersionedFileStatus list 2. Removing duplicate entries for non-empty explicit directories coming due to presence of the marker files 3. Trigerring Rename recovery on the previously failed rename indicated by the presence of pending json file. Currently all three are done in a separate iteration over whole list. This is to pbring all those things to a common place so that single iteration over list reposne can handle all three. -- 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]
