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)