Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.1
-
None
Description
The fix to the static parameter modification broke the configuration synchronization when certain global parameters have different values. For example, using a different value of admin_port on two instances causes updates to fail on all other instances.
The correct thing to do is to remove all static global parameters from the stored JSON data to make sure they aren't being updated.