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 43A9999A4 for ; Wed, 4 Apr 2012 02:36:44 +0000 (UTC) Received: (qmail 78343 invoked by uid 500); 4 Apr 2012 02:36:44 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 78279 invoked by uid 500); 4 Apr 2012 02:36:43 -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 78267 invoked by uid 99); 4 Apr 2012 02:36:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 02:36:43 +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, 04 Apr 2012 02:36:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 279893570D7 for ; Wed, 4 Apr 2012 02:36:22 +0000 (UTC) Date: Wed, 4 Apr 2012 02:36:22 +0000 (UTC) From: "Aaron T. Myers (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <556877883.10017.1333506982163.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <848343800.8117.1333483103905.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-8244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245971#comment-13245971 ] Aaron T. Myers commented on HADOOP-8244: ---------------------------------------- Patch looks pretty good to me, Henry. One little comment: # "After the call, buf.position() and buf.limit() should be unchanged..." - perhaps change this to "after a successful call" ? > 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