Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 1B3709702 for ; Tue, 3 Apr 2012 20:18:50 +0000 (UTC) Received: (qmail 97126 invoked by uid 500); 3 Apr 2012 20:18:49 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 97066 invoked by uid 500); 3 Apr 2012 20:18:49 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 97050 invoked by uid 99); 3 Apr 2012 20:18:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 20:18:49 +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; Tue, 03 Apr 2012 20:18:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EDD7B35661B for ; Tue, 3 Apr 2012 20:18:25 +0000 (UTC) Date: Tue, 3 Apr 2012 20:18:25 +0000 (UTC) From: "Henry Robinson (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1794549063.8285.1333484305975.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <848343800.8117.1333483103905.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-8244) Improve comments on ByteBufferReadable.read 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/HADOOP-8244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated HADOOP-8244: ----------------------------------- Status: Patch Available (was: Open) > Improve comments on ByteBufferReadable.read > ------------------------------------------- > > Key: HADOOP-8244 > URL: https://issues.apache.org/jira/browse/HADOOP-8244 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Henry Robinson > Assignee: Henry Robinson > Attachments: HADOOP-8244.0.patch > > > There are a couple of ways in which the comment on ByteBufferReadable.read can be improved. Since this is a public-facing API with potentially many implementations, it's worth taking the time to get it right. > * We should describe what can become of the byte buffer state in the case of an exception (is the limit changed? where's the position?). For the DFSInputStream implementation, position and limit are unchanged if there is an error, but I don't think that's the right think to mandate for all implementations. > * We should mention explicitly that 0-byte reads are legitimate - this is particularly important in light of HDFS-3110 which detects support for direct reads by issuing a 0-byte read from libhdfs. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira