Add virtual functions check_replication() and start_replication() for Clustrix
Implementations of check_replication() and start_replication() for Clustrix allows to use fix_replication() also for Clustrix nodes without checking it. Also several attempts to check nodes after restart are added - to wait for nodes if they are not running right after server daemon restart
This commit is contained in:
@ -402,7 +402,7 @@ TestConnections::TestConnections(int argc, char* argv[])
|
||||
clustrix->use_ipv6 = false;
|
||||
clustrix->take_snapshot_command = take_snapshot_command;
|
||||
clustrix->revert_snapshot_command = revert_snapshot_command;
|
||||
clustrix->start_cluster();
|
||||
clustrix->fix_replication();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user