You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by Ohad Shacham <oh...@yahoo-inc.com> on 2017/02/19 08:13:16 UTC

Review Request 56820: PHOENIX-3671 Implement TAL functionality for Tephra

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56820/
-----------------------------------------------------------

Review request for phoenix.


Repository: phoenix


Description
-------

Implement TAL functionality for Tephra. Tephra TAL will be connected to Phoenix when this subtask will be committed. From that stage any transaction processor will be able to implement the TAL and used by Phoenix.


Diffs
-----

  phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionContext.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionTable.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionContext.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionalTable.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionTable.java PRE-CREATION 

Diff: https://reviews.apache.org/r/56820/diff/


Testing
-------


Thanks,

Ohad Shacham


Re: Review Request 56820: PHOENIX-3671 Implement TAL functionality for Tephra

Posted by Ohad Shacham via Review Board <no...@reviews.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56820/
-----------------------------------------------------------

(Updated March 7, 2017, 10:07 a.m.)


Review request for phoenix.


Changes
-------

Extends PhoenixTransactionTable to inherit from HTableInterface and augment TephraTransactionTable accordingly.


Repository: phoenix


Description
-------

Implement TAL functionality for Tephra. Tephra TAL will be connected to Phoenix when this subtask will be committed. From that stage any transaction processor will be able to implement the TAL and used by Phoenix.


Diffs (updated)
-----

  phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionContext.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionTable.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionContext.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/PhoenixTransactionalTable.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java PRE-CREATION 
  phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionTable.java PRE-CREATION 


Diff: https://reviews.apache.org/r/56820/diff/2/

Changes: https://reviews.apache.org/r/56820/diff/1-2/


Testing
-------


Thanks,

Ohad Shacham