-
Bug
-
Resolution: Fixed
-
Low
-
7.0.5, 7.1.1, 7.1.9, 7.3.4, 7.4.1
-
7
-
14
-
Severity 3 - Minor
-
5
-
Summary
/status request to JIRA Data Center continues to return "STARTING" instead of "RUNNING" after a node has already fully started up, until at least a user logs in to the node.
Environment
- JIRA 7.0.5 JDC
Steps to Reproduce
- Startup a JDC node running JIRA 7.0.5
- Access the url <node-address>/status
Expected Results
- This will return the following JSON object {"state":"RUNNING"}
Actual Results
- This returns {"state":"STARTING"} and stays that way until a user successfully logs on to the system.
- incorporates
-
JRASERVER-62927 If JIRA has errors during startup, ApplicationStatusServlet doesn't show JIRA state properly and remains stuck in {"state":"STARTING"}
- Gathering Impact
-
JRASERVER-65708 /status returns Maintenance instead of Running when nodes are not in Maintenance mode and the Database is configured with an unsupported collation
- Long Term Backlog
- relates to
-
JRASERVER-67135 JIRA Data Center node appear as Active when shutdown ungracefully
- Closed
-
JRASERVER-67138 /status url returns ERROR instead of MAINTENANCE during foreground reindexing
- Closed
- duplicates
-
DELTA-59 Loading...