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

James Taylor updated PHOENIX-3827:
----------------------------------
    Attachment: PHOENIX-3827_v3.patch

Remove writing of local indexes by ParallelWriterIndexCommitter. [~rajeshbabu] 
- we still need the test changes associated with this change (the v2 patch 
needs to be rebased), and we need to understand why the OnDuplicateKeyIT tests 
are failing. The local index rows are being added as expected using the new 
miniBatchOp method. It's called indirectly: originally through the 
preIncrementAfterRowLock which in turn does a mutateRowsWithLocks while calling 
bypass and complete on the original RegionCoprocessorEnvironment for the 
increment call. Is that a problem?

[~mujtabachohan] - can you try this patch to see if it fixes PHOENIX-3853?

> 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