You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "mcmellawatt (GitHub)" <gi...@apache.org> on 2018/10/13 00:12:41 UTC

[GitHub] [geode] mcmellawatt commented on pull request #2600: GEODE-5857: Handle JMX race conditions during registration and cleanup

Regarding the right place to make the change, after reading through the MBeanServer Javadocs, it appears that these exceptions are thrown either when an MBean is already registered when registering or unregistered when unregistering.  There is nothing that the callers would do with this information and it is essentially a no-op.  I think handling this exception as close to where it was thrown as possible is the right approach.

[ Full content available at: https://github.com/apache/geode/pull/2600 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org