Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
Reviewed
Description
The TestResourceLocalizationService#testDownloadingResourcesOnContainerKill method is over 150 lines:
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/TestResourceLocalizationService.java:1128: @Test(timeout = 20000):3: Method length is 242 lines (max allowed is 150).
This method needs to be refactored and broken up into smaller methods.
Attachments
Attachments
Issue Links
- is related to
-
YARN-5797 Add metrics to the node manager for cleaning the PUBLIC and PRIVATE caches
- Resolved