Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4839

Routed composite operation loses address parts

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 10.0.3.Final
    • Management
    • None
    • Hide

      On domain controller:

      /system-property=abc:add(value=1)
      
      :composite(steps=[{"operation" => "read-resource","address" => [("host" => "slave"),("server" => "slave-server-one"),("system-property" => "*")]}])
      

      For more detail see here.

      Show
      On domain controller: /system-property=abc:add(value=1) :composite(steps=[{ "operation" => "read-resource" , "address" => [( "host" => "slave" ),( "server" => "slave-server-one" ),( "system-property" => "*" )]}]) For more detail see here .
    • Hide

      In case all operations are targeting the same server the host/server part can be used as the address for the composite operation itself. (This way the results will be consistent on all hosts)

      Show
      In case all operations are targeting the same server the host/server part can be used as the address for the composite operation itself. (This way the results will be consistent on all hosts)

    Description

      In a master/slave domain setup a composite operation sent to a slave will remove the "host" and "server" parts from the nested operation's address and those will not be added back to the result. Only happens with a composite operation.

      Attachments

        Issue Links

          Activity

            People

              yborgess1@redhat.com Yeray Borges Santana
              mpetrov@redhat.com Michal Petrov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: