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

[jira] [Resolved] (GEODE-1928) MBean custom composite data types should be serializable

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

Barbara Pruijn resolved GEODE-1928.
-----------------------------------
    Resolution: Won't Do

> MBean custom composite data types should be serializable
> --------------------------------------------------------
>
>                 Key: GEODE-1928
>                 URL: https://issues.apache.org/jira/browse/GEODE-1928
>             Project: Geode
>          Issue Type: Improvement
>          Components: management
>            Reporter: Kirk Lund
>            Priority: Minor
>
> While working with the CacheManagementDUnitTest I noticed that OSMetrics and JVMMetrics (custom composite data types for Geode MBeans) are not Serializable. These any any other custom composite data types that Geode has should implement Serializable. This doesn't cause any issues for the User because of the where/when they are currently constructed but best practice dictates that they should be and this also facilitates DUnit testing for the MBeans because you can serialize one and return it from a VM.invoke method.



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