1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-25 20:23:16 +03:00

Add comment describing why non-primary failover does a dbrm reload at start.

This commit is contained in:
benthompson15
2020-04-23 10:42:37 -05:00
parent ee5ed53e77
commit d88fd2b6d2

View File

@@ -2156,7 +2156,8 @@ void pingDeviceThread()
processManager.setSystemState(oam::BUSY_INIT);
//call dbrm control
// call for a reload in case cpimport was running and
// some cleanup is needed on dbrmcontroller thats active before continuing
oam.dbrmctl("reload");
log.writeLog(__LINE__, "'dbrmctl reload' done", LOG_TYPE_DEBUG);