You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:03:07 UTC

[jira] [Closed] (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 ]

Dick Cavender closed GEODE-6639.
--------------------------------

> 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 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
(v8.3.4#803005)