You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Galen O'Sullivan (JIRA)" <ji...@apache.org> on 2017/12/20 19:22:00 UTC

[jira] [Updated] (GEODE-4133) ClientHealthMonitor.getClientHeartbeats() does not use synchronization

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

Galen O'Sullivan updated GEODE-4133:
------------------------------------
    Description: Access to this collection must be synchronized by a lock, but the method returns a raw reference. It's only used by test code, but it's not marked as a test hook.  (was: Access to this collection must be synchronized by a lock, but the method returns a raw reference.)

> ClientHealthMonitor.getClientHeartbeats() does not use synchronization
> ----------------------------------------------------------------------
>
>                 Key: GEODE-4133
>                 URL: https://issues.apache.org/jira/browse/GEODE-4133
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server, messaging
>            Reporter: Galen O'Sullivan
>            Priority: Minor
>
> Access to this collection must be synchronized by a lock, but the method returns a raw reference. It's only used by test code, but it's not marked as a test hook.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)