[
https://issues.apache.org/jira/browse/PHOENIX-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated PHOENIX-1638:
------------------------------------
Description: In some places we use HRegion directly to submit batch
mutations, with HRegion#batchMutate or HRegion#mutateRowsWithLocks. We should
replace this with batch mutations submitted via an HTableInterface from
CoprocessorHConnection#getConnectionForEnvironment (was: In some places we use
HRegion directly to submit batch mutations, with HRegion#batchMutate or
HRegion#mutateRowsWithLocks. We replace this with batch mutations submitted via
an HTableInterface from CoprocessorHConnection#getConnectionForEnvironment)
> Avoid batched mutations via direct use of HRegion
> -------------------------------------------------
>
> Key: PHOENIX-1638
> URL: https://issues.apache.org/jira/browse/PHOENIX-1638
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Andrew Purtell
>
> In some places we use HRegion directly to submit batch mutations, with
> HRegion#batchMutate or HRegion#mutateRowsWithLocks. We should replace this
> with batch mutations submitted via an HTableInterface from
> CoprocessorHConnection#getConnectionForEnvironment
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)