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 <timestamp>  ==> Will return TimeRegions at or before timestamp 
in millis
    idleregions <numOfRegions> ==> Will return numOfRegions regions with lowest 
pruneUpperBounds. If -1 is provided, all pruneUpperBounds are returned.
    pruneinfo <regionNameAsString> => 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 <[email protected]>
Date:   2017-02-03T20:10:40Z

    (TEPHRA-214) Tool to debug the state and progress of Invalid List Pruning

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to