From hdfs-issues-return-235717-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Sep 26 11:12:05 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 51B92180675 for ; Wed, 26 Sep 2018 11:12:05 +0200 (CEST) Received: (qmail 50776 invoked by uid 500); 26 Sep 2018 09:12:04 -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 50762 invoked by uid 99); 26 Sep 2018 09:12:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2018 09:12:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 780F01806A8 for ; Wed, 26 Sep 2018 09:12:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id x-THPhnA9ID1 for ; Wed, 26 Sep 2018 09:12:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1258D5F2F2 for ; Wed, 26 Sep 2018 09:12:02 +0000 (UTC) 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 DD3ABE0F4C for ; Wed, 26 Sep 2018 09:12: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 6D86F23FA1 for ; Wed, 26 Sep 2018 09:12:00 +0000 (UTC) Date: Wed, 26 Sep 2018 09:12:00 +0000 (UTC) From: "Fei Hui (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-13248) RBF: Namenode need to choose block location for the client 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-13248?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1662= 8461#comment-16628461 ]=20 Fei Hui commented on HDFS-13248: -------------------------------- {quote} How does the rack locality and so on work in this case? Would it try to pla= ce it in the rack itself? {quote} Client node is 10.83.79.39, and it is on the same rack with 10.83.79.36. Pipeline log is following {quote} 2018-09-25 20:06:18,268 INFO org.apache.hadoop.hdfs.server.datanode.DataNod= e: Receiving BP-158347504-10.83.62.66-1508752583786:blk_1101953203_28301053= src: /10.83.79.39:55362 dest: /10.83.79.39:50010 2018-09-25 20:06:18,271 INFO org.apache.hadoop.hdfs.server.datanode.DataNod= e: Receiving BP-158347504-10.83.62.66-1508752583786:blk_1101953203_28301053= src: /10.83.79.39:35082 dest: /10.83.79.36:50010 2018-09-25 20:06:18,272 INFO org.apache.hadoop.hdfs.server.datanode.DataNod= e: Receiving BP-158347504-10.83.62.66-1508752583786:blk_1101953203_28301053= src: /10.83.79.36:58584 dest: /10.83.78.57:50010 {quote} > RBF: Namenode need to choose block location for the client > ---------------------------------------------------------- > > Key: HDFS-13248 > URL: https://issues.apache.org/jira/browse/HDFS-13248 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Weiwei Wu > Assignee: =C3=8D=C3=B1igo Goiri > Priority: Major > Attachments: HDFS-13248.000.patch, HDFS-13248.001.patch, HDFS-132= 48.002.patch, clientMachine-call-path.jpeg, debug-info-1.jpeg, debug-info-2= .jpeg > > > When execute a put operation via router, the NameNode will choose block l= ocation for the router, not for the real client.=C2=A0This=C2=A0will affect= the file's locality. > I think on both NameNode and Router, we should add a new addBlock method,= or add a parameter for the current addBlock method, to pass the real clien= t information. -- 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