Syleron / pulseha

PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.

Home Page:http://www.pulseha.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reload not working

matthewcooper opened this issue · comments

When removing a node by changing the config and calling "systemctl reload pulseha" the log out looks good but the node is still there

Aug 01 13:44:16 mc-lbnode-1 pulse[29575]: [Aug  1 13:44:16][info] Shutting down PulseHA daemon
Aug 01 13:44:16 mc-lbnode-1 pulse[29575]: [Aug  1 13:44:16][info] Reloading PulseHA config
Aug 01 13:44:16 mc-lbnode-1 systemd[1]: Reloaded PulseHA Daemon.
Aug 01 13:44:16 mc-lbnode-1 pulse[29575]: [Aug  1 13:44:16][WARNING] TLS Disabled! PulseHA server connection unsecured.
Aug 01 13:44:16 mc-lbnode-1 pulse[29575]: [Aug  1 13:44:16][info] PulseHA initialised on 192.168.105.21:9083
Aug 01 13:44:26 mc-lbnode-1 pulse[29575]: [Aug  1 13:44:26][info] [mc-lbnode-1] Local node is now active
[root@mc-lbnode-1 ~]# pulseha status
--------------------------------------------------------------------------------------
| NODE HOSTNAME |  BIND ADDRESS  | LATENCY | STATUS  |         LAST RECEIVED         |
--------------------------------------------------------------------------------------
| mc-lbnode-1   | 192.168.105.21 |         | PASSIVE | Thu, 01 Aug 2019 13:44:16 BST |
--------------------------------------------------------------------------------------
| mc-lbnode-2   | 192.168.105.22 | 2ms     | PASSIVE | Thu, 01 Aug 2019 13:44:15 BST |
--------------------------------------------------------------------------------------

Resolved with latest PR