-
Suggestion
-
Resolution: Fixed
-
657
-
78
-
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
After changing node id in the cluster.properties file both the old and new id will appear in Cluster Nodes section of System information. The problem is worse for AWS, since it will create many new nodes and never reuse them.
Suggested Solution
We should find a way to clear out any old ids, without removing any entries that might be from a temporarily offline node.
Note
Having old nodes in the system (table) may cause other problems, see related:
Workaround
- In a recent version of Jira we introduced the new REST API to manage the cluster state which mitigates the problem. See
JRASERVER-69033. - Clean-up old data manually:
- Check tables and find all rows related to old nodes:
select * from clusternode; select * from clusternodeheartbeat;
- Delete the related records:
delete from clusternode where node_id = '<node_id>'; delete from clusternodeheartbeat where node_id = '<node_id>';
- Clean old Replication records:
// check if clean is nessary select count(id) from replicatedindexoperation where node_id = '<node_id>'; // delete delete from replicatedindexoperation where node_id = '<node_id>';
- blocks
-
JRASERVER-70264 As a Jira DC Administrator I want to fully utilise autoscaling feature
- Gathering Interest
- is duplicated by
-
JRASERVER-67135 JIRA Data Center node appear as Active when shutdown ungracefully
-
- Closed
-
-
JRASERVER-67294 Update/remove cluster nodes from Jira data center in system info page
- Closed
-
JDEV-32795 Loading...
- is related to
-
JRASERVER-71382 Setting run interval property for the cluster automatic node management is not working
-
- Closed
-
-
JRASERVER-70807 We need a more robust process for refreshing prod data to lower environments
- Gathering Interest
- is resolved by
-
JRASERVER-69033 Add REST APIs methods to clean old node ids in JIRA Data Center
- Closed
- relates to
-
JRASERVER-65538 Active nodes query for offline node messages and index operations
-
- Closed
-
-
JRASERVER-45762 Redundant nodes from a restored Datacenter listed on System Info page
-
- Gathering Impact
-
-
JRASERVER-69652 Asynchronous cache replication can cause extra overhead in case of large number cache updates and many stale nodes
-
- Gathering Impact
-
-
JRACLOUD-42916 Old node ids should get removed in JIRA Data Center
- Closed
-
JRASERVER-65719 As an JIRA Datacenter Administrator I want have history of nodes joining the cluster
- Closed
-
JRASERVER-72206 Improve Jira logging for NodeAutoShutdownIfOfflineService
- Gathering Interest
- Mentioned in
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
- supersedes
-
ITOPSENG-539 Loading...
-
ITOPSENG-542 Loading...