[ https://issues.apache.org/jira/browse/TEPHRA-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15685316#comment-15685316 ]
ASF GitHub Bot commented on TEPHRA-198: --------------------------------------- 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 ---- > Compute global prune upper bound using compaction state of every region > ----------------------------------------------------------------------- > > Key: TEPHRA-198 > URL: https://issues.apache.org/jira/browse/TEPHRA-198 > Project: Tephra > Issue Type: Sub-task > Components: core > Reporter: Poorna Chandra > Assignee: Poorna Chandra > Fix For: 0.10.0-incubating > > > TEPHRA-35 saves compaction state for every region after a major compaction is > done, we can use this state to compute the global prune upper bound for all > regions. The design is part of TEPHRA-35. -- This message was sent by Atlassian JIRA (v6.3.4#6332)