[jira] [Updated] (GEODE-4597) RemoteRemoveAllMessage and RemotePutAllMessage should not use a partitioned region class

2018-02-20 Thread Fred Krone (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred Krone updated GEODE-4597:
--
Labels:   (was: refactoring)

> RemoteRemoveAllMessage and RemotePutAllMessage should not use a partitioned 
> region class
> 
>
> Key: GEODE-4597
> URL: https://issues.apache.org/jira/browse/GEODE-4597
> Project: Geode
>  Issue Type: Improvement
>  Components: transactions
>Reporter: Darrel Schneider
>Priority: Major
>
>  The RemoteRemoveAllMessage and RemotePutAllMessage implement 
> removeAll/putAll for transactions on non-partitioned classes. But they call a 
> static method (getEventForEntry) on RemoveAllPRMessage/PutAllPRMessage which 
> is a messaged used for partitioned regions.
> This code should be refactored so that the common getEventForEntry is not in 
> a class dedicated to a specific type of region.
>  



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


[jira] [Updated] (GEODE-4597) RemoteRemoveAllMessage and RemotePutAllMessage should not use a partitioned region class

2018-02-20 Thread Fred Krone (JIRA)

 [ 
https://issues.apache.org/jira/browse/GEODE-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fred Krone updated GEODE-4597:
--
Labels: refactoring  (was: )

> RemoteRemoveAllMessage and RemotePutAllMessage should not use a partitioned 
> region class
> 
>
> Key: GEODE-4597
> URL: https://issues.apache.org/jira/browse/GEODE-4597
> Project: Geode
>  Issue Type: Improvement
>  Components: transactions
>Reporter: Darrel Schneider
>Priority: Major
>
>  The RemoteRemoveAllMessage and RemotePutAllMessage implement 
> removeAll/putAll for transactions on non-partitioned classes. But they call a 
> static method (getEventForEntry) on RemoveAllPRMessage/PutAllPRMessage which 
> is a messaged used for partitioned regions.
> This code should be refactored so that the common getEventForEntry is not in 
> a class dedicated to a specific type of region.
>  



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