You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "liuhongtong (JIRA)" <ji...@apache.org> on 2018/05/07 03:01:00 UTC

[jira] [Created] (HDFS-13530) NameNode: Fix NullPointerException when getQuotaUsageInt() invoked

liuhongtong created HDFS-13530:
----------------------------------

             Summary: NameNode: Fix NullPointerException when getQuotaUsageInt() invoked
                 Key: HDFS-13530
                 URL: https://issues.apache.org/jira/browse/HDFS-13530
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: federation, namenode
            Reporter: liuhongtong


If the directory is nonexistent, getQuotaUsage rpc call will run into 

NullPointerException throwed by

FSDirStatAndListingOp.getQuotaUsageInt() .

I think FSDirStatAndListingOp.getQuotaUsageInt() should throw FileNotFoundException when the directory is nonexistent.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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