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

[Artemis 2.x upgrade] journal-node-manager-store-table attribute does not preserve its value

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 14.0.0.Final
    • None
    • JMS
    • None

    Description

      Writing to journal-node-manager-store-table attribute does not preserver its value and after restart default value is set again.

      Output from CLI:

      [standalone@localhost:9990 /]  /subsystem=messaging-activemq/server=default:read-attribute(name=journal-node-manager-store-table)
      {
          "outcome" => "success",
          "result" => "NODE_MANAGER_STORE_NODE_1",
          "response-headers" => {"process-state" => "reload-required"}
      }
      ...restart server here
      [standalone@localhost:9990 /]  /subsystem=messaging-activemq/server=default:read-attribute(name=journal-node-manager-store-table)
      {
          "outcome" => "success",
          "result" => "NODE_MANAGER_STORE"
      }
      
      

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              mnovak1@redhat.com Miroslav Novak
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: