Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-5136

UIMA-AS: the undeploy removes all MBeans from JMX

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.8.1AS
    • 2.9.0AS
    • Async Scaleout
    • None

    Description

      If there are multiple pipelines deployed in the same process, an undeploy of one of them causes all MBeans to be removed. The remaining pipeline's statistics are destroyed in the middle of processing.

      The code in question is:

      Line 138 -140 in org.apache.uima.aae.jmx.JmxManager
      public void destroy() throws Exception {
      unregisterDomainObjects("org.apache.uima:type=ee.jms.services,*");
      }

      The undeploy should only remove MBeans related to a pipeline being undeployed.

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: