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

Chengwei Wang updated HDFS-16271:
---------------------------------
    Summary: NullPointerException when setQuota through routers with quota 
disabled.  (was: NullPointerException when setQuota through routers with 
dfs.federation.router.quota.enable=false.)

> NullPointerException when setQuota through routers with quota disabled.
> -----------------------------------------------------------------------
>
>                 Key: HDFS-16271
>                 URL: https://issues.apache.org/jira/browse/HDFS-16271
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Chengwei Wang
>            Assignee: Chengwei Wang
>            Priority: Major
>
> When we started routers with *dfs.federation.router.quota.enable=false*, and 
> try to setQuota through them, NullPointerException caught.
> The cuase of NPE is that the Router#quotaManager not initialized when 
> dfs.federation.router.quota.enable=false,
>  but when executing setQuota rpc request inside router, we wolud use it in 
> method Quota#isMountEntry without null check .
> I think it's better to check whether Router#isQuotaEnabled is true before use 
> Router#quotaManager, and throw an IOException with readable message if need.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to