[
https://issues.apache.org/jira/browse/YARN-6381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971185#comment-15971185
]
Hudson commented on YARN-6381:
------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11591 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/11591/])
YARN-6381. FSAppAttempt has several variables that should be final (templedf:
rev a2c57bb70d719f72d59413f33ae67781b583b9f8)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/FSAppAttempt.java
> FSAppAttempt has several variables that should be final
> -------------------------------------------------------
>
> Key: YARN-6381
> URL: https://issues.apache.org/jira/browse/YARN-6381
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: fairscheduler
> Affects Versions: 3.0.0-alpha2
> Reporter: Daniel Templeton
> Assignee: Ameet Zaveri
> Labels: newbie
> Fix For: 2.9.0, 3.0.0-alpha3
>
> Attachments: YARN-6381.001.patch
>
>
> These should all be final:
> {code}
> private long startTime;
> private Priority appPriority;
> private ResourceWeights resourceWeights;
> private FairScheduler scheduler;
> private Map<String, Set<String>> reservations = new HashMap<>();
> private List<FSSchedulerNode> blacklistNodeIds = new ArrayList<>();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]