Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7792B200B61 for ; Tue, 26 Jul 2016 02:08:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 76429160A8F; Tue, 26 Jul 2016 00:08:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB926160A7D for ; Tue, 26 Jul 2016 02:08:22 +0200 (CEST) Received: (qmail 99795 invoked by uid 500); 26 Jul 2016 00:08:20 -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 99765 invoked by uid 99); 26 Jul 2016 00:08:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 00:08:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A94752C0D5D for ; Tue, 26 Jul 2016 00:08:20 +0000 (UTC) Date: Tue, 26 Jul 2016 00:08:20 +0000 (UTC) From: "Jason Kace (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HDFS-10629) Federation Router MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 26 Jul 2016 00:08:23 -0000 [ https://issues.apache.org/jira/browse/HDFS-10629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15392884#comment-15392884 ] Jason Kace edited comment on HDFS-10629 at 7/26/16 12:07 AM: ------------------------------------------------------------- Updating Federation Router Patch: 1) Added basic unit tests for router service and RPC server NN commands. 2) Removed extra dependencies that are not critical to the basic router functionality (StateStore, HeartbeatService, SafemodeService). 3) NN discovery/registration and file/subcluster locator is mocked in the test tree to enable unit tests. These components are required for a functioning router and will be included in additional sub jiras. 4) Code cleanup, jenkins errors and commenting. All comments and feedback are appreciated. was (Author: jakace): Updating Federation Router Patch: 1) Added basic unit tests for router service and RPC server NN commands. 2) Removed extra dependencies that are not critical to the basic router functionality. 3) NN discovery/registration and file/subcluster locator is mocked in the test tree to enable unit tests. These components are required for a functioning router and will be included in additional sub jiras. 4) Code cleanup, jenkins errors and commenting. All comments and feedback are appreciated. > Federation Router > ----------------- > > Key: HDFS-10629 > URL: https://issues.apache.org/jira/browse/HDFS-10629 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: hdfs > Reporter: Inigo Goiri > Assignee: Jason Kace > Attachments: HDFS-10629-HDFS-10467-002.patch, HDFS-10629.000.patch, HDFS-10629.001.patch > > > Component that routes calls from the clients to the right Namespace. It implements {{ClientProtocol}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org