yangjiandan commented on PR #7352: URL: https://github.com/apache/hadoop/pull/7352#issuecomment-2638363484
@cnauroth Thank you for your review and the detailed explanation! To address your concern, I propose the following solution: - Instead of moving the Clock class, I will copy it to hadoop-common-project, allowing all future dependencies to use the new common implementation. - The existing Clock classes in hadoop-yarn-project and hadoop-mapreduce-project will be marked with the @Deprecated annotation to indicate that they are temporary and should be removed in a future major release. - Once Hadoop 4.0.0 is planned, we can then safely remove the duplicated Clock classes from hadoop-yarn-project and hadoop-mapreduce-project. -- 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]
