[GitHub] incubator-tephra pull request #66: Revert "TEPHRA-263 Enforce TTL, regardles...

2017-09-21 Thread anwar6953
GitHub user anwar6953 opened a pull request: https://github.com/apache/incubator-tephra/pull/66 Revert "TEPHRA-263 Enforce TTL, regardless of any in-progress transac… …tions. Also Handle the case where TTL is longer than the duration from beginning of epoch t

[GitHub] incubator-tephra pull request #65: Bugfix release/tephra 263

2017-09-21 Thread anwar6953
Github user anwar6953 closed the pull request at: https://github.com/apache/incubator-tephra/pull/65 ---

[GitHub] incubator-tephra pull request #65: Bugfix release/tephra 263

2017-09-21 Thread anwar6953
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

[GitHub] incubator-tephra pull request #64: TEPHRA-263 Fix test cases and TTL enforce...

2017-09-21 Thread anwar6953
GitHub user anwar6953 opened a pull request: https://github.com/apache/incubator-tephra/pull/64 TEPHRA-263 Fix test cases and TTL enforcement TEPHRA-263 Fix test cases and TTL enforcement for tables configured to read non transactional data. You can merge this pull request

[GitHub] incubator-tephra issue #61: TEPHRA-263 Enforce TTL, regardless of any in-pro...

2017-09-21 Thread anwar6953
Github user anwar6953 commented on the issue: https://github.com/apache/incubator-tephra/pull/61 Squshed commmits. ---

[GitHub] incubator-tephra issue #61: TEPHRA-263 Enforce TTL, regardless of any in-pro...

2017-09-20 Thread anwar6953
Github user anwar6953 commented on the issue: https://github.com/apache/incubator-tephra/pull/61 Got LGTM on changes for 1 compat module, so squashed commits. ---

[GitHub] incubator-tephra pull request #61: TEPHRA-263 Enforce TTL, regardless of any...

2017-09-18 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/61#discussion_r139515752 --- Diff: tephra-core/src/main/java/org/apache/tephra/util/TxUtils.java --- @@ -75,12 +75,9 @@ public static long getOldestVisibleTimestamp(Map

[GitHub] incubator-tephra pull request #61: TEPHRA-263 Enforce TTL, regardless of any...

2017-09-18 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/61#discussion_r139512591 --- Diff: tephra-hbase-compat-1.0/src/test/java/org/apache/tephra/hbase/coprocessor/TransactionVisibilityFilterTest.java --- @@ -290,44 +290,52

[GitHub] incubator-tephra pull request #61: TEPHRA-263 Enforce TTL, regardless of any...

2017-09-15 Thread anwar6953
GitHub user anwar6953 opened a pull request: https://github.com/apache/incubator-tephra/pull/61 TEPHRA-263 Enforce TTL, regardless of any in-progress transactions. https://issues.apache.org/jira/browse/TEPHRA-263 I'll apply the diff to the other hbase compat modules once

[GitHub] incubator-tephra pull request #44: TEPHRA-235 Ensure that TransactionSnapsho...

2017-06-20 Thread anwar6953
GitHub user anwar6953 opened a pull request: https://github.com/apache/incubator-tephra/pull/44 TEPHRA-235 Ensure that TransactionSnapshot always have a sorted invalid transaction list [TEPHRA-235](https://issues.apache.org/jira/browse/TEPHRA-235) Ensure that TransactionSnapshot

[GitHub] incubator-tephra issue #9: Wait for Transaction Service to announce itself t...

2016-09-09 Thread anwar6953
Github user anwar6953 commented on the issue: https://github.com/apache/incubator-tephra/pull/9 lgtm --- 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

[GitHub] incubator-tephra pull request #8: Fix flaky test (PooledClientProviderTest)

2016-09-09 Thread anwar6953
Github user anwar6953 commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/8#discussion_r78137565 --- Diff: tephra-core/src/test/java/org/apache/tephra/distributed/PooledClientProviderTest.java --- @@ -137,15 +137,15 @@ public Boolean call

[GitHub] incubator-tephra pull request #2: TEPHRA-179 Create a new instance of Transa...

2016-09-02 Thread anwar6953
GitHub user anwar6953 opened a pull request: https://github.com/apache/incubator-tephra/pull/2 TEPHRA-179 Create a new instance of TransactionManager upon failover Create a new instance of TransactionManager and related classes when TransactionService becomes leader. https