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 8EFD410A70 for ; Thu, 7 Nov 2013 07:17:22 +0000 (UTC) Received: (qmail 86041 invoked by uid 500); 7 Nov 2013 07:17:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 85944 invoked by uid 500); 7 Nov 2013 07:17:20 -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 85817 invoked by uid 99); 7 Nov 2013 07:17:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 07:17:20 +0000 Date: Thu, 7 Nov 2013 07:17:20 +0000 (UTC) From: "He Liangliang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HBASE-9893) Incorrect assert condition in OrderedBytes decoding 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/HBASE-9893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] He Liangliang reassigned HBASE-9893: ------------------------------------ Assignee: Nick Dimiduk (was: He Liangliang) > Incorrect assert condition in OrderedBytes decoding > --------------------------------------------------- > > Key: HBASE-9893 > URL: https://issues.apache.org/jira/browse/HBASE-9893 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.96.0 > Reporter: He Liangliang > Assignee: Nick Dimiduk > Priority: Minor > Attachments: HBASE-9893.patch > > > The following assert condition is incorrect when decoding blob var byte array. > {code} > assert t == 0 : "Unexpected bits remaining after decoding blob."; > {code} > When the number of bytes to decode is multiples of 8 (i.e the original number of bytes is multiples of 7), this assert may fail. -- This message was sent by Atlassian JIRA (v6.1#6144)