ashishkumar50 commented on PR #6530: URL: https://github.com/apache/ozone/pull/6530#issuecomment-2074639319
@ChenSammi I have made the change and the tests are running. One point is for hsync keys keyArgs are formed based on fileTable and not openFileTable in openKeyCleanupService. So even though we change openFileTable keyName, it is unused. So to handle this either we need to update fileTable keyName as well but that seems more risky as old key and new key format will differ and may cause other issues. Or we can use openFileTable just for keyName(Again not efficient solution). That i have currently added in PR. -- 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]
