[PALF] do not change config if majority of paxos members have crashed

This commit is contained in:
BinChenn
2023-06-01 06:53:49 +00:00
committed by ob-robot
parent a77662f444
commit 0bb9124896
12 changed files with 261 additions and 102 deletions

View File

@ -28,6 +28,7 @@ public:
~MockNetKeepAliveAdapter() { }
bool in_black_or_stopped(const common::ObAddr &server) override final {return false;}
bool is_server_stopped(const common::ObAddr &server) override final {return false;}
bool in_black(const common::ObAddr &server) override final {return false;}
};
const ObAddr addr1(ObAddr::IPV4, "127.0.0.1", 1000);