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 39BEC200B9E for ; Sat, 8 Oct 2016 21:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3856B160ADF; Sat, 8 Oct 2016 19:41:22 +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 A11F2160AAD for ; Sat, 8 Oct 2016 21:41:21 +0200 (CEST) Received: (qmail 66997 invoked by uid 500); 8 Oct 2016 19:41: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 66986 invoked by uid 99); 8 Oct 2016 19:41:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2016 19:41:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 705A92C0D52 for ; Sat, 8 Oct 2016 19:41:20 +0000 (UTC) Date: Sat, 8 Oct 2016 19:41:20 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16771) VerifyReplication should increase GOODROWS counter if re-comparison passes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 08 Oct 2016 19:41:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15558589#comment-15558589 ] Ted Yu commented on HBASE-16771: -------------------------------- {code} Result.compareResults(sourceResult, replicatedResult); {code} When the above line doesn't throw exception, the re-comparison passes. But the row may actually be deleted, leading to empty Result. GOODROWS counter is not incremented for the above case. > VerifyReplication should increase GOODROWS counter if re-comparison passes > -------------------------------------------------------------------------- > > Key: HBASE-16771 > URL: https://issues.apache.org/jira/browse/HBASE-16771 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 16771.v1.txt, 16771.v2.txt > > > HBASE-16423 added re-comparison feature to reduce false positive rate. > However, before logFailRowAndIncreaseCounter() is called, GOODROWS counter is not incremented. Neither is GOODROWS incremented when re-comparison passes. > This may produce inconsistent results across multiple runs of the same verifyrep command. -- This message was sent by Atlassian JIRA (v6.3.4#6332)