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/03/19 16:43:00 UTC

[jira] [Commented] (GEODE-6534) Refactor LocalRegion and extract complex inner classes

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

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

Commit e1eba8190650726c679a405ac6738ce4e534a840 in geode's branch refs/heads/develop from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e1eba81 ]

GEODE-6534: Encapsulate LocalRegion entryUserAttributes

Make entryUserAttributes final and thread safe.

Lots of threads were checking for null and constructing it as either
ConcurrentHashMap or HashTable. Now it is a final ConcurrentHashMap.

Reduced visibility to private and added accessor.


> Refactor LocalRegion and extract complex inner classes
> ------------------------------------------------------
>
>                 Key: GEODE-6534
>                 URL: https://issues.apache.org/jira/browse/GEODE-6534
>             Project: Geode
>          Issue Type: Wish
>          Components: core
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Refactor LocalRegion and extract complex inner classes. Reduce warnings, improve readability and maintainability, and cleanup code in general.



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