From hdfs-issues-return-108415-apmail-hadoop-hdfs-issues-archive=hadoop.apache.org@hadoop.apache.org Sat Feb 7 04:00:36 2015 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 4C78B17821 for ; Sat, 7 Feb 2015 04:00:36 +0000 (UTC) Received: (qmail 91107 invoked by uid 500); 7 Feb 2015 04:00:35 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 90858 invoked by uid 500); 7 Feb 2015 04:00:35 -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 90568 invoked by uid 99); 7 Feb 2015 04:00:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 04:00:34 +0000 Date: Sat, 7 Feb 2015 04:00:34 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-7750) Fix findbugs warnings in hdfs-bkjournal module MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Akira AJISAKA created HDFS-7750: ----------------------------------- Summary: Fix findbugs warnings in hdfs-bkjournal module Key: HDFS-7750 URL: https://issues.apache.org/jira/browse/HDFS-7750 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 2.7.0 Reporter: Akira AJISAKA There are 3 findbugs warnings in hdfs-bkjournal module. We should fix them. {code} Found reliance on default encoding: String.getBytes() At BookKeeperJournalManager.java:[line 386] Found reliance on default encoding: String.getBytes() At BookKeeperJournalManager.java:[line 524] Found reliance on default encoding: String.getBytes() At BookKeeperJournalManager.java:[line 733] {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)