1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-27 21:01:50 +03:00

MCOL-3842: we need to delete instances not just release them when a failover happens because the worknodes have changed in configuration files.

This commit is contained in:
benthompson15
2020-04-03 12:17:18 -05:00
parent a88e930f16
commit accfe3b070

View File

@ -1278,7 +1278,7 @@ void MasterDBRMNode::doReload(messageqcpp::IOSocket* sock)
for (i = 0; i < (int) slaves.size(); i++)
{
MessageQueueClientPool::releaseInstance(slaves[i]);
MessageQueueClientPool::deleteInstance(slaves[i]);
slaves[i] = NULL;
}