-
Type:
Bug
-
Resolution: Done
-
Priority:
Low
-
Affects Version/s: 9.3.0, 9.4.0
-
Component/s: System Administration - Others
-
None
-
9.03
-
Severity 3 - Minor
Issue Summary
Changing an IPD feature flag may not disable/enable feature on other nodes.
This is reproducible on Data Center: yes
Steps to Reproduce
- Open 'Site Wide Dark Features' in Jira
To disable IPD functionality enter `com.atlassian.jira.in.product.diagnostics.disabled` flag
To enable IPD functionality enter `com.atlassian.jira.in.product.diagnostics.enabled` flag
Expected Results
After enabling/disabling the feature flag, all the nodes respect the setting and enable/disable IPD functionality.
Actual Results
After enabling/disabling the feature flag, some nodes may not have the IPD feature properly enabled/disabled.
Workaround
Make enabling/disabling action on each node (following 'Steps to Reproduce' section)