Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F38111361 for ; Mon, 14 Apr 2014 18:57:55 +0000 (UTC) Received: (qmail 59902 invoked by uid 500); 14 Apr 2014 18:57:35 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 59570 invoked by uid 500); 14 Apr 2014 18:57:28 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 59504 invoked by uid 99); 14 Apr 2014 18:57:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 18:57:27 +0000 Date: Mon, 14 Apr 2014 18:57:27 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-6243) HA NameNode transition to active or shutdown may leave lingering image transfer thread. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris Nauroth created HDFS-6243: ----------------------------------- Summary: HA NameNode transition to active or shutdown may leave lingering image transfer thread. Key: HDFS-6243 URL: https://issues.apache.org/jira/browse/HDFS-6243 Project: Hadoop HDFS Issue Type: Bug Components: ha, namenode Affects Versions: 2.4.0, 3.0.0 Reporter: Chris Nauroth Assignee: Chris Nauroth With HDFS-4816, the standby uploads the new checkpoint to the active in a background thread. This thread may continue to execute after transitioning to active or shutting down. This is marginally wasteful of bandwidth if the image transfer is large, and it also breaks subsequent tests on Windows since the thread continues to hold a lock on a file descriptor in the storage directory. -- This message was sent by Atlassian JIRA (v6.2#6252)