You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Eric Shu (JIRA)" <ji...@apache.org> on 2016/05/26 22:53:12 UTC

[jira] [Created] (GEODE-1461) Introduce a new abstract class AbstractTransactionMessage so that duplicated methods in the implementation of TransactionMessage interface can be moved into it.

Eric Shu created GEODE-1461:
-------------------------------

             Summary: Introduce a new abstract class AbstractTransactionMessage so that duplicated methods in the implementation of TransactionMessage interface can be moved into it.
                 Key: GEODE-1461
                 URL: https://issues.apache.org/jira/browse/GEODE-1461
             Project: Geode
          Issue Type: Bug
          Components: transactions
            Reporter: Eric Shu


PartitionMessage and RemoteOperationMessage have a bunch of transaction related code in common, as they both implement the TransactionMessage interface.

Other messages implementing TransactionMessage may also need to be checked to see if can be refactored.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)