Skip to content

BFM Architecture

BiSoft Information Technologies edited this page Oct 1, 2022 · 5 revisions

BFM Instance Check PostgreSQL Server Instance

sequenceDiagram
    BFM Watchdog-> Minipg Service: Is PostgreSQL alive?
    loop Every 5 seconds
        BFM Watchdog-->Minipg Service: Service is running with PID xxxx!
    end
Loading

Code segment

BFM Instance Check if the pair BFM Server is alive

sequenceDiagram
    BFM Master-> BFM Standby: Am I master BFM?
    loop Every 11 seconds
        BFM Master-->BFM Standby: Pair Status
    end
Loading

Code Segment

Clone this wiki locally