[
https://issues.apache.org/jira/browse/YARN-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154456#comment-16154456
]
Junping Du commented on YARN-7023:
----------------------------------
Hi [~ajisakaa], as mentioned in my 2.8.2 release threads in community, can you
hold on any commits to branch-2.8.2? If any issue really belongs to blocker for
2.8.2, please ping me first before landing the commit - possibly I am building
the release and new landing commits will mess up the release notes (auto
tracked by fixed version here).
> Incorrect ReservationId.compareTo() implementation
> --------------------------------------------------
>
> Key: YARN-7023
> URL: https://issues.apache.org/jira/browse/YARN-7023
> Project: Hadoop YARN
> Issue Type: Bug
> Components: reservation system
> Affects Versions: 2.6.0, 3.0.0-alpha1
> Reporter: Oleg Danilov
> Assignee: Oleg Danilov
> Priority: Minor
> Fix For: 2.9.0, 3.0.0-beta1, 2.8.2, 3.1.0
>
> Attachments: YARN-7023.1.patch, YARN-7023.patch
>
>
> Obviously this is a typo and the second getId() call should be rewritten as
> 'other.getId()'
> +Lines 94-102+
> {code:java}
> @Override
> public int compareTo(ReservationId other) {
> if (this.getClusterTimestamp() - other.getClusterTimestamp() == 0) {
> return getId() > getId() ? 1 : getId() < getId() ? -1 : 0;
> } else {
> return this.getClusterTimestamp() > other.getClusterTimestamp() ? 1
> : this.getClusterTimestamp() < other.getClusterTimestamp() ? -1 : 0;
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]