[ 
https://issues.apache.org/jira/browse/HDFS-13528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463842#comment-16463842
 ] 

Dibyendu Karmakar commented on HDFS-13528:
------------------------------------------

we can make needQuotaVerify as false for getQuotaRemoteLocations
{code:java}
private List<RemoteLocation> getQuotaRemoteLocations(String path)
      throws IOException {
...
...
    locations.addAll(rpcServer.getLocationsForPath(childPath, true, false));
...
{code}

> If a directory exceeds quota limit then quota usage is not refreshed for 
> other mount entries 
> ---------------------------------------------------------------------------------------------
>
>                 Key: HDFS-13528
>                 URL: https://issues.apache.org/jira/browse/HDFS-13528
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Dibyendu Karmakar
>            Assignee: Dibyendu Karmakar
>            Priority: Major
>
> If quota limit is exceeded, RouterQuotaUpdateService#periodicInvoke is 
> getting QuotaExceededException and it is not updating the quota usage for 
> rest of the mount table entries.



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

---------------------------------------------------------------------
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