1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-05 03:41:13 +03:00

Initial implementation of the status interface reporter object.

This commit is contained in:
Alexey Yurchenko
2021-08-06 15:34:06 +03:00
parent 0151e98802
commit 4f1c201c9d
13 changed files with 1442 additions and 12 deletions

View File

@ -137,7 +137,8 @@ void db::simulator::start()
std::make_unique<db::server>(
*this,
name_os.str(),
address_os.str()))));
address_os.str(),
name_os.str() + "_" + params_.status_file))));
if (it.second == false)
{
throw wsrep::runtime_error("Failed to add server");