You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Junping Du (JIRA)" <ji...@apache.org> on 2017/09/11 05:16:01 UTC

[jira] [Updated] (MAPREDUCE-6498) ClientServiceDelegate should not retry upon AccessControlException

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junping Du updated MAPREDUCE-6498:
----------------------------------
    Target Version/s: 2.8.3  (was: 2.8.1)

> ClientServiceDelegate should not retry upon AccessControlException
> ------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6498
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6498
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Peng Zhang
>            Assignee: Peng Zhang
>         Attachments: MAPREDUCE-6498.1.patch
>
>
> MapReduce client will retry forever when remote AM throw AccessControlException: 
> {code:title=MRClientService.java}
>       if (job != null && !job.checkAccess(ugi, accessType)) {
>         throw new AccessControlException("User " + ugi.getShortUserName()
>             + " cannot perform operation " + accessType.name() + " on "
>             + jobID);
>       }
> {code}
> This issue is similar to MAPREDUCE-6285 which only handled {{AuthenticationException}} subclass of {{AccessControlException}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org