[
https://issues.apache.org/jira/browse/IGNITE-17732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17610442#comment-17610442
]
Alexander Lapin commented on IGNITE-17732:
------------------------------------------
[~v.pyatkov] LGTM
> Avoid locking indexes in transaction
> ------------------------------------
>
> Key: IGNITE-17732
> URL: https://issues.apache.org/jira/browse/IGNITE-17732
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Assignee: Vladislav Pyatkov
> Priority: Major
> Labels: ignite-3
>
> The transaction protocol requires lock all indexes (now it is a pk) in the
> same manner as it happens for data (locks on {_}RowIds{_}). But lock manager
> cannot resolve all problems in his case (in particular, waiter for _RowId_
> does not create when the lock on index have not got).
> As a temporary workaround for this disadvantage, supposed:
> # Create a NAL (Not a lock) lock mode, which is compatible for all another
> mode
> # All lock modes on PK should convert to NALĀ
--
This message was sent by Atlassian Jira
(v8.20.10#820010)