Ryan McMahon created GEODE-5857: ----------------------------------- Summary: Unregistering MBean twice results in unnecessary warning message Key: GEODE-5857 URL: https://issues.apache.org/jira/browse/GEODE-5857 Project: Geode Issue Type: Bug Components: jmx, management Reporter: Ryan McMahon Fix For: 1.8.0
Unregistering an MBean twice results in an InstanceNotFoundException, which gets wrapped in a ManagementException and logged as a warning. This should not be a warning as an InstanceNotFoundException implies the MBean has already been unregistered, and a second unregistration is basically a no-op. -- This message was sent by Atlassian JIRA (v7.6.3#76005)