rakeshadr edited a comment 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 as well. In FSO, the number of entries in the cache will be pretty less compares to OBS and the overall memory foot print in FSO will be comparatively lesser than OBS. 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. [KeyManagerImpl.java#L1668](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-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org