You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ryan McMahon (JIRA)" <ji...@apache.org> on 2019/04/25 16:29:00 UTC

[jira] [Updated] (GEODE-6708) Possible NPE if two cache client initialization threads are active for the same client ID

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

Ryan McMahon updated GEODE-6708:
--------------------------------
    Affects Version/s: 1.10.0
        Fix Version/s:     (was: 1.10.0)
          Component/s: client queues

> Possible NPE if two cache client initialization threads are active for the same client ID
> -----------------------------------------------------------------------------------------
>
>                 Key: GEODE-6708
>                 URL: https://issues.apache.org/jira/browse/GEODE-6708
>             Project: Geode
>          Issue Type: Bug
>          Components: client queues
>    Affects Versions: 1.10.0
>            Reporter: Ryan McMahon
>            Priority: Major
>
> There are scenarios where a client will have several cache client initialization threads active (for instance, if the first thread blocked for a significant amount of time waiting for a lock). In that scenario, it is possible for two threads to create their own registration queues and only one "wins", then upon draining the queue the first thread to remove the queue can cause an NPE in the second thread because it was assumed the queue was still present.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)