GitHub user anwar6953 opened a pull request:
https://github.com/apache/incubator-tephra/pull/65
Bugfix release/tephra 263
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anwar6953/incubator-tephra
bugfix_release/TEPHRA-263
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tephra/pull/65.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 #65
----
commit a346efe7560cc3b96349263669c4e15951ad401b
Author: Ali Anwar <[email protected]>
Date: 2017-09-16T00:06:07Z
TEPHRA-263 Enforce TTL, regardless of any in-progress transactions. Also
Handle the case where TTL is longer than the duration from beginning of epoch
to now.
This closes #61
Signed-off-by: Ali Anwar <[email protected]>
Signed-off-by: poorna <[email protected]>
commit 4a6cb30de7573ab33a47e6199286d8e9db3adf43
Author: Ali Anwar <[email protected]>
Date: 2017-09-22T00:08:02Z
TEPHRA-263 Fix test cases and TTL enforcement for tables configured to read
non transactional data.
commit 30ce7c264ac51c91b9fb2d3ecec23aed1c69d84b
Author: Ali Anwar <[email protected]>
Date: 2017-09-22T00:40:20Z
Update TxUtils#createDummyTransaction.
----
---