Github user gokulavasan commented on a diff in the pull request:
https://github.com/apache/incubator-tephra/pull/31#discussion_r99951182
--- Diff:
tephra-hbase-compat-1.1-base/src/main/java/org/apache/tephra/hbase/txprune/HBaseTransactionPruningPlugin.java
---
@@ -147,6 +147,7 @@ public long fetchPruneUpperBound(long time, long
inactiveTransactionBound) throw
// Get all the current transactional regions
SortedSet<byte[]> transactionalRegions = getTransactionalRegions();
+ // TODO: Ignore empty
--- End diff --
That TODO was meant for ignoring empty regions from the current
transactional regions. I have removed that misleading TODO as part of the last
commit.
---
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.
---