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 761CD187EA for ; Fri, 4 Dec 2015 00:13:11 +0000 (UTC) Received: (qmail 38683 invoked by uid 500); 4 Dec 2015 00:13:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 38634 invoked by uid 500); 4 Dec 2015 00:13:11 -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 38617 invoked by uid 99); 4 Dec 2015 00:13:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2015 00:13:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 13F312C1F72 for ; Fri, 4 Dec 2015 00:13:11 +0000 (UTC) Date: Fri, 4 Dec 2015 00:13:11 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14905) VerifyReplication does not honour versions option 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-14905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-14905: --------------------------- Hadoop Flags: Reviewed Fix Version/s: 1.3.0 1.2.0 > VerifyReplication does not honour versions option > ------------------------------------------------- > > Key: HBASE-14905 > URL: https://issues.apache.org/jira/browse/HBASE-14905 > Project: HBase > Issue Type: Bug > Components: tooling > Affects Versions: 2.0.0, 0.98.16 > Reporter: Vishal Khandelwal > Assignee: Vishal Khandelwal > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: 14905-v2.txt, HBASE-14905.patch, HBASE-14905_v3.patch, HBASE-14905_v4.patch, test.patch > > > source: > hbase(main):001:0> scan 't1', {RAW => true, VERSIONS => 100} > ROW COLUMN+CELL > r1 column=f1:, timestamp=1449030102091, value=value1112 > r1 column=f1:, timestamp=1449029774173, value=value1001 > r1 column=f1:, timestamp=1449029709974, value=value1002 > target: > hbase(main):023:0> scan 't1', {RAW => true, VERSIONS => 100} > ROW COLUMN+CELL > r1 column=f1:, timestamp=1449030102091, value=value1112 > r1 column=f1:, timestamp=1449030090758, value=value1112 > r1 column=f1:, timestamp=1449029984282, value=value1111 > r1 column=f1:, timestamp=1449029774173, value=value1001 > r1 column=f1:, timestamp=1449029709974, value=value1002 > /bin/hbase org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication --versions=100 1 t1 > org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication$Verifier$Counters > GOODROWS=1 > Does not show any mismatch. Ideally it should show. This is because in > VerifyReplication Class maxVersion is not correctly set. -- This message was sent by Atlassian JIRA (v6.3.4#6332)