[
https://issues.apache.org/jira/browse/IGNITE-15827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-15827:
-----------------------------------------
Labels: ignite-3 (was: )
> IgniteSpinReadWriteLock might have problems due to data races
> -------------------------------------------------------------
>
> Key: IGNITE-15827
> URL: https://issues.apache.org/jira/browse/IGNITE-15827
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> IgniteSpinReadWriteLock reads and writes a couple of non-volatile fields
> (writeLockOwner, writeLockEntryCnt) under race conditions. It needs to be
> checked whether these races are safe or not.
> One option is to use JCStress tool.
> This is caused by IGNITE-15536
--
This message was sent by Atlassian Jira
(v8.3.4#803005)