-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.1.0, 8.5.3
-
Component/s: Data Center - Node replication
-
8.01
-
3
-
Severity 3 - Minor
-
0
Issue Summary
Node becomes a stale node during starting it up when you perform REST API call.
Steps to Reproduce
- Start first Jira node - node_id = node1
- Start second Jira node - node_id = node2
- During starting up the second node, perform REST API against first node e.g.
http://localhost:8090/jira/rest/api/2/cluster/node/node2/offline
Expected Results
REST API returns the error and Node state will not change
Actual Results
Node state becomes OFFLINE
Workaround
Restart affected node
- relates to
-
JRASERVER-69033 Add REST APIs methods to clean old node ids in JIRA Data Center
- Closed