Roman Puchkovskiy created IGNITE-15827:
------------------------------------------
Summary: 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
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)