You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/06/01 04:38:18 UTC

[jira] [Updated] (ACCUMULO-3876) Unguarded reads in delegation token classes

     [ https://issues.apache.org/jira/browse/ACCUMULO-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-3876:
---------------------------------
    Description: 
missing_lock: Accessing currentKey without holding lock AuthenticationTokenSecretManager.this. Elsewhere, "org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager.currentKey" is accessed with AuthenticationTokenSecretManager.this

missing_lock: Accessing initialized without holding lock ZooAuthenticationKeyDistributor.this. Elsewhere, "org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor.initialized" is accessed with ZooAuthenticationKeyDistributor.this

Not likely to cause any issues in practice, but would be good to fix.

  was:
missing_lock: Accessing currentKey without holding lock AuthenticationTokenSecretManager.this. Elsewhere, "org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager.currentKey" is accessed with AuthenticationTokenSecretManager.this

Not likely to cause any issues in practice, but would be good to fix.


> Unguarded reads in delegation token classes
> -------------------------------------------
>
>                 Key: ACCUMULO-3876
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3876
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.7.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Trivial
>              Labels: coverity
>             Fix For: 1.7.1, 1.8.0
>
>
> missing_lock: Accessing currentKey without holding lock AuthenticationTokenSecretManager.this. Elsewhere, "org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager.currentKey" is accessed with AuthenticationTokenSecretManager.this
> missing_lock: Accessing initialized without holding lock ZooAuthenticationKeyDistributor.this. Elsewhere, "org.apache.accumulo.server.security.delegation.ZooAuthenticationKeyDistributor.initialized" is accessed with ZooAuthenticationKeyDistributor.this
> Not likely to cause any issues in practice, but would be good to fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)