You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2018/02/05 21:40:00 UTC

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

Darrel Schneider created GEODE-4597:
---------------------------------------

             Summary: 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


 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)