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 3425F18473 for ; Tue, 16 Jun 2015 19:29:01 +0000 (UTC) Received: (qmail 57516 invoked by uid 500); 16 Jun 2015 19:29:01 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 57474 invoked by uid 500); 16 Jun 2015 19:29:01 -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 57276 invoked by uid 99); 16 Jun 2015 19:29:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 19:29:00 +0000 Date: Tue, 16 Jun 2015 19:29:00 +0000 (UTC) From: "surendra singh lilhore (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-8541) Mover should exit with NO_MOVE_PROGRESS if there is no move progress MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-8541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] surendra singh lilhore updated HDFS-8541: ----------------------------------------- Attachment: HDFS-8541.patch Attached initial patch, please review. I think no need of test case, TestMover.testMoverFailedRetry() is enough. > Mover should exit with NO_MOVE_PROGRESS if there is no move progress > -------------------------------------------------------------------- > > Key: HDFS-8541 > URL: https://issues.apache.org/jira/browse/HDFS-8541 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: balancer & mover > Reporter: Tsz Wo Nicholas Sze > Assignee: surendra singh lilhore > Priority: Minor > Attachments: HDFS-8541.patch > > > HDFS-8143 changed Mover to exit after some retry when failed to move blocks. Two additional suggestions: > # Mover retry counter should be incremented only if all moves fail. If there are some successful moves, the counter should be reset. > # Mover should exit with NO_MOVE_PROGRESS instead of IO_EXCEPTION in case of failure. -- This message was sent by Atlassian JIRA (v6.3.4#6332)