[
https://issues.apache.org/jira/browse/TEPHRA-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16159544#comment-16159544
]
ASF GitHub Bot commented on TEPHRA-250:
---------------------------------------
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.
> Create a way to trigger transaction pruning
> --------------------------------------------
>
> Key: TEPHRA-250
> URL: https://issues.apache.org/jira/browse/TEPHRA-250
> Project: Tephra
> Issue Type: Improvement
> Components: core, manager
> Affects Versions: 0.12.0-incubating
> Reporter: Andreas Neumann
> Assignee: Andreas Neumann
> Fix For: 0.13.0-incubating
>
>
> Currently, pruning can be configured to run at a certain frequency, say every
> hour. But especially when pruning does not work well, and one tries various
> things to address that, it is very tedious to have to wait for the next
> scheduled pruning run. It would be good to be able to trigger it immediately
> after a change was made, to see whether that change helped.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)