[GitHub] incubator-tephra pull request #52: (TEPHRA-250) Allow to trigger transaction...

2017-09-08 Thread anew
GitHub user anew opened a pull request:

https://github.com/apache/incubator-tephra/pull/52

(TEPHRA-250) Allow to trigger transaction pruning

- adds a method to TransactionPruningService to trigger pruning now
- exposes this method through Thrift and the Tx system client
- exposes the pruning service so that systems embedding Tephra can call the 
new method


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/anew/incubator-tephra 
tephra-250=trigger-pruning

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-tephra/pull/52.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 #52


commit cdffa37676ca52e69869f6a513b2045e114b508c
Author: anew 
Date:   2017-09-08T23:36:29Z

(TEPHRA-250) Allow to trigger transaction pruning




---


[GitHub] incubator-tephra pull request #52: (TEPHRA-250) Allow to trigger transaction...

2017-09-08 Thread anew
Github user anew commented on a diff in the pull request:

https://github.com/apache/incubator-tephra/pull/52#discussion_r137911192
  
--- Diff: 
tephra-core/src/main/java/org/apache/tephra/distributed/thrift/TTransactionServer.java
 ---
@@ -88,6 +88,8 @@
 
 public TTransaction checkpoint(TTransaction tx) throws 
TTransactionNotInProgressException, org.apache.thrift.TException;
--- End diff --

do not review this file, it is generated by Thrift. 


---


[GitHub] incubator-tephra pull request #52: (TEPHRA-250) Allow to trigger transaction...

2017-09-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-tephra/pull/52


---