Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8456

Protocols added to a fork of some channel won't show in JMX MBeans

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Optional
    • None
    • 11.0.0.Alpha1
    • Clustering
    • None
    • Hide

      Start EAP server with standalone-ha.xml profile, add clustered deployment.
      Run these commands from Jboss cli:

       
      /subsystem=jgroups/channel=foo:add(stack=udp)
      /subsystem=jgroups/channel=foo/fork=x:add
      /subsystem=jgroups/channel=foo/fork=x/protocol=CENTRAL_LOCK:add()
      /reload
      /subsystem=infinispan/cache-container=web/transport=jgroups/:write-attribute(name=channel,value=x)
      /reload
      

      Check JMX MBeans via jconsole.sh - CENTRAL_LOCK protocol won't show up.

      Show
      Start EAP server with standalone-ha.xml profile, add clustered deployment. Run these commands from Jboss cli: /subsystem=jgroups/channel=foo:add(stack=udp) /subsystem=jgroups/channel=foo/fork=x:add /subsystem=jgroups/channel=foo/fork=x/protocol=CENTRAL_LOCK:add() /reload /subsystem=infinispan/cache-container=web/transport=jgroups/:write-attribute(name=channel,value=x) /reload Check JMX MBeans via jconsole.sh - CENTRAL_LOCK protocol won't show up.

    Description

      When defining a fork of some channel and adding a protocol to the protocol stack of that fork channel, the newly added protocol won't show up in JMX MBeans.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-rhusar Radoslav Husar
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: