[ https://issues.apache.org/jira/browse/TEPHRA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15511764#comment-15511764 ]
ASF GitHub Bot commented on TEPHRA-185: --------------------------------------- Github user anew commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/14#discussion_r79965244 --- Diff: tephra-core/src/main/java/org/apache/tephra/TransactionContext.java --- @@ -88,7 +88,27 @@ public boolean removeTransactionAware(TransactionAware txAware) { * TransactionAware */ public void start() throws TransactionFailureException { - currentTx = txClient.startShort(); + txClient.startShort(); --- End diff -- oh yes. fixed > TransactionContext should support a custom transaction timeout > -------------------------------------------------------------- > > Key: TEPHRA-185 > URL: https://issues.apache.org/jira/browse/TEPHRA-185 > Project: Tephra > Issue Type: Improvement > Components: core > Reporter: Andreas Neumann > Assignee: Andreas Neumann > > TransactionSystemClient has a startShort(timeout). TransactionContext should > allow to specify a timeout, too. -- This message was sent by Atlassian JIRA (v6.3.4#6332)