[infinispan-issues] [JBoss JIRA] (ISPN-10681) Investigate and possibly convert to StampedLock for OffHeap
Will Burns (Jira)
issues at jboss.org
Thu Sep 26 16:02:00 EDT 2019
Will Burns created ISPN-10681:
---------------------------------
Summary: Investigate and possibly convert to StampedLock for OffHeap
Key: ISPN-10681
URL: https://issues.jboss.org/browse/ISPN-10681
Project: Infinispan
Issue Type: Enhancement
Components: Off Heap
Reporter: Will Burns
Assignee: Will Burns
We currently use an array of ReentrantReadWriteLock entries to protect critical sections of a off heap map. We shouldn't require reentrancy for our various operations and thus we should be able to hopefully drop in replace these with the equivalent StampedLock write lock instances.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list