jojochuang commented on PR #5920: URL: https://github.com/apache/ozone/pull/5920#issuecomment-1879157399
You can check out OmMetadataManagerImpl.getExpiredOpenKeys() https://github.com/apache/ozone/blob/f4a3b0e64c0cb3f2debaded68dcc0b7573602837/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java#L1808 to see how we tell a key has hsync or not. You shouldn't need to walk through the keyTable. -- 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]
