Github user anew commented on a diff in the pull request:

    https://github.com/apache/incubator-tephra/pull/38#discussion_r102371828
  
    --- Diff: 
tephra-core/src/main/java/org/apache/tephra/txprune/TransactionPruningRunnable.java
 ---
    @@ -57,8 +60,13 @@ public void run() {
           Transaction tx = txManager.startShort();
           txManager.abort(tx);
     
    +      if (tx.getInvalids().length == 0) {
    +        LOG.info("Invalid list is empty, not running transaction pruning");
    --- End diff --
    
    so should we still prune here? It won't remove any invalid tx, but it will 
cleanup the prune state. 


---
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.
---

Reply via email to