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 B612E19C91 for ; Wed, 6 Apr 2016 01:18:26 +0000 (UTC) Received: (qmail 90668 invoked by uid 500); 6 Apr 2016 01:18:26 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 90134 invoked by uid 500); 6 Apr 2016 01:18:25 -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 90114 invoked by uid 99); 6 Apr 2016 01:18:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2016 01:18:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6EEC22C1F5A for ; Wed, 6 Apr 2016 01:18:25 +0000 (UTC) Date: Wed, 6 Apr 2016 01:18:25 +0000 (UTC) From: "Konstantin Shvachko (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-10264) Logging improvements in FSImageFormatProtobuf.Saver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Konstantin Shvachko created HDFS-10264: ------------------------------------------ Summary: Logging improvements in FSImageFormatProtobuf.Saver Key: HDFS-10264 URL: https://issues.apache.org/jira/browse/HDFS-10264 Project: Hadoop HDFS Issue Type: Bug Components: namenode Affects Versions: 2.6.0 Reporter: Konstantin Shvachko There are two missing LOG messages in {{FSImageFormat.Saver}} that are missing in {{FSImageFormatProtobuf.Saver}}, which mark start and end of fsimage saving. Would be good to have them logged for protobuf images as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)