[jboss-jira] [JBoss JIRA] (ELY-1319) KeyStoreCredentialStore not using writeLock when it should be used

Peter Skopek (JIRA) issues at jboss.org
Mon Aug 7 06:05:00 EDT 2017


Peter Skopek created ELY-1319:
---------------------------------

             Summary: KeyStoreCredentialStore not using writeLock when it should be used
                 Key: ELY-1319
                 URL: https://issues.jboss.org/browse/ELY-1319
             Project: WildFly Elytron
          Issue Type: Bug
          Components: Credential Store
    Affects Versions: 1.1.0.CR4
            Reporter: Peter Skopek
            Assignee: Peter Skopek
            Priority: Blocker


KeyStoreCredentialStore not using writeLock when it should be used.
method lockForWrite() is using readWriteLock.readLock() but has to use readWriteLock.writeLock(). This can cause more writers to perform write operations. 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list