Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2801F920F for ; Fri, 6 Apr 2012 18:01:45 +0000 (UTC) Received: (qmail 93240 invoked by uid 500); 6 Apr 2012 18:01:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93208 invoked by uid 500); 6 Apr 2012 18:01:44 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 93200 invoked by uid 99); 6 Apr 2012 18:01:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Apr 2012 18:01:44 +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; Fri, 06 Apr 2012 18:01:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B370835C5B7 for ; Fri, 6 Apr 2012 18:01:23 +0000 (UTC) Date: Fri, 6 Apr 2012 18:01:23 +0000 (UTC) From: "Scott Chen (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <253302759.24628.1333735283737.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <696609778.21312.1333679423125.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5736) ThriftServerRunner.HbaseHandler.mutateRow() does not use ByteBuffer correctly 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/HBASE-5736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248548#comment-13248548 ] Scott Chen commented on HBASE-5736: ----------------------------------- Failed test seems related. I will take a look. > ThriftServerRunner.HbaseHandler.mutateRow() does not use ByteBuffer correctly > ----------------------------------------------------------------------------- > > Key: HBASE-5736 > URL: https://issues.apache.org/jira/browse/HBASE-5736 > Project: HBase > Issue Type: Bug > Reporter: Scott Chen > Assignee: Scott Chen > Attachments: HBASE-5736.D2649.1.patch, HBASE-5736.D2649.2.patch > > > We have fixed similar bug in > https://issues.apache.org/jira/browse/HBASE-5507 > It uses ByteBuffer.array() to read the ByteBuffer. > This will ignore the offset return the whole underlying byte array. > The bug can be triggered by using framed Transport thrift servers. -- 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