GitHub user poornachandra opened a pull request:
https://github.com/apache/incubator-tephra/pull/55
TEPHRA-244 Remove regions of deleted tables when computing prune upper bound
JIRA - https://issues.apache.org/jira/browse/TEPHRA-244
This PR just removes regions of deleted tables when computing prune upper
bound. This ensures that transient tables do not block pruning. However, if a
transient table is created/deleted again with the same name and never gets a
chance to be compacted, then it has a potential to block pruning.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/poornachandra/incubator-tephra
feature/prune-transient-tables
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tephra/pull/55.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 #55
----
commit ddfed1bf9f764cf2a29d900ed55f283b45861d02
Author: poorna <[email protected]>
Date: 2017-09-11T04:38:08Z
TEPHRA-244 Remove regions of deleted tables when computing prune upper bound
----
---