GitHub user poornachandra opened a pull request:
https://github.com/apache/incubator-tephra/pull/22
Transaction pruning service
https://issues.apache.org/jira/browse/TEPHRA-203
https://issues.apache.org/jira/browse/TEPHRA-199
This PR has three things -
* Define and enforce maximum transaction lifetime where transactions can
be used for data writes
* Add `TransactionPruningService` to periodically schedule transaction
prune run
* Rename package name janitor to txprune
It would be easier to review the PRs independently.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/poornachandra/incubator-tephra
feature/prune-service
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tephra/pull/22.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 #22
----
commit 33a7b6ffa30c9cd35c30de31e3384202f41ddef4
Author: poorna <[email protected]>
Date: 2016-12-05T08:25:16Z
Transaction maximum lifetime
commit fa45f385f290882af3fd4b482fe95c06ae241085
Author: poorna <[email protected]>
Date: 2016-12-06T09:55:55Z
Invalid transaction pruning service
commit cc44080d7cca9be73ce413629b3767c48a2d2462
Author: poorna <[email protected]>
Date: 2016-12-06T21:10:56Z
Rename package janitor to txprune
----
---
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.
---