[
https://issues.apache.org/jira/browse/PHOENIX-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018416#comment-16018416
]
Rajeshbabu Chintaguntla commented on PHOENIX-3827:
--------------------------------------------------
[~jamestaylor] As part of HBASE-15600 in doMiniBatchMutate we are adding the
KeyValues generated in preBatchMutate to data mutations but in case of
mutateRowsWithLocks we are not doing the same that's why the local index
mutations are not written to the table. Am going to fix by following the
current approach of directly writing to region in case of ON DUPLICATE KEY
case. wdyt?
> Make use of HBASE-15600 to write local index mutations along with data
> mutations atomically
> -------------------------------------------------------------------------------------------
>
> Key: PHOENIX-3827
> URL: https://issues.apache.org/jira/browse/PHOENIX-3827
> Project: Phoenix
> Issue Type: Bug
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Rajeshbabu Chintaguntla
> Fix For: 4.11.0
>
> Attachments: PHOENIX-3827.patch, PHOENIX-3827_v2.patch,
> PHOENIX-3827_v3.patch
>
>
> After HBASE-15600 we can add mutations of the same table from coprocessors so
> we can write local index data along with data mutations so it will be atomic.
> This we can do in 4.x-HBase-1.3 version.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)