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:
@ -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");
|
||||
|
Reference in New Issue
Block a user