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 0ADB118BE6 for ; Wed, 14 Oct 2015 21:47:06 +0000 (UTC) Received: (qmail 46537 invoked by uid 500); 14 Oct 2015 21:47:05 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 46486 invoked by uid 500); 14 Oct 2015 21:47:05 -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 46468 invoked by uid 99); 14 Oct 2015 21:47:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 21:47:05 +0000 Date: Wed, 14 Oct 2015 21:47:05 +0000 (UTC) From: "Xiaoyu Yao (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-9210) Fix some misuse of %n in VolumeScanner#printStats 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-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoyu Yao updated HDFS-9210: ----------------------------- Attachment: HDFS-9210.01.patch > Fix some misuse of %n in VolumeScanner#printStats > ------------------------------------------------- > > Key: HDFS-9210 > URL: https://issues.apache.org/jira/browse/HDFS-9210 > Project: Hadoop HDFS > Issue Type: Bug > Components: datanode > Affects Versions: 2.7.1 > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Priority: Minor > Fix For: 2.8.0 > > Attachments: HDFS-9210.00.patch, HDFS-9210.01.patch > > > Found 2 extra "%n" in the VolumeScanner report and lines not well formatted below. This JIRA is opened to fix the format issue. > {code} > Block scanner information for volume DS-93fb2503-de00-4f98-a8bc-c2bc13b8f0f7 with base path /hadoop/hdfs/data%nBytes verified in last hour : 136882014 > Blocks scanned in current period : 5 > Blocks scanned since restart : 5 > Block pool scans since restart : 0 > Block scan errors since restart : 0 > Hours until next block pool scan : 476.000 > Last block scanned : BP-1792969149-192.168.70.101-1444150984999:blk_1073742088_1274 > More blocks to scan in period : false > %n > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)