[
https://issues.apache.org/jira/browse/PHOENIX-4053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-4053:
----------------------------------
Attachment: PHOENIX-4053_wip.patch
Attaching WIP patch that does it's own locking. Still need to figure out if the
same issue applies to other 1.x branches and only conditionally lock.
> Lock row exclusively when necessary for mutable secondary indexing
> ------------------------------------------------------------------
>
> Key: PHOENIX-4053
> URL: https://issues.apache.org/jira/browse/PHOENIX-4053
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Attachments: PHOENIX-4053_wip.patch
>
>
> In HBase 1.3, it turns out that rows are not exclusively locked when the
> preBatchMutate call is made. The mutable secondary index (global and local)
> depend on this to get a consistent snapshot of a row. This will likely get
> fixed in HBASE-18474, but we need to guard against this ourselves.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)