Setup:
Icinga2 master A ( HA ) -> IcingaDB A ( HA ) -> Redis A
Icinga2 master B ( HA ) -> IcingaDB B ( HA ) -> Redis B
Icinga DB version: v1.5.1
Redis server v=8.2.6
Issue:
Dump file ( dump.rdb ) and memory usage of Redis database on server with inactive IcingaDB node keeps growing significantly. Active IcingaDB instance keeps size of dump file and memory usage of Redis database within 'normal' values.
For example:
Redis A 2MB
Redis B 400MB
After force switch of active IcingaDB node A to node B dump file size is reduced to 2MB as well. But, A will start growing.
Is it normal behavior? If yes, is it possible to implement command for manual switch of active node?
Setup:
Icinga2 master A ( HA ) -> IcingaDB A ( HA ) -> Redis A
Icinga2 master B ( HA ) -> IcingaDB B ( HA ) -> Redis B
Icinga DB version: v1.5.1
Redis server v=8.2.6
Issue:
Dump file ( dump.rdb ) and memory usage of Redis database on server with inactive IcingaDB node keeps growing significantly. Active IcingaDB instance keeps size of dump file and memory usage of Redis database within 'normal' values.
For example:
Redis A 2MB
Redis B 400MB
After force switch of active IcingaDB node A to node B dump file size is reduced to 2MB as well. But, A will start growing.
Is it normal behavior? If yes, is it possible to implement command for manual switch of active node?