[
https://issues.apache.org/jira/browse/PHOENIX-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-2562.
-----------------------------------
Resolution: Fixed
> 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)