You've already forked mariadb-columnstore-engine
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:
@ -1278,7 +1278,7 @@ void MasterDBRMNode::doReload(messageqcpp::IOSocket* sock)
|
|||||||
|
|
||||||
for (i = 0; i < (int) slaves.size(); i++)
|
for (i = 0; i < (int) slaves.size(); i++)
|
||||||
{
|
{
|
||||||
MessageQueueClientPool::releaseInstance(slaves[i]);
|
MessageQueueClientPool::deleteInstance(slaves[i]);
|
||||||
slaves[i] = NULL;
|
slaves[i] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user