Github user gokulavasan commented on a diff in the pull request:
https://github.com/apache/incubator-tephra/pull/22#discussion_r91211662
--- Diff: tephra-core/src/main/java/org/apache/tephra/TxConstants.java ---
@@ -158,6 +158,14 @@
* The default value for the transaction timeout limit, in seconds:
unlimited.
*/
public static final int DEFAULT_TX_MAX_TIMEOUT = Integer.MAX_VALUE;
+ /**
+ * The maximum time in seconds that a transaction can be used for data
writes.
+ */
+ public static final String CFG_TX_MAX_LIFETIME =
"data.tx.max.lifetime";
--- End diff --
This is only for short transactions right? Wasn't very clear from the
comment.
---
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.
---