1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

MCOL-4193: Delete unused OAM and applications, ProcMon, ProcMgr, and no longer build all tools for packages

This commit is contained in:
benthompson15
2020-12-02 13:14:25 -06:00
parent d2cc656fdf
commit 846f7fb29b
138 changed files with 311 additions and 69494 deletions

View File

@@ -1354,27 +1354,9 @@ void added_a_pm(int)
if (ec)
{
//set BUSY_INIT state while processing the add pm configuration change
oam::Oam oam;
try
{
oam.processInitComplete("ExeMgr", oam::BUSY_INIT);
}
catch (...)
{}
oam::OamCache* oamCache = oam::OamCache::makeOamCache();
oamCache->forceReload();
ec->Setup();
//set ACTIVE state
try
{
oam.processInitComplete("ExeMgr");
}
catch (...)
{}
}
}
@@ -1514,19 +1496,6 @@ int ServiceExeMgr::Child()
gDebug= m_debug;
//set BUSY_INIT state
{
oam::Oam oam;
try
{
oam.processInitComplete("ExeMgr", oam::BUSY_INIT);
}
catch (...)
{
}
}
#ifdef _MSC_VER
//FIXME:
#else
@@ -1576,14 +1545,6 @@ int ServiceExeMgr::Child()
ml.logCriticalMessage( message );
std::cerr << errMsg << std::endl;
try
{
oam.processInitFailure();
}
catch (...)
{
}
NotifyServiceInitializationFailed();
return 2;
}
@@ -1686,19 +1647,6 @@ int ServiceExeMgr::Child()
", qs = " << rm->getEmExecQueueSize() << ", mx = " << maxPct << ", cf = " <<
rm->getConfig()->configFile() << std::endl;
//set ACTIVE state
{
oam::Oam oam;
try
{
oam.processInitComplete("ExeMgr");
}
catch (...)
{
}
}
{
BRM::DBRM *dbrm = new BRM::DBRM();
dbrm->setSystemQueryReady(true);