[
https://issues.apache.org/jira/browse/PHOENIX-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15082032#comment-15082032
]
Hudson commented on PHOENIX-2562:
---------------------------------
FAILURE: Integrated in Phoenix-master #1046 (See
[https://builds.apache.org/job/Phoenix-master/1046/])
PHOENIX-2562 Change commit call to send for batched autocommit deletes
(jtaylor: rev 74fc349066d49b2c2e4fef87a22289162c3d0e9e)
* phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
* phoenix-core/src/main/java/org/apache/phoenix/trace/PhoenixMetricsSink.java
> Change commit call to send for batched autocommit deletes
> ---------------------------------------------------------
>
> Key: PHOENIX-2562
> URL: https://issues.apache.org/jira/browse/PHOENIX-2562
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.7.0
>
> Attachments: PHOENIX-2563.patch
>
>
> When autocommit is on, we collect and send batches of deletes to HBase.
> Previously a commit was done for this, but with transactions, we
> differentiate sending the updates from committing the transaction. The former
> can be batched and occur many times, while the latter needs to occur only
> once for the entire statement. This fixes that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)