From hdfs-issues-return-266350-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Jun 5 16:40:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3CF7E180763 for ; Wed, 5 Jun 2019 18:40:02 +0200 (CEST) Received: (qmail 81154 invoked by uid 500); 5 Jun 2019 16:40:01 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 81127 invoked by uid 99); 5 Jun 2019 16:40:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2019 16:40:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7231EE002F for ; Wed, 5 Jun 2019 16:40:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 30B242459C for ; Wed, 5 Jun 2019 16:40:00 +0000 (UTC) Date: Wed, 5 Jun 2019 16:40:00 +0000 (UTC) From: =?utf-8?Q?=C3=8D=C3=B1igo_Goiri_=28JIRA=29?= To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-13404) RBF: TestRouterWebHDFSContractAppend.testRenameFileBeingAppended fails 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-13404?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1685= 6853#comment-16856853 ]=20 =C3=8D=C3=B1igo Goiri commented on HDFS-13404: ------------------------------------ Thanks [~ayushtkn], please commit as addendum. > RBF: TestRouterWebHDFSContractAppend.testRenameFileBeingAppended fails > ---------------------------------------------------------------------- > > Key: HDFS-13404 > URL: https://issues.apache.org/jira/browse/HDFS-13404 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: test > Reporter: Takanobu Asanuma > Assignee: Takanobu Asanuma > Priority: Major > Fix For: HDFS-13891 > > Attachments: HDFS-13404-HDFS-13891-addendum.1.patch, HDFS-13404.1= .patch, HDFS-13404.2.patch, detailed_error.log > > > This is reported by [~elgoiri]. > {noformat} > java.io.FileNotFoundException:=20 > Failed to append to non-existent file /test/test/target for client 127.0.= 0.1 > =09at org.apache.hadoop.hdfs.server.namenode.FSDirAppendOp.appendFile(FSD= irAppendOp.java:104) > =09at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.appendFile(FSNa= mesystem.java:2621) > =09at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.append(Nam= eNodeRpcServer.java:805) > =09at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideT= ranslatorPB.append(ClientNamenodeProtocolServerSideTranslatorPB.java:485) > =09at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.c= all(ProtobufRpcEngine.java:523) > =09at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:991) > =09at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:869) > =09at org.apache.hadoop.ipc.Server$RpcCall.run(Server.java:815) > =09at javax.security.auth.Subject.doAs(Subject.java:422) > =09at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInfor= mation.java:1682) > =09at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2675) > ... > =09at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Metho= d) > =09at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstru= ctorAccessorImpl.java:62) > =09at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Delegatin= gConstructorAccessorImpl.java:45) > =09at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > =09at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteEx= ception.java:121) > =09at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteE= xception.java:110) > =09at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.toIOException(WebHdfsF= ileSystem.java:549) > =09at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.validateResponse(WebHd= fsFileSystem.java:527) > =09at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.access$200(WebHdfsFile= System.java:136) > =09at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$FsPathOutputStreamRunn= er$1.close(WebHdfsFileSystem.java:1013) > =09at org.apache.hadoop.fs.contract.AbstractContractAppendTest.testRename= FileBeingAppended(AbstractContractAppendTest.java:139) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org