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

Roman Puchkovskiy commented on IGNITE-23779:
--------------------------------------------

The proposed fix introduces a striped lock over an array of 
VersatileReadWriteLock instances to smear contention points

> Decrease contention on attachment lock
> --------------------------------------
>
>                 Key: IGNITE-23779
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23779
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Citing IGNITE-23716:
> 1. IgniteAttachmentLock writes to shared location both for sync and async 
> paths - it should be striped in some way.
> 3. IgniteSpinBusyLock duplicates VersatileReadWriteLock in many aspects and 
> vice versa. I believe ISBL can be replaceĐ’ with VRWL.
> See for example org.apache.ignite.internal.util.IgniteUtils#inBusyLockAsync



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to