You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/02/04 21:48:34 UTC

[jira] [Updated] (PHOENIX-1638) Avoid batched mutations via direct use of HRegion

     [ 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)