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 <[email protected]>
Date: 2017-09-08T23:36:29Z
(TEPHRA-250) Allow to trigger transaction pruning
----
---