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

Reply via email to