Details
-
Bug
-
Resolution: Fixed
-
Low
-
7.3.0, 7.4.0, 7.3.8, 7.5.0, 7.13.0
-
7.03
-
7
-
Severity 3 - Minor
-
3
-
-
Description
Steps to Reproduce
- Deploy and set up JIRA 6.x.
- Shutdown JIRA 6.x.
- Create a jira-config.properties within the JIRA Home directory and insert the following parameter within the file.
upgrade.reindex.allowed=false
- Upgrade JIRA to version 7.3.0
Expected Behaviour
The parameter should be taken effect and a message about reindexing is not allowed.
... upgrade.reindex.allowed : false ... 2017-07-05 14:19:33,476 Caesium-1-4 INFO [c.a.jira.upgrade.UpgradeIndexManager] Reindexing is not allowed after this upgrade and there is no immediate reindex requests ...
Actual Behaviour
The parameter is not being respected despite the parameter is flagged as false.
...
upgrade.reindex.allowed : false
...
2017-07-05 13:43:22,837 JiraTaskExectionThread-1 INFO anonymous [c.a.j.index.request.DefaultReindexRequestManager] Re-indexing started
2017-07-05 13:43:22,838 JiraTaskExectionThread-1 INFO anonymous [c.a.j.util.index.CompositeIndexLifecycleManager] Reindex All In Background starting...
...
Attachments
Issue Links
- is related to
-
JRASERVER-67288 Regression : Re-indexing is triggered after Jira upgrade even after setting upgrade.reindex.allowed=false flag.
-
- Closed
-
- mentioned in
-
Page Loading...
- was cloned as
-
RUM-2514 Loading...