[
https://issues.apache.org/jira/browse/PHOENIX-4660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413598#comment-16413598
]
Hudson commented on PHOENIX-4660:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1818 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/1818/])
PHOENIX-4660 Use TransactionProvider interface (jtaylor: rev
8ff8cd3daa28ccaf8edc7fc0bc4b563ee8aa6f06)
* (add)
phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionProvider.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/tx/FlappingTransactionIT.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/TransactionUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMetaDataCacheFactory.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionProvider.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixIndexMetaDataBuilder.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/transaction/TransactionFactory.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionProvider.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/PhoenixTransactionalProcessor.java
* (edit) phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/PhoenixTxIndexMutationGenerator.java
> Use TransactionProvider interface
> ---------------------------------
>
> Key: PHOENIX-4660
> URL: https://issues.apache.org/jira/browse/PHOENIX-4660
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Priority: Major
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-4660_v1.patch
>
>
> Instead of having a bunch of switch statements in TransactionFactory, let's
> create a TransactionProvider interface that can be implemented by our
> transaction providers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)