Repository: phoenix
Updated Branches:
  refs/heads/omid2 24178207a -> 790064b54


PHOENIX-4920 Make Omid the default transaction provider


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/790064b5
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/790064b5
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/790064b5

Branch: refs/heads/omid2
Commit: 790064b5469612820bfa45b47221fc3f9617b5f2
Parents: 2417820
Author: James Taylor <[email protected]>
Authored: Mon Sep 24 08:43:35 2018 -0700
Committer: James Taylor <[email protected]>
Committed: Mon Sep 24 08:43:35 2018 -0700

----------------------------------------------------------------------
 .../java/org/apache/phoenix/transaction/TransactionFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/790064b5/phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionFactory.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionFactory.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionFactory.java
index 4329894..6578b69 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionFactory.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionFactory.java
@@ -50,7 +50,7 @@ public class TransactionFactory {
         }
         
         public static Provider getDefault() {
-            return TEPHRA;
+            return OMID;
         }
 
         public PhoenixTransactionProvider getTransactionProvider()  {

Reply via email to