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