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 A3A4818580 for ; Thu, 18 Feb 2016 10:57:24 +0000 (UTC) Received: (qmail 5345 invoked by uid 500); 18 Feb 2016 10:57:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5250 invoked by uid 500); 18 Feb 2016 10:57:18 -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 5183 invoked by uid 99); 18 Feb 2016 10:57:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2016 10:57:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5B0F22C1F57 for ; Thu, 18 Feb 2016 10:57:18 +0000 (UTC) Date: Thu, 18 Feb 2016 10:57:18 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15279) OrderedBytes.isEncodedValue does not check for int8 and int16 types 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-15279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152133#comment-15152133 ] Hudson commented on HBASE-15279: -------------------------------- FAILURE: Integrated in HBase-1.3 #558 (See [https://builds.apache.org/job/HBase-1.3/558/]) HBASE-15279 OrderedBytes.isEncodedValue does not check for int8 and (stack: rev 5e7fecc15b366510a69f5479e8af13d1613ccc02) * hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestOrderedBytes.java * hbase-common/src/main/java/org/apache/hadoop/hbase/util/OrderedBytes.java > OrderedBytes.isEncodedValue does not check for int8 and int16 types > ------------------------------------------------------------------- > > Key: HBASE-15279 > URL: https://issues.apache.org/jira/browse/HBASE-15279 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 1.3.0, 1.1.3 > Reporter: Robert Yokota > Assignee: Robert Yokota > Fix For: 1.2.0 > > Attachments: HBASE-15279-2.patch, HBASE-15279.patch > > > OrderedBytes.isEncodedValue does not check for int8 and int16 types. This also means that OrderedBytes.length may return an incorrect result, since it calls OrderedBytes.isEncodedValue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)