UIMA AS should synchronize access to MBean server when 
registering/unregistering MBeans
---------------------------------------------------------------------------------------

                 Key: UIMA-2316
                 URL: https://issues.apache.org/jira/browse/UIMA-2316
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
            Priority: Minor


Some methods in JmxManager.java dont synchronize access to MBeanServer. 
Occasinally,exceptions are thrown when multiple threads try to unregister 
MBeans. Synchronize access to MBeanServer using class level locking ex. 
synchronized(JmxManager.class) {...}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to