-
Bug
-
Resolution: Fixed
-
Low
-
6.1.0
-
Severity 3 - Minor
-
Summary
When accessing the instance health page, it will POST an AJAX request to execute the health checks. The instance health page will then periodically query the results to see what has completed and is supposed to update the page as this occurs.
Environment
Confluence 6.1 (currently unreleased).
Steps to Reproduce
- Browse to the Instance Health Page
- Wait for health checks to complete
Expected Results
As each check completes it is updated periodically to the page (as they run in an executor of 8 threads)
Actual Results
The page waits until the one long running check (end of life in this case as 6.1 is unreleased) to complete until the other checks are updated in the page.
Notes
It appears this is because we put all the checks into one 'process' and run them sequentially rather than in parallel as per the the intended design.
- is related to
-
CONFSERVER-51573 End of Life health check reports as a failure, when viewing the instance health page it shows as a pass
-
- Closed
-
- was cloned as
-
JRASERVER-65068 JIRA Instance Health plugin blocks on page load waiting for all checks to appear instead of displaying them as they complete
-
- Closed
-