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 4B38A200C22 for ; Tue, 7 Feb 2017 05:09:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 49CEC160B62; Tue, 7 Feb 2017 04:09:49 +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 91592160B56 for ; Tue, 7 Feb 2017 05:09:48 +0100 (CET) Received: (qmail 64079 invoked by uid 500); 7 Feb 2017 04:09:47 -0000 Mailing-List: contact dev-help@tephra.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tephra.incubator.apache.org Delivered-To: mailing list dev@tephra.incubator.apache.org Received: (qmail 64068 invoked by uid 99); 7 Feb 2017 04:09:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 04:09:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2FD7CC04E7 for ; Tue, 7 Feb 2017 04:09:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id pEVFa94wN2Ij for ; Tue, 7 Feb 2017 04:09:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 005BF5F24B for ; Tue, 7 Feb 2017 04:09:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 698D0E0237 for ; Tue, 7 Feb 2017 04:09:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2417925286 for ; Tue, 7 Feb 2017 04:09:42 +0000 (UTC) Date: Tue, 7 Feb 2017 04:09:42 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@tephra.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEPHRA-214) Provide a way to debug Transaction Pruning progress MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Feb 2017 04:09:49 -0000 [ https://issues.apache.org/jira/browse/TEPHRA-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855286#comment-15855286 ] ASF GitHub Bot commented on TEPHRA-214: --------------------------------------- GitHub user gokulavasan opened a pull request: https://github.com/apache/incubator-tephra/pull/31 (TEPHRA-214) Tool to debug the state and progress of Invalid List Pruning JIRA : https://issues.apache.org/jira/browse/TEPHRA-214 Summary: Introduce a debug tool to fetch data that might help with debugging the status and progress of invalid list transaction list pruning. Three commands are supported: timeregion ==> Will return TimeRegions at or before timestamp in millis idleregions ==> Will return numOfRegions regions with lowest pruneUpperBounds. If -1 is provided, all pruneUpperBounds are returned. pruneinfo => Will return pruneUpperBound, compactionTimeStamp of the 'regionNameAsString' region. This tool can be invoked with hbase classpath and tephra jars in the classpath. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gokulavasan/incubator-tephra feature/tephra-pruning-debug Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tephra/pull/31.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #31 ---- commit dc4357824e8e48973cc5109c649aa8303f077233 Author: Gokul Gunasekaran Date: 2017-02-03T20:10:40Z (TEPHRA-214) Tool to debug the state and progress of Invalid List Pruning ---- > Provide a way to debug Transaction Pruning progress > --------------------------------------------------- > > Key: TEPHRA-214 > URL: https://issues.apache.org/jira/browse/TEPHRA-214 > Project: Tephra > Issue Type: Improvement > Reporter: Gokul Gunasekaran > Assignee: Gokul Gunasekaran > > It would be good to get information about what regions are lagging that might be useful to debug why transaction pruning might not be happening. We do print debug information but this method could be invoked on a need-basis outside of the regular pruning operation. -- This message was sent by Atlassian JIRA (v6.3.15#6346)