You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/17 03:15:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-6639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16819687#comment-16819687 ] 

ASF subversion and git services commented on GEODE-6639:
--------------------------------------------------------

Commit a75c5d02965670868b0c2643db070ae80dc0ebdb in geode's branch refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a75c5d0 ]

GEODE-6639: Adds unit test for processing message time logic.


> 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
>          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)