yangjiandan commented on PR #7352: URL: https://github.com/apache/hadoop/pull/7352#issuecomment-2664732537
@steveloughran Thanks for your suggestion! Fixing HADOOP-19447 requires the Clock interface and the SystemClock class, both of which are also widely referenced in the Yarn project. Therefore, if we only move these two classes to hadoop-common while keeping the other subclasses in the Yarn project, it would still result in many import changes. However, to maintain interface compatibility, the Clock-related classes in the Yarn project have not been removed. This means that yarn-project can temporarily continue to reference the Clock class from the Yarn 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]
