darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

Galera Cluster "offline list" #18

Open darkain opened 3 years ago

darkain commented 3 years ago

If all servers are marked as "offline" locally, ignore the entire offline list entirely.

This situation happens during maintenance, or has been caused sometimes by bugs elsewhere.

Rather than fail everything, re-test everything.

High-availability is a higher priority than low-latency.