Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-2094

Configuration change loss after failover to slave

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.3
    • 2.7.0
    • None
    • None

    Description

      This is further cases discovered during testing network failures.

      Essentially we have noticed when config settings are reloaded such as address-setting or security-setting, the live node correctly reloads, but after live failure the backup activates, the backup does not contain these changes due to the configuration object held inside ActiveMQServerImpl is out of date to when the backup server first started.

      so further enhancements/bug fixes on top of ARTEMIS-1747 - Fix Configuration change loss when network Issue. which fixed this for an active node. Essentially we just need to keep the updating of the configuration object in ActiveMQServerImpl outside the isActive check.

      Also address-settings and security settings should be swap'd during initialisation phase 2, so these are set to latest config after activation.

       

      Attachments

        Activity

          People

            michael.andre.pearce Michael Andre Pearce
            michael.andre.pearce Michael Andre Pearce
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: