From hdfs-dev-return-3132-apmail-hadoop-hdfs-dev-archive=hadoop.apache.org@hadoop.apache.org Wed May 25 23:27:28 2011 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 EE51F4A44 for ; Wed, 25 May 2011 23:27:28 +0000 (UTC) Received: (qmail 96786 invoked by uid 500); 25 May 2011 23:27:28 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 96623 invoked by uid 500); 25 May 2011 23:27: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 96517 invoked by uid 99); 25 May 2011 23:27:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 23:27:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2011 23:27:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 72CA6DFFFE for ; Wed, 25 May 2011 23:26:47 +0000 (UTC) Date: Wed, 25 May 2011 23:26:47 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <1565450214.43662.1306366007467.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HDFS-2000) Missing deprecation for io.bytes.per.checksum MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Missing deprecation for io.bytes.per.checksum --------------------------------------------- Key: HDFS-2000 URL: https://issues.apache.org/jira/browse/HDFS-2000 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.22.0, 0.23.0 Reporter: Aaron T. Myers Assignee: Aaron T. Myers Fix For: 0.22.0, 0.23.0 Hadoop long ago deprecated the configuration "io.bytes.per.checksum" in favor of "dfs.bytes-per-checksum", but when the programmatic deprecation support was added, we didn't add an entry for this pair. This is causing some tests to fail on branch-0.22 since the inclusion of HADOOP-7287, since some tests which were inadvertently using default config values are now having their settings actually picked up. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira