[ 
https://issues.apache.org/jira/browse/PHOENIX-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018491#comment-16018491
 ] 

James Taylor commented on PHOENIX-3827:
---------------------------------------

The region.mutateRowsWithLocks() leads to the call of the regular Indexer 
coprocessor hooks, the new local index rows get generated and added as expected 
though your new miniBatchOp method, but then they don't appear to be written. 
Why wouldn't they be? We use mutateRowsWithLocks in 
UngroupedAggregateRegionObserver in a similar way, and everything seems to work 
correctly.

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

Reply via email to