You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Xiaojian Zhou (Jira)" <ji...@apache.org> on 2020/03/04 19:13:00 UTC

[jira] [Created] (GEODE-7844) Refactor sendMsgByBucket and sendClearMsgByBucket not to use duplicated code

Xiaojian Zhou created GEODE-7844:
------------------------------------

             Summary: Refactor sendMsgByBucket and sendClearMsgByBucket not to use duplicated code
                 Key: GEODE-7844
                 URL: https://issues.apache.org/jira/browse/GEODE-7844
             Project: Geode
          Issue Type: Improvement
          Components: core
            Reporter: Xiaojian Zhou


In PartitionedRegion class, there're 2 sendMsgByBucket() methods, one for PutAll, another is for RemoveAll. We are adding the 3rd one for Clear. 

Their logic are duplicated in most part. Need to refactor the 3 methods to avoid duplicate code. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)