You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/02/09 06:59:19 UTC

[GitHub] [ozone] rakeshadr commented on pull request #3053: HDDS-6278 Improve memory profile for listStatus API call.

rakeshadr commented on pull request #3053:
URL: https://github.com/apache/ozone/pull/3053#issuecomment-1033412352


   @kerneltime We need to handle `deletedKeySet` usage in `KeyManagerImpl#listStatusFSO()` logic. In FSO, the number of entries in the cache will be pretty less compares to ObjectStore. Because in OBS a single `OMKeysDeleteRequest` contains a bunch of keys, but in FSO `OMKeyDeleteRequest` will have only one key(file/directory) entry and it is optimized one.
   
   https://github.com/apache/ozone/blob/master/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/KeyManagerImpl.java#L1668


-- 
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: issues-unsubscribe@ozone.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org