From hdfs-issues-return-284604-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Sep 23 10:30:04 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 796E0180660 for ; Mon, 23 Sep 2019 12:30:04 +0200 (CEST) Received: (qmail 4367 invoked by uid 500); 23 Sep 2019 10:30:03 -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 4355 invoked by uid 99); 23 Sep 2019 10:30:03 -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; Mon, 23 Sep 2019 10:30:03 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 18B05E312D for ; Mon, 23 Sep 2019 10:30:03 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 64B02780927 for ; Mon, 23 Sep 2019 10:30:00 +0000 (UTC) Date: Mon, 23 Sep 2019 10:30:00 +0000 (UTC) From: "xuzq (Jira)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-14739) RBF: LS command for mount point shows wrong owner and permission information. 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-14739?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1693= 5725#comment-16935725 ]=20 xuzq commented on HDFS-14739: ----------------------------- Thanks [~LiJinglun] for the comment and=C2=A0you are right.=C2=A0 I will update one patch again to fix "wrong owner and permission" first. > RBF: LS command for mount point shows wrong owner and permission informat= ion. > -------------------------------------------------------------------------= ---- > > Key: HDFS-14739 > URL: https://issues.apache.org/jira/browse/HDFS-14739 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: xuzq > Assignee: xuzq > Priority: Major > Attachments: HDFS-14739-trunk-001.patch, HDFS-14739-trunk-002.pat= ch, HDFS-14739-trunk-003.patch, image-2019-08-16-17-15-50-614.png, image-20= 19-08-16-17-16-00-863.png, image-2019-08-16-17-16-34-325.png > > > ||source||target namespace||destination||owner||group||permission|| > |/mnt|ns0|/mnt|mnt|mnt_group|755| > |/mnt/test1|ns1|/mnt/test1|mnt_test1|mnt_test1_group|755| > |/test1|ns1|/test1|test1|test1_group|755| > When do getListing("/mnt"), the owner of=C2=A0 */mnt/test1*=C2=A0should b= e *mnt_test1* instead of *test1* in result. > =C2=A0 > And if the mount table as blew, we should support getListing("/mnt") inst= ead of throw IOException when=C2=A0dfs.federation.router.default.nameservic= e.enable is false. > ||source||target namespace||destination||owner||group||permission|| > |/mnt/test1|ns0|/mnt/test1|test1|test1|755| > |/mnt/test2|ns1|/mnt/test2|test2|test2|755| > =C2=A0 > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org