You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/24 05:17:39 UTC

[jira] [Resolved] (PHOENIX-515) Support region-level transactional mode

     [ https://issues.apache.org/jira/browse/PHOENIX-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor resolved PHOENIX-515.
----------------------------------
    Resolution: Won't Fix

> Support region-level transactional mode
> ---------------------------------------
>
>                 Key: PHOENIX-515
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-515
>             Project: Phoenix
>          Issue Type: Task
>            Reporter: James Taylor
>              Labels: enhancement
>
> Instead of using batched mutations like at commit time:
>                 List<Mutation> mutations = currentMutations;
>                 hTable.batch(mutations);
> use the MultiRowMutationEndpoint coprocessor instead to guarantee all or nothing commit behavior.
> We could have a "strict" mode that disallows committing rows in different regions and does batching by region when auto commit is on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)