-
Bug
-
Resolution: Fixed
-
Medium
-
1
-
Severity 2 - Major
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
IndexRecoveryLauncher has a problem with timestamps where it will reindex every time even though the logs indicate the timestamp is exactly the same between Lucene and the DB
Steps to Reproduce
1. Restart JIRA
Expected Results
1. A log message will appear with "Latest index date:
{timestamp}, Latest DB date: {timestamp}"
2. With the timestamp being the same no reindex will take place.
Actual Results
1. The timestamps will be the same and then the logs will output "Recover Issue Index - start"
Workaround
There is no workaround as of now
- is related to
-
JRASERVER-61339 IndexRecoveryLauncher reindexes everytime at startup
- Gathering Impact