[jira] [Commented] (TEPHRA-272) Add HBase 2.0 compatibility module

2018-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321813#comment-16321813 ] ASF GitHub Bot commented on TEPHRA-272: --- Github user ankitsinghal commented on a diff in the pull

[GitHub] incubator-tephra pull request #67: TEPHRA-272 Add HBase 2.0 compatibility mo...

2018-01-10 Thread ankitsinghal
Github user ankitsinghal commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/67#discussion_r160880292 --- Diff: tephra-hbase-compat-2.0/src/test/java/org/apache/tephra/hbase/coprocessor/TransactionProcessorTest.java --- @@ -0,0 +1,677 @@

[jira] [Commented] (TEPHRA-272) Add HBase 2.0 compatibility module

2018-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321805#comment-16321805 ] ASF GitHub Bot commented on TEPHRA-272: --- Github user ankitsinghal commented on a diff in the pull

[jira] [Updated] (TEPHRA-247) Avoid encoding the transaction multiple times

2018-01-10 Thread Patrick Xiaoman Huang (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Xiaoman Huang updated TEPHRA-247: - Attachment: design.jpg Hi Andreas, I have attached a design diagram, any

[GitHub] incubator-tephra issue #67: TEPHRA-272 Add HBase 2.0 compatibility module

2018-01-10 Thread ankitsinghal
Github user ankitsinghal commented on the issue: https://github.com/apache/incubator-tephra/pull/67 Thanks a lot @poornachandra for the review, I have taken care of all the current review comments in the last commit. Let me know if any changes required with your further review. ---

[jira] [Commented] (TEPHRA-272) Add HBase 2.0 compatibility module

2018-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321815#comment-16321815 ] ASF GitHub Bot commented on TEPHRA-272: --- Github user ankitsinghal commented on the issue:

[jira] [Commented] (TEPHRA-247) Avoid encoding the transaction multiple times

2018-01-10 Thread Patrick Xiaoman Huang (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321555#comment-16321555 ] Patrick Xiaoman Huang commented on TEPHRA-247: -- Because a client tx object will have no

[jira] [Created] (TEPHRA-278) Support HBase 1.4

2018-01-10 Thread Andrew Purtell (JIRA)
Andrew Purtell created TEPHRA-278: - Summary: Support HBase 1.4 Key: TEPHRA-278 URL: https://issues.apache.org/jira/browse/TEPHRA-278 Project: Tephra Issue Type: New Feature

[jira] [Assigned] (TEPHRA-278) Support HBase 1.4

2018-01-10 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reassigned TEPHRA-278: - Assignee: Andrew Purtell (was: Poorna Chandra) > Support HBase 1.4 > -

[jira] [Commented] (TEPHRA-278) Support HBase 1.4

2018-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321262#comment-16321262 ] ASF GitHub Bot commented on TEPHRA-278: --- GitHub user apurtell opened a pull request:

[GitHub] incubator-tephra issue #68: TEPHRA-278 Support HBase 1.4

2018-01-10 Thread anew
Github user anew commented on the issue: https://github.com/apache/incubator-tephra/pull/68 @apurtell Is this a 1:1 copy of the hbase-1.3 compat module? Or is there an API change that requires code change in the tephra module? If 1.4 is API compatible with 1.3, we can simply add

[jira] [Commented] (TEPHRA-278) Support HBase 1.4

2018-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321506#comment-16321506 ] ASF GitHub Bot commented on TEPHRA-278: --- Github user apurtell commented on the issue:

[GitHub] incubator-tephra issue #68: TEPHRA-278 Support HBase 1.4

2018-01-10 Thread apurtell
Github user apurtell commented on the issue: https://github.com/apache/incubator-tephra/pull/68 There are 4 new methods in the abstract interface Table: int getReadRpcTimeout(); void setReadRpcTimeout(int readRpcTimeout); int getWriteRpcTimeout();

[GitHub] incubator-tephra issue #68: TEPHRA-278 Support HBase 1.4

2018-01-10 Thread apurtell
Github user apurtell commented on the issue: https://github.com/apache/incubator-tephra/pull/68 I didn't know about HBaseVersion.java. Added a new conditional to that just now. ---

[jira] [Commented] (TEPHRA-278) Support HBase 1.4

2018-01-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEPHRA-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16321508#comment-16321508 ] ASF GitHub Bot commented on TEPHRA-278: --- Github user apurtell commented on the issue: