Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CB9A17423 for ; Sun, 26 Apr 2015 11:41:39 +0000 (UTC) Received: (qmail 11294 invoked by uid 500); 26 Apr 2015 11:41:39 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 11238 invoked by uid 500); 26 Apr 2015 11:41:39 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 11226 invoked by uid 99); 26 Apr 2015 11:41:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Apr 2015 11:41:39 +0000 Date: Sun, 26 Apr 2015 11:41:39 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8247) TestDiskspaceQuotaUpdate#testAppendOverTypeQuota is failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-8247?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D14513= 005#comment-14513005 ]=20 Hudson commented on HDFS-8247: ------------------------------ FAILURE: Integrated in Hadoop-Yarn-trunk #909 (See [https://builds.apache.o= rg/job/Hadoop-Yarn-trunk/909/]) HDFS-8247. TestDiskspaceQuotaUpdate#testAppendOverTypeQuota is failing. Con= tributed by Xiaoyu Yao. (cnauroth: rev a00e001a1a9fa2c6287b2f078e425e9bb157= e5ca) * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/serv= er/namenode/TestDiskspaceQuotaUpdate.java * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt > TestDiskspaceQuotaUpdate#testAppendOverTypeQuota is failing > ----------------------------------------------------------- > > Key: HDFS-8247 > URL: https://issues.apache.org/jira/browse/HDFS-8247 > Project: Hadoop HDFS > Issue Type: Test > Components: HDFS > Affects Versions: 2.7.1 > Reporter: Anu Engineer > Assignee: Xiaoyu Yao > Fix For: 2.8.0 > > Attachments: HDFS-8247.00.patch > > > Running org.apache.hadoop.hdfs.server.namenode.TestDiskspaceQuotaUpdate f= ailing with the following error > Running org.apache.hadoop.hdfs.server.namenode.TestDiskspaceQuotaUpdate > Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.828 se= c <<< FAILURE! - in org.apache.hadoop.hdfs.server.namenode.TestDiskspaceQuo= taUpdate > testAppendOverTypeQuota(org.apache.hadoop.hdfs.server.namenode.TestDisksp= aceQuotaUpdate) Time elapsed: 0.962 sec <<< ERROR! > org.apache.hadoop.hdfs.protocol.QuotaByStorageTypeExceededException: Quot= a by storage type : SSD on path : /TestAppendOverTypeQuota is exceeded. quo= ta =3D 1 B but space consumed =3D 1 KB > =09at org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.ve= rifyQuotaByStorageType(DirectoryWithQuotaFeature.java:227) > =09at org.apache.hadoop.hdfs.server.namenode.DirectoryWithQuotaFeature.ve= rifyQuota(DirectoryWithQuotaFeature.java:240) > =09at org.apache.hadoop.hdfs.server.namenode.FSDirectory.verifyQuota(FSDi= rectory.java:874) > =09at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.verifyQuotaForU= CBlock(FSNamesystem.java:2765) > =09at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.prepareFileForA= ppend(FSNamesystem.java:2713) > =09at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.appendFileInter= nal(FSNamesystem.java:2686) > =09at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.appendFileInt(F= SNamesystem.java:2968) > =09at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.appendFile(FSNa= mesystem.java:2939) > =09at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.append(Nam= eNodeRpcServer.java:659) > =09at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideT= ranslatorPB.append(ClientNamenodeProtocolServerSideTranslatorPB.java:418) > =09at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$= ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.ja= va) > =09at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.c= all(ProtobufRpcEngine.java:636) > =09at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:976) > =09at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2174) > =09at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2170) > =09at java.security.AccessController.doPrivileged(Native Method) > =09at javax.security.auth.Subject.doAs(Subject.java:415) > =09at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInfor= mation.java:1669) > =09at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2168) > =09at org.apache.hadoop.ipc.Client.call(Client.java:1492) > =09at org.apache.hadoop.ipc.Client.call(Client.java:1423) > =09at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcE= ngine.java:229) > =09at com.sun.proxy.$Proxy19.append(Unknown Source) > =09at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorP= B.append(ClientNamenodeProtocolTranslatorPB.java:328) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:57) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:43) > =09at java.lang.reflect.Method.invoke(Method.java:606) > =09at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(Retr= yInvocationHandler.java:186) > =09at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvoc= ationHandler.java:101) > =09at com.sun.proxy.$Proxy20.append(Unknown Source) > =09at org.apache.hadoop.hdfs.DFSClient.callAppend(DFSClient.java:1460) > =09at org.apache.hadoop.hdfs.DFSClient.append(DFSClient.java:1524) > =09at org.apache.hadoop.hdfs.DFSClient.append(DFSClient.java:1494) > =09at org.apache.hadoop.hdfs.DistributedFileSystem$4.doCall(DistributedFi= leSystem.java:342) > =09at org.apache.hadoop.hdfs.DistributedFileSystem$4.doCall(DistributedFi= leSystem.java:338) > =09at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkR= esolver.java:81) > =09at org.apache.hadoop.hdfs.DistributedFileSystem.append(DistributedFile= System.java:338) > =09at org.apache.hadoop.hdfs.DistributedFileSystem.append(DistributedFile= System.java:320) > =09at org.apache.hadoop.fs.FileSystem.append(FileSystem.java:1164) > =09at org.apache.hadoop.hdfs.DFSTestUtil.appendFile(DFSTestUtil.java:814) > =09at org.apache.hadoop.hdfs.server.namenode.TestDiskspaceQuotaUpdate.tes= tAppendOverTypeQuota(TestDiskspaceQuotaUpdate.java:251) > Results : > Tests in error:=20 > TestDiskspaceQuotaUpdate.testAppendOverTypeQuota:251 =C2=BB QuotaByStor= ageTypeExceeded -- This message was sent by Atlassian JIRA (v6.3.4#6332)