lokeshj1703 opened a new pull request #782: HDDS-1461. Optimize listStatus api 
in OzoneFileSystem
URL: https://github.com/apache/hadoop/pull/782
 
 
   Currently in listStatus we make multiple getFileStatus calls. This can be 
optimized by converting to a single rpc call for listStatus.
   
   Also currently listStatus has to traverse a directory recursively in order 
to list its immediate children. This happens because in OzoneManager all the 
metadata is stored in rocksdb sorted on keynames. The Jira also aims to fix 
this by using seek api provided by rocksdb.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to