JIRA Data Center node appear as Active when shutdown ungracefully

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 7.2.15, 7.6.7, 7.9.0
    • Component/s: Data Center - Other
    • 7.02
    • 7
    • Severity 3 - Minor
    • 1

      Problem. 

      From Administration > System Info > Cluster Nodes we can see offline nodes listed as ACTIVE when node is shutdown ungracefully.


       

      Steps to reproduce

      1. install JDC with two nodes (node1, node2)
      2. force kill (kill -9) node1

      Expected outcome

      • node1 should listed as OFFLINE in UI and database

      Actual outcome

      • killed node still listed as ACTIVE 
      • in the database, we see 
      jira763=# select * from clusternode;
       node_id | node_state | timestamp | ip | cache_listener_port | node_build_number | node_version
      ----------------+------------+---------------+-----------+---------------------+-------------------+--------------
       node1 | ACTIVE | 1523489152849 | atlassian.com | 40001 | 76005 | 7.6.3
       node2 | ACTIVE | 1523562548096 | atlassian.com | 40001 | 76005 | 7.6.3
      (4 rows)

       
       

      Note this is just UI problem, but the shutdown node is no longer actively communicating with the cluster. 

       

            Assignee:
            Unassigned
            Reporter:
            vkharisma
            Votes:
            9 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: