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

[jira] [Resolved] (GEODE-6639) Remove lock contention in ServerConnection around processingMessageStartTime

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

Jacob S. Barrett resolved GEODE-6639.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

> Remove lock contention in ServerConnection around processingMessageStartTime
> ----------------------------------------------------------------------------
>
>                 Key: GEODE-6639
>                 URL: https://issues.apache.org/jira/browse/GEODE-6639
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Jacob S. Barrett
>            Priority: Major
>              Labels: performance
>             Fix For: 1.10.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Replace synchronized long with AtomicLong for value processingMessageStartTime. Profiling shows minor lock contention for something that could simply be atomic.



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