Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0
-
Reviewed
Description
1. Typo in field name:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.VisitedResourceRequestTracker.TrackerPerPriorityResource#racksVisted
2. Typo in method: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.QueueManager#setChildResourceLimits
There's a comment: "... max reource ...", typo in the word 'resource'.
3. Typo in javadoc of method: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSAppAttempt#reserve
"bookeeping" -> "bookkeeping"
4. There's a local variable in this method: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSAppAttempt#updateAMDiagnosticMsg,
called diagnosticMessageBldr. It's an abbreviation, but could be changed to something more meaningful.
5. Typo in javadoc of method: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.MaxRunningAppsEnforcer#updateRunnabilityOnReload
"reinitilized" --> "reinitialized"
6. And last but not least, a funny typo in the method name of: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.DominantResourceFairnessPolicy.DominantResourceFairnessComparator#compareAttribrutes
Attachments
Issue Links
- links to