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

Peter Skopek (JIRA) issues at jboss.org
Wed Aug 2 09:20:00 EDT 2017


Peter Skopek created ELY-1315:
---------------------------------

             Summary: KeyStoreCredentialStore not using writeLock when it should be used
                 Key: ELY-1315
                 URL: https://issues.jboss.org/browse/ELY-1315
             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