[ https://issues.apache.org/jira/browse/YARN-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hong Zhiguo updated YARN-2066: ------------------------------ Attachment: YARN-2066.patch > Wrong field is referenced in > GetApplicationsRequestPBImpl#mergeLocalToBuilder() > ------------------------------------------------------------------------------- > > Key: YARN-2066 > URL: https://issues.apache.org/jira/browse/YARN-2066 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Ted Yu > Assignee: Hong Zhiguo > Priority: Minor > Attachments: YARN-2066.patch > > > {code} > if (this.finish != null) { > builder.setFinishBegin(start.getMinimumLong()); > builder.setFinishEnd(start.getMaximumLong()); > } > {code} > this.finish should be referenced in the if block. -- This message was sent by Atlassian JIRA (v6.2#6252)