Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 19142200B8E for ; Mon, 26 Sep 2016 21:40:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 17824160ACA; Mon, 26 Sep 2016 19:40:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 577A8160AC8 for ; Mon, 26 Sep 2016 21:40:28 +0200 (CEST) Received: (qmail 91324 invoked by uid 500); 26 Sep 2016 19:40:22 -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 91278 invoked by uid 99); 26 Sep 2016 19:40:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2016 19:40:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0F4BE2C2A69 for ; Mon, 26 Sep 2016 19:40:22 +0000 (UTC) Date: Mon, 26 Sep 2016 19:40:22 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16704) Scan will be broken while working with DBE and KeyValueCodecWithTags MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 26 Sep 2016 19:40:29 -0000 [ https://issues.apache.org/jira/browse/HBASE-16704?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D155= 23978#comment-15523978 ]=20 Hudson commented on HBASE-16704: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1678 (See [https:/= /builds.apache.org/job/HBase-Trunk_matrix/1678/]) HBASE-16704 Scan will be broken while working with DBE and (anoopsamjohn: r= ev 43f47a8e73792b4934b3b53d0b8ee880b5edd8c8) * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileR= eaderImpl.java * (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/io/encoding/Tes= tBufferedDataBlockEncoder.java * (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/Buf= feredDataBlockEncoder.java > Scan will be broken while working with DBE and KeyValueCodecWithTags > -------------------------------------------------------------------- > > Key: HBASE-16704 > URL: https://issues.apache.org/jira/browse/HBASE-16704 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Yu Sun > Assignee: Anoop Sam John > Fix For: 2.0.0 > > Attachments: HBASE-16704.patch > > > scan will always broken if we set LIMIT more than 1 with rs hbase.client= .rpc.codec set to org.apache.hadoop.hbase.codec.KeyValueCodecWithTags. > How to reproduce: > 1. 1 master + 1 rs, codec use KeyValueCodecWithTags. > 2. create a table table_1024B_30g=EF=BC=8C1 cf and with only 1 qualifier= , then load some data with ycsb=EF=BC=8C. Use Diff DataBlockEncoding > 3. scan 'table_1024B_30g', {LIMIT =3D> 2, STARTROW =3D> 'user5499'}, STAR= TROW is set any valid start row. > 4. scan failed. > this should be bug in KeyValueCodecWithTags, after some investigations, I= found some the key not serialized correctly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)