szilard-nemeth commented on pull request #3419: URL: https://github.com/apache/hadoop/pull/3419#issuecomment-921590206
@brumi1024 The compilation warning is this one: `ClusterNodeTracker.java:504:19:[unchecked] unchecked call to ArrayList(Collection<? extends E>) as a member of the raw type ArrayList` I didn't touch this class at all so I don't want to fix this warning as it's quite unrelated to my PR. I fixed some checkstyle issues: Added final modifier to class UserWeights and made org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.UserWeights#data private and final. The rest of the checkstyle isssues I don't intend to fix. -- 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]
