[ https://issues.apache.org/jira/browse/HADOOP-5580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693481#action_12693481 ]
Raghu Angadi commented on HADOOP-5580: -------------------------------------- DFSClient and HDFS filesystem do throw QuotaExceededExcepton. See TestQuota.java:484 for an example. How it interacts with libhdfs, I have not looked into. Is there a java app that does not receive the expected exception? > QuotaExceededException does not get raised via libhdfs > ------------------------------------------------------ > > Key: HADOOP-5580 > URL: https://issues.apache.org/jira/browse/HADOOP-5580 > Project: Hadoop Core > Issue Type: Bug > Reporter: Brian Bockelman > > When using libhdfs, if a quota exception occurs, we don't get a > QuotaExceptionExceededException - the DFSClient appears to receive it, but > not give it to libhdfs. > I want to get this correctly raised so I can in turn give a better error > message to our users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.