GitHub user poornachandra opened a pull request: https://github.com/apache/incubator-tephra/pull/20
Compute global prune upper bound using compaction state of every region JIRA - https://issues.apache.org/jira/browse/TEPHRA-198 This PR uses the compaction state recorded by co-processors in https://github.com/apache/incubator-tephra/pull/19 to compute the global prune upper bound. TODO: add some more test cases to test DefaultDataJanitorPlugin. You can merge this pull request into a Git repository by running: $ git pull https://github.com/poornachandra/incubator-tephra feature/transaction-pruning Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tephra/pull/20.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 #20 ---- commit 0c4001d088b432bbe68a5251e89665930d710f04 Author: poorna <poo...@cask.co> Date: 2016-11-10T23:09:02Z Compute global prune upper bound using compaction state of every region ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---