Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-12029

Remove check that journal-file-size must be multiply of 512 from messaging integration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.1.0.ER3
    • None
    • JMS
    • None

    Description

      Current check that journal-file-size must be multiply of 512 is no longer valid and should be removed. Fixes for ARTEMIS-937 and JBEAP-9005 for setting sector size validates that it's configured properly and automatically rounds to nearest value.

      Following CLI command should then pass:

      [standalone@localhost:9990 /] /subsystem=messaging-activemq/server=default:write-attribute(name=journal-file-size,value=123456789)
      {
          "outcome" => "failed",
          "failure-description" => "WFLYMSGAMQ0088: 123456789 is an invalid value for parameter journal-file-size, it should be multiple of 512",
          "rolled-back" => true
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-support-iweiss Ingo Weiss
              mnovak1@redhat.com Miroslav Novak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: